-
Notifications
You must be signed in to change notification settings - Fork 160
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
Don't start a session when loading workspace and --nointeract is given #2840
Conversation
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.
Codecov Report
@@ Coverage Diff @@
## master #2840 +/- ##
==========================================
- Coverage 76.05% 76.05% -0.01%
==========================================
Files 480 480
Lines 241022 241116 +94
==========================================
+ Hits 183310 183378 +68
- Misses 57712 57738 +26
|
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.
That is clearly correct. Of course a test would be nice, but I guess we'll get one as a side effect of @dimpase's work?
Somehow this still appears to be broken, though I don't fully understand why. First off, I can reproduce this at the command line, not just with libgap. When I run
|
Scratch that--clearly my mistake. I'm running the GAP 4.10 release which does not have this fix. I assumed it did since this was merged > a month before the release came out. |
Now my question would just be if there's some obvious way to work around this using the 4.10 release without having to patch the sources... |
@embray this went to master, while 4.10 release made from stable-4.10 branch. That branch was created off master more than a month ago. This is how GAP major releases are made. |
I understand that, though I wonder why this wasn't backported to the 4.10-stable branch. |
The boring answer is it wasn't fixing an (in our minds) serious issue, as this couldn't lead to incorrect reults and we tend to only merge minimum changes back to stable. Also, someone has to choose to mark the PR as to be merged back. |
Sure, it happens. Should I open a new issue or PR to backport this fix? |
@embray no, I can cherry-pick it once we agree that it could be backported (it seems for me that it could) |
If you label this as should be backported to 4.10, then it should happen at some point (someone usually makes a pass over the tag every so often (I've actually just done it for you) |
Thanks--I don't think I can apply labels. |
No worries, the labelling and backporting was already done, namely in 8cc677b BTW @alex-konovalov I usually insert the SHA-1 of the backported commits into the PRs, that makes it much easier to double check that the backporting was really done. It would be great if you (and others doing backporting) could also do this (and yeah, we probably should "codify" this somewhere sigh) |
Fixes #2832