-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Error in PackageCompiler.jl with Test.jl and filter_stdlibs = true
in Julia 1.10
#914
Labels
Comments
We are seeing the same error for libtrixi, see trixi-framework/libtrixi#156 (comment) |
filter_stdlibs = true
in Julia 1.10filter_stdlibs = true
in Julia 1.10
In certain situations I'm getting a similar error. I have a MWE set up following this demo. Here Porting this to my production library and calling
gives the error below. Setting
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am encountering an issue with the PackageCompiler.jl 2.1.17 when using it alongside Test.jl and the
filter_stdlibs = true
flag in Julia 1.10. However, I am not sure if it is a PackageCompiler or Julia issue. The same example works in Julia 1.9.4Info
MWE
Project.toml:
src/main.jl
compiling with:
Error
Edit: I just updated the issue because it is not a JuMP error, it happens when I am only using Test.jl
The text was updated successfully, but these errors were encountered: