Add Downgrade workflow and bump compats of [weakdeps]#31
Merged
peremato merged 3 commits intoJuliaHEP:masterfrom Jun 26, 2025
fhagemann:downgrade
Merged
Add Downgrade workflow and bump compats of [weakdeps]#31peremato merged 3 commits intoJuliaHEP:masterfrom fhagemann:downgrade
[weakdeps]#31peremato merged 3 commits intoJuliaHEP:masterfrom
fhagemann:downgrade
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #31 +/- ##
=========================================
- Coverage 1.78% 1.75% -0.03%
=========================================
Files 17 17
Lines 1231 1252 +21
=========================================
Hits 22 22
- Misses 1209 1230 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Moelf
approved these changes
Jun 19, 2025
Member
|
@fhagemann I guess once this is merged we can do a release. |
Contributor
Author
|
Sounds very good to me |
Contributor
Author
|
@peremato could we make a new release this week? |
Contributor
Author
|
Can we merge and release this? |
Member
|
I did release Geant4 v0.2.2 yesterday. |
Contributor
Author
|
@peremato I don't see it in the General registry yet though.. 😶 https://github.com/JuliaRegistries/General/blob/master/G/Geant4/Versions.toml |
Member
|
JuliaRegistries/General#133340 looks stuck |
Contributor
Author
|
Are there any objections to this PR that I should tackle? |
Moelf
approved these changes
Jun 25, 2025
This was referenced Jul 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added the Downgrade workflow, which sets all packages to the lowest
[compat]in theProject.tomland runs the tests. Right now, not many packages and checks are run in the tests, so this workflow might not be super effective. But it checks for compatibility between the packages and might be nice to have for the future.I am running the tests on
lts(julia-1.10). Onjulia-1.11, some tests would fail because of StaticArrays (only works onjulia-1.11starting 1.5.17) and CSV (there seems to have been a fix to work onjulia-1.11in 0.10.13) and we would have to restrict the lowest compats in theProject.toml, which I would like to avoid.