-
Notifications
You must be signed in to change notification settings - Fork 69
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
adjustments to the latest inlining interface changes #1350
Conversation
6efe719
to
0f676ee
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1350 +/- ##
==========================================
- Coverage 75.38% 74.95% -0.43%
==========================================
Files 35 35
Lines 10683 10660 -23
==========================================
- Hits 8053 7990 -63
- Misses 2630 2670 +40 ☔ View full report in Codecov by Sentry. |
883263e
to
a1fac3e
Compare
@vchuravy is this now subsumed by recent 1.11 stuff? |
No I haven't touched any of that |
a1fac3e
to
396411f
Compare
@vchuravy can you take a look at this. I think this is the next pending thing for 1.11 support (with the incoming jll bump: |
61c009e
to
66d6444
Compare
I tried updating it, but it seems we might need a fix in Base. Specifically, because of JuliaLang/julia/#52064, the |
When does this error usually occur?
|
That is fixed by the jll bump -- which presently seems trapped in yggdrassil hell: JuliaPackaging/Yggdrasil#9354 |
@aviatesk okay a jll should now be available |
66d6444
to
aa661a3
Compare
aa661a3
to
0ef2425
Compare
I have switched to an approach using the new
|
That feels unrelated (and likely on me to fix other misc 1.11 stuff) |
This generally looks good to me, but seems to break 1.10 (which should pass atm — the lower versions have a Yggdrasil issue rn which shouldn’t block this landing) |
bfaaca7
to
145aa96
Compare
@aviatesk I rebased this [now with all the 1.11 JLL issues remedied, and I must have done something improper as 1.10 fails. Is it possible to get some help (and sorry about that) |
1f88401
to
85cda99
Compare
Ok, I think the failure has been fixed. |
85cda99
to
925d153
Compare
Still needs to adjust to JuliaLang/julia#52415.