Skip to content

Conversation

@nhz2
Copy link
Member

@nhz2 nhz2 commented Oct 6, 2025

No description provided.

@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.97%. Comparing base (3f7d15f) to head (03f135f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
+ Coverage   89.89%   89.97%   +0.08%     
==========================================
  Files           7        7              
  Lines        1316     1317       +1     
==========================================
+ Hits         1183     1185       +2     
+ Misses        133      132       -1     

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

fail-fast: false
matrix:
version:
- '1.10'

Choose a reason for hiding this comment

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

Maybe use

Suggested change
- '1.10'
- 'lts'

?

Copy link
Member

Choose a reason for hiding this comment

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

This is the more standard thing to test against, right? I'd prefer not to hard-code any Julia versions.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, this pr was me trying to figure out why the test was failing locally but not on CI.

@quinnj
Copy link
Member

quinnj commented Oct 6, 2025

@nhz2, this PR: JuliaServices/StructUtils.jl#14, fixes the test failure for 1.10 for me. It's a weird one. I didn't dig in to the code_typed/code_llvm level, but forcing outlining of this code ensures it runs, whereas keeping it inline results in it getting skipped. Issue not present in 1.11/1.12, so must have been a bug in 1.10.

@nhz2 nhz2 closed this Oct 7, 2025
@nhz2
Copy link
Member Author

nhz2 commented Nov 7, 2025

I bisected the fix to JuliaLang/julia@15f7db8

It seems like a known compiler bug in Julia 1.10.

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.

4 participants