qualify macro names used for parsing big int literals #29968
Labels
minor change
Marginal behavior change acceptable for a minor release
parser
Language parsing and surface syntax
Milestone
See https://discourse.julialang.org/t/altering-parse-eval-behavior-without-overriding-methods-in-base/17290
We parse these as
(macrocall @int128_str ...)
, which should be(macrocall (top @int128_str) ...)
.The same seems to apply to backquotes and
@cmd
.The text was updated successfully, but these errors were encountered: