Skip to content

Support Julia 1.12#65

Merged
timholy merged 4 commits intoJuliaArrays:masterfrom
eschnett:eschnett/julia-1.12
Dec 10, 2025
Merged

Support Julia 1.12#65
timholy merged 4 commits intoJuliaArrays:masterfrom
eschnett:eschnett/julia-1.12

Conversation

@eschnett
Copy link
Copy Markdown
Contributor

Closes #64

@timholy timholy closed this Oct 23, 2025
@timholy timholy reopened this Oct 23, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 23, 2025

Codecov Report

❌ Patch coverage is 65.11628% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.94%. Comparing base (7c34681) to head (e282d78).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/MappedArrays.jl 65.11% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   85.60%   78.94%   -6.66%     
==========================================
  Files           1        1              
  Lines         132      152      +20     
==========================================
+ Hits          113      120       +7     
- Misses         19       32      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eschnett
Copy link
Copy Markdown
Contributor Author

I do not think there is a good way to get nice output for closures with Julia 1.12. The closures themselves are more complex, they contains type checks etc., and reconstituting x -> x*x would now be a major effort. If we wanted this then we should probably use an external package for this, or maybe modify Julia itself to keep a pretty-printable syntax tree around.

@timholy CI should now be working – can you approve running the CI workflow?

@eschnett
Copy link
Copy Markdown
Contributor Author

Ping – can you approve the CI workflow?

@eschnett
Copy link
Copy Markdown
Contributor Author

eschnett commented Nov 4, 2025

Ping

@eschnett
Copy link
Copy Markdown
Contributor Author

eschnett commented Nov 6, 2025

Can you run the CI?

Copy link
Copy Markdown
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay; to any other JuliaLinearAlgebra folks, feel free to merge this once a decision has been made on the naming of the anonymous function in the test. (I'm OK with whatever.)

@eschnett
Copy link
Copy Markdown
Contributor Author

Can you approve the CI workflow?

@eschnett
Copy link
Copy Markdown
Contributor Author

Could you approve the CI workflow? This seems to be ready to merge.

@cgarling
Copy link
Copy Markdown

cgarling commented Dec 4, 2025

Would love to see this merged!

@timholy timholy merged commit ab328dc into JuliaArrays:master Dec 10, 2025
9 of 14 checks passed
@timholy
Copy link
Copy Markdown
Member

timholy commented Dec 10, 2025

JuliaRegistries/General#144046

Thanks for your patience @eschnett.

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

Successfully merging this pull request may close these issues.

Broken on v1.12

3 participants