Skip to content

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

Open
omus wants to merge 1 commit into
masterfrom
cv/julia-nightly-compat
Open

Handle Core.TypeEq on Julia 1.14-dev#57
omus wants to merge 1 commit 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

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.47%. Comparing base (05c572d) to head (27e55a8).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   97.46%   97.47%   +0.01%     
==========================================
  Files           6        6              
  Lines         237      238       +1     
==========================================
+ Hits          231      232       +1     
  Misses          6        6              

☔ 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.

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.

1 participant