-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport fixes from PR #210. #214
Conversation
Sorry - I don't know what I was thinking when I made them features... Do you still want them backported, or is it ok to have these fixes in just 2023.5.0? |
I see what happened - I had them as issue branches, but combined several together into the merge into devel with a feature, as I wanted to save the CI. Because they went in merged with the feature, I forgot to backport the individual fixes to main. |
No problem, it's easily done. If I don't do them immediately then I forget. I'm happy to wait until the release unless it's needed by Exs before, e.g. perhaps they will be using 2023.4 for a bit and need a working version. I wasn't planning on doing another BioSimSpace patch release. At present, I think the existing |
I looked at it and it wasn't that much work. Each issue fix was quite self-contained. I've pulled in all of the issue fixes into this PR. I think there is enough to make it worth releasing a |
Thanks. I actually only spotted this because I accidentally ran CI for the PR. I normally don't for trivial backports since it's already been validated on |
Thanks for mentioning me. So we are currently basing our main to the Sire main (as we need to some fix from the main), which is not the Sire 2023.4.1. I wonder when you make them sync, would it cause trouble if we are using the main (potentially 2023.4.2)? Thanks. |
I don't think there will be any issue. Currently BIoSimSpace |
It shouldn't - the PR for the fixes into |
Great. Thanks. |
Great. I'm off for part of the day but will try to review when I'm back. I've stacked a few other backports into this PR too. @xiki-tempula, do you want this one added too. (The one related to the AMBER mask.) |
Yes, please. Thanks. |
All passing now that I'm building against Sire 2023.4.2 👍 I'd just like to figure out what to do about the backport for #226, then I'll be able to create a BioSimSpace 2023.4.1 release. @chryswoods, do you have any opinions on that? |
This PR backports the fixes from #210 into
main
.main
into this branch before issuing this pull request (e.g. by runninggit pull origin main
): [y]