-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I just got the following inscrutable message on stdout while using Revise, and tracked it to LoweredCodeUtils
:
ref = :(_1)
typeof(ref) = Core.SlotNumber
Presumably this was emitted by the line here:
LoweredCodeUtils.jl/src/signatures.jl
Line 412 in ff8998f
isa(ref, GlobalRef) || @show ref typeof(ref) |
Strangely this doesn't seem to have triggered the assert on the next line (or if it did, the error was swallowed somewhere, because I didn't see an AssertionError
).
Metadata
Metadata
Assignees
Labels
No labels