Skip to content

Conversation

@serenity4
Copy link
Collaborator

As we are removing support for Julia versions < 1.12 starting from the 2.17 release, we can remove all version checks that may be optimized away assuming VERSION >= v"1.12-".

This is not strictly needed, but as we are already dropping
support for Cthulhu there is no need to maintain backwards
compatibility with version checks so it's easier to remove them
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 37 lines in your changes missing coverage. Please review.

Please upload report for BASE (2.17@53a2b6d). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/codeview.jl 0.00% 18 Missing ⚠️
src/interpreter.jl 0.00% 8 Missing ⚠️
src/CthulhuBase.jl 0.00% 5 Missing ⚠️
src/reflection.jl 0.00% 4 Missing ⚠️
ext/CthulhuCompilerExt.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##             2.17    #630   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?      11           
  Lines           ?    1535           
  Branches        ?       0           
======================================
  Hits            ?       0           
  Misses          ?    1535           
  Partials        ?       0           

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

@serenity4
Copy link
Collaborator Author

Looking at the warnings, I suspect the IntegrationTest job may be failing because JET does not yet support 1.12. As the update shouldn't be too far out, I think we can keep it just to make sure the error remains the same (and is not triggered by a failed precompilation of CthulhuExt for example).

Copy link
Member

@aviatesk aviatesk left a comment

Choose a reason for hiding this comment

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

Thanks!

@aviatesk aviatesk merged commit f4e481a into JuliaDebug:2.17 Mar 26, 2025
6 of 7 checks passed
@serenity4 serenity4 deleted the trim-version-checks branch March 26, 2025 15:50
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.

3 participants