-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
┌ Error: Failed to revise /home/keno/.julia/dev/InterfaceSpecs/src/engines/property.jl
│ exception =
│ KeyError: key :PropCheckOverlay not found
│ Stacktrace:
│ [1] getindex
│ @ Base ./dict.jl:504 [inlined]
│ [2] identify_framemethod_calls(frame::JuliaInterpreter.Frame)
│ @ LoweredCodeUtils ~/.julia/packages/LoweredCodeUtils/30gbF/src/signatures.jl:168
└ @ Revise ~/.julia/packages/Revise/7HQ7u/src/packagedef.jl:725
while trying to use revise.
@MethodTable PropCheckOverlay
@overlay PropCheckOverlay function forall(prop, T)
instances = try
nonoverlay(testinstances, T)
catch err
@error "Error during test instance creation" err=err
rethrow(err)
end
for x in instances
prop(x)()
end
return
end
Metadata
Metadata
Assignees
Labels
No labels