We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4db9ce commit 9507f9bCopy full SHA for 9507f9b
tools/check_all_packages.jl
@@ -33,7 +33,7 @@ Logging.with_logger(logger) do
33
@assert Meta.isexpr(e2, :toplevel)
34
try
35
e1 = JuliaSyntax.parseall(Expr, code, filename=fpath, ignore_warnings=true)
36
- if !exprs_roughly_equal(e2, e1, strict_triple_strs=false)
+ if !exprs_roughly_equal(e2, e1)
37
mismatch_count += 1
38
@error("Parsers succeed but disagree",
39
fpath,
0 commit comments