Skip to content

Commit

Permalink
Merge pull request #150 from JuliaDiff/sf/silence_show
Browse files Browse the repository at this point in the history
Silence annoyingly large type debugging show in tests
  • Loading branch information
staticfloat authored May 17, 2023
2 parents 998267b + da1f0b1 commit 653cde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage1/termination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for (;method) in Base._methods_by_ftype(Tuple{Diffractor.∂☆recurse{N}, Varar
if parent_order > child_order
return true
end
Core.Compiler.@show (parent_sig, new_sig)
#Core.Compiler.@show (parent_sig, new_sig)
return false
end
end
Expand Down

0 comments on commit 653cde4

Please sign in to comment.