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

Cannot run tests in Julia v1.12 #195

Closed
schillic opened this issue Oct 19, 2024 · 5 comments · Fixed by #196
Closed

Cannot run tests in Julia v1.12 #195

schillic opened this issue Oct 19, 2024 · 5 comments · Fixed by #196
Labels
dependencies Related to other packages

Comments

@schillic
Copy link
Member

See the PkgEval log.

The problem is that CxxWrap and SDPA fail to build. I tried to build them separately and that works. The reason is likely that an old version of CxxWrap (v0.14.2) is used in the tests, and that probably happens because some other test dependency holds the new version back.

I know that AffineArithmetic is blocking Polynomials, which may be the root cause. I had sent a request to bump the version in JuliaIntervals/AffineArithmetic.jl#39 but nobody looked at it, so it seems we are stuck.
@lucaferranti, could you take a look at that PR?

@schillic schillic added the dependencies Related to other packages label Oct 19, 2024
@lucaferranti
Copy link
Member

Yes I ll look at it tomorrow

@lucaferranti
Copy link
Member

That was indeed pretty trivial MR, merged now. How is that related to SDPA and Cxxwrap though?

@schillic schillic changed the title Cannot run tests in Julia v1.11 Cannot run tests in Julia v1.12 Oct 19, 2024
@schillic
Copy link
Member Author

Honestly, it was a guess. But I just tried locally and now SDPA can be built!
Let us see what the next PkgEval run says...

@schillic
Copy link
Member Author

Unfortunately, the problem seems to persist. Strange that I can build these packages locally in Julia v1.12 without a problem... This makes it hard to debug.

@schillic
Copy link
Member Author

It is much simpler: SDPA alone also fails on PkgEval, and it is holding back CxxWrap. I asked them to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to other packages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants