-
Notifications
You must be signed in to change notification settings - Fork 161
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
Overview of GAP 4.9.2 release #2591
Overview of GAP 4.9.2 release #2591
Conversation
d94504a
to
dd8045f
Compare
Update: added #2578. |
But note that #2578 is not yet in 4.9 - somebody still has to cherrypick it |
Useful reminder - now #2578 cherry-picked. |
Codecov Report
@@ Coverage Diff @@
## master #2591 +/- ##
==========================================
- Coverage 74.8% 74.79% -0.01%
==========================================
Files 479 479
Lines 242243 242243
==========================================
- Hits 181198 181197 -1
- Misses 61045 61046 +1
|
A "changes" entry for PR #2488 by @hulpke needs to be added now, as that was backported to 4.9. Here is a suggestion, feel free to improve or replace it as you like:
|
dd8045f
to
de99b36
Compare
#2488 also mentioned in the overview - this PR seems to be complete then. |
Now also waiting for #2596 outcome. |
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.
This looks fine to me, except that PR #2596 should perhaps also be merged and added here.
de99b36
to
6d5efae
Compare
Added #2596. Hope that's the last one for GAP 4.9.2. |
doc/changes/changes49.xml
Outdated
<Item> | ||
Fixed a crash when an error occurs and | ||
<Ref BookName="ref" Oper="OutputLogTo" Label="for streams"/> | ||
points to a stream which uses a stream |
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.
Optional: "a stream which uses a stream"? -> I know this comes from the description of the issue, but I find it highly confusing. Perhaps "points to a stream which internally uses another stream"?
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.
done
6d5efae
to
9aea7fb
Compare
Updated, also added a comment If you're interested where we are with getting it to work on Windows, the current stage is getting ZeroMQInterface package built under Cygwin: see gap-packages/ZeroMQInterface#23 |
May require an update if #2578 will be merged before the release.