Skip to content

Handle Core.TypeEq on Julia 1.14-dev - #57

Open
omus wants to merge 3 commits into
masterfrom
cv/julia-nightly-compat
Open

Handle Core.TypeEq on Julia 1.14-dev#57
omus wants to merge 3 commits into
masterfrom
cv/julia-nightly-compat

Conversation

@omus

@omus omus commented Aug 14, 2026

Copy link
Copy Markdown
Member

JuliaLang/julia#61915 changed how Type{ConcreteType} arguments are represented in method signatures, breaking signature() for constructors of concrete (parametric) types.

Claude did the heavy lifting on this PR.

JuliaLang/julia#61915 changed how `Type{ConcreteType}` arguments are represented in method signatures, breaking `signature()` for
constructors of concrete (parametric) types.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@omus
omus requested a review from oxinabox August 14, 2026 11:04
@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.65%. Comparing base (05c572d) to head (a1b7e2c).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/type_utils.jl 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   97.46%   96.65%   -0.82%     
==========================================
  Files           6        6              
  Lines         237      239       +2     
==========================================
  Hits          231      231              
- Misses          6        8       +2     

☔ View full report in Codecov by Harness.
📢 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.

Comment thread src/type_utils.jl Outdated
Comment thread src/type_utils.jl Outdated
Co-authored-by: Frames White <oxinabox@ucc.asn.au>
Comment thread src/type_utils.jl Outdated
Comment thread src/type_utils.jl
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.

2 participants