-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnyFrameModule
error
#644
Comments
Actually it looks like any package might not work? julia> JET.test_package(
DynamicExpressions;
ignored_modules=[DynamicExpressions]
)
Error During Test at /Users/mcranmer/.julia/packages/JET/6kXRQ/src/JET.jl:1053
Test threw exception
Expression: (JET.report_package)(DynamicExpressions; toplevel_logger = nothing, ignored_modules = Module[DynamicExpressions])
`JET.match_module(::NonDifferentiableDeclarationsModule, ::InferenceErrorReport)` is not implemented
Stacktrace:
[1] error(s::LazyString)
@ Base ./error.jl:35
[2] match_module(x::String, report::JET.InferenceErrorReport)
@ JET ~/.julia/packages/JET/6kXRQ/src/JET.jl:533
[3] (::JET.var"#93#97"{JET.MethodErrorReport})(m::String)
@ JET ~/.julia/packages/JET/6kXRQ/src/JET.jl:544
[4] _any
@ ./reduce.jl:1220 [inlined]
[5] any
@ ./reducedim.jl:1020 [inlined]
[6] #92
@ ~/.julia/packages/JET/6kXRQ/src/JET.jl:544 [inlined]
[7] filter(f::JET.var"#92#96"{JET.ReportConfig{Nothing, Vector{String}}}, a::Vector{JET.InferenceErrorReport})
@ Base ./array.jl:2675
[8] configured_reports is something converting it to a string? Also related (maybe repeat of) #570 |
Argh. Nevermind, sorry. It's because I had it in the |
As explained in the note on the JET configuration documentation, please note that configurations specified in |
When running with
in an attempt to ignore #642, I get the issue:
This seems like an issue because I would have assumed that
AnyFrameModule
would have been automatically implemented? So I am not sure why it requires the custommatch_module
definition.Note also that
DynamicExpressions.NonDifferentiableDeclarationsModule
is a submodule. But, it should still get caught:so I'm confused...
The text was updated successfully, but these errors were encountered: