Skip to content
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

Test failures on Julia v1.11.0-alpha and v1.12.0-DEV #757

Closed
dmbates opened this issue Mar 20, 2024 · 3 comments
Closed

Test failures on Julia v1.11.0-alpha and v1.12.0-DEV #757

dmbates opened this issue Mar 20, 2024 · 3 comments

Comments

@dmbates
Copy link
Collaborator

dmbates commented Mar 20, 2024

Testing under v1.11.0-alpha2 and v1.12.0-DEV.199 on aarch64 systems fails with

Test Summary: | Pass  Total  Time
oxide         |    2      2  1.6s
ERROR: LoadError: UndefVarError: `@with` not defined in `Suppressor`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
 [1] top-level scope
   @ :0
 [2] include(fname::String)
   @ Main ./sysimg.jl:38
 [3] top-level scope
   @ ~/.julia/dev/MixedModels/test/runtests.jl:35
 [4] include(fname::String)
   @ Main ./sysimg.jl:38
 [5] top-level scope
   @ none:6
in expression starting at /Users/dmbates/.julia/packages/Suppressor/2hiVi/src/Suppressor.jl:28
in expression starting at /Users/dmbates/.julia/dev/MixedModels/test/pls.jl:624
in expression starting at /Users/dmbates/.julia/dev/MixedModels/test/runtests.jl:35
ERROR: Package MixedModels errored during testing

It appears that the problem is with Suppressor.jl rather than MixedModels.jl

@palday Are you seeing this too?

@palday
Copy link
Member

palday commented Mar 20, 2024

I see this as well and it's somehow related to the new dynamic scope stuff. @omus might know how to fix it -- I couldn't figure it out quickly.

@palday
Copy link
Member

palday commented Mar 23, 2024

This will be fixed when JuliaIO/Suppressor.jl#62 lands

@dmbates
Copy link
Collaborator Author

dmbates commented Mar 23, 2024

Okay. Thanks for following up on this.

@palday palday closed this as completed Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants