-
Notifications
You must be signed in to change notification settings - Fork 49
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
Osc next2 #712
Osc next2 #712
Conversation
…re than 2 pipelines
Is @ts4051 the only one who can make changes to this branch? Because if so, this will severely complicate getting this done. Perhaps it would be better if we copied all of this into a non-master branch in the main repo first, so that we all have writing access to it, and then we make a PR from that feature branch. Then we can all work on it together without having to go through Tom's fork every time. |
I found that a lot of commits already exist in old pull requests, but they are not recognized as identical because they were squashed before they were merged. For example, a lot of Étiennes old commits are in PR #639 . Is there an automated way that we can search for changes that we already have and squash those away? |
I think some rebase magic may get rid of the older, redundant commits that are already in main? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new code for bin masking. don't see conflicts or other changes from the folk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new code for bin masking. don't see conflicts or other changes from the folk.
What is this status of this, actually? Could we get this out of the way, as well? (assigned a bunch more people to get eyes on this) |
I suppose this is again hopelessly out-of-date? Should we just close this PR? |
Honestly, I don't know who's even using this branch, I am certainly now and I ran a fit using PISA main and the flercnn sample, so I don't know why people would need anything else. Maybe raise this at a |
I guess Tom might use this branch. We should at least ask him if there are any functionalities missing in main. Maybe adding one or two things is sufficient and way more easy than trying to merge the whole thing. |
Hi. Yes oscNext2 is the branch I use, which is collection of small changes
over time. So want to go back into main I suspect (for example the fices to
the MCEq stage Tania and I reported on) but probably some don't need to. I
haven't tried main recently so not sure how any changes in there will
affect my analysis, I'll need to give it a try and look at the git logs.
…On Wed, Jun 26, 2024 at 9:06 AM Jan Weldert ***@***.***> wrote:
I guess Tom might use this branch. We should at least ask him if there are
any functionalities missing in main. Maybe adding one or two things is
sufficient and way more easy than trying to merge the whole thing.
—
Reply to this email directly, view it on GitHub
<#712 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMVI67U6G7FVBAASTYQSI3ZJJR53AVCNFSM6AAAAABJ3VTTQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJQHE3TCNJRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The general problem with using a separate branch like this for analysis work is that it circumvents the testing and review processes that have been set up on the master branch. This has caused errors to make it into analyses in the past that would have been avoided if the review process had been followed. Furthermore, this makes it harder to later merge individual features into the master branch. For instance, fixes to the MCEq stage should have had a separate branch for that specific feature and a Pull Request for just that feature. Instead, if we want these fixes, we need to review all of the other unrelated changes as well before we can merge. |
I don't see this happening anytime soon, and everyone is using the master branch for their analyses (as they should), so I'm closing this. @ts4051, it's up to you to add changes that you need for your analysis into master, but please do that bit/feature wise and not in a massive single PR. |
Hey All,
This will be major work to make this PR, but this is absolutely critical!
Please, everyone who worked on this branch start looking into this.