QEDjl-project / QuantumElectrodynamics.jl

[WIP] QuantumElectrodynamics.jl: A strong-field particle physics framework
https://qedjl-project.github.io/QuantumElectrodynamics.jl/
MIT License
10 stars 3 forks source link

SetupDevEnv.jl: Check for QED package version and set it in the compat section of other packages #79

Closed SimeonEhrig closed 3 weeks ago

SimeonEhrig commented 3 weeks ago

If a QED package has increased its version, all other QED packages will continue to work in the CI tests, even if they have not yet updated their compat section.

SimeonEhrig commented 3 weeks ago

Because this PR blocks our CI, I skipped some refactoring work. Therefore the code in the utils.jl copied from the SetupDevEnv.jl.

SimeonEhrig commented 3 weeks ago

I suggest opening an issue for the remaining refactoring work, other than that this looks good to me 👍

Done in #82