-
Notifications
You must be signed in to change notification settings - Fork 55
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
Wrappers for v7.4.0 #480
Wrappers for v7.4.0 #480
Conversation
Do not merge yet regardless, I need to test this locally and be sure there weren't technically breaking changes. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #480 +/- ##
==========================================
- Coverage 85.57% 84.43% -1.14%
==========================================
Files 12 12
Lines 8832 8874 +42
==========================================
- Hits 7558 7493 -65
- Misses 1274 1381 +107 ☔ View full report in Codecov by Sentry. |
I think this should go together with #478. |
Ah, test failures on nightly are the same as JuliaLang/julia#52577 (comment) |
I really don't understand this permutation thing. I will try again to find the cause |
Good news is that it seems to be reproducible on 32-bit Linux, which should be easier to debug than 32-bit Windows, as you can run the 32-bit build on a 64-bit Linux system. |
Where can I download the 32-bit build? |
Since the failure in CI is reproducible with a plain nightly build, you can use https://julialangnightlies-s3.julialang.org/bin/linux/i686/julia-latest-linux-i686.tar.gz (from https://julialang.org/downloads/nightlies/) |
Now we play a game of chicken. Which do we merge first? This or JuliaLang/julia#52577