Skip to content
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

Fix crash when returning from "method not found" break loop #2449

Merged
merged 1 commit into from
May 9, 2018

Conversation

fingolfin
Copy link
Member

Fixes #2447

This should be backported to stable-4.9. I am not sure how far the 4.9.1 release process is -- if there is still time, we might even want to squeeze it in there. If not, then it should go into GAP 4.9.2, and we should consider documenting this as a "known regression" in GAP 4.9.1.

@fingolfin fingolfin added kind: bug: crash Issues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes) regression A bug that only occurs in the branch, not in a release backport-to-4.9 labels May 8, 2018
@fingolfin fingolfin added this to the GAP 4.9.2 milestone May 8, 2018
@codecov
Copy link

codecov bot commented May 8, 2018

Codecov Report

Merging #2449 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2449      +/-   ##
==========================================
+ Coverage   73.95%   73.95%   +<.01%     
==========================================
  Files         484      484              
  Lines      245403   245403              
==========================================
+ Hits       181480   181483       +3     
+ Misses      63923    63920       -3
Impacted Files Coverage Δ
src/opers.c 94.61% <100%> (+0.13%) ⬆️
src/objset.c 84.59% <0%> (-0.23%) ⬇️
hpcgap/lib/package.gi 68.41% <0%> (+0.04%) ⬆️
lib/package.gi 69.81% <0%> (+0.04%) ⬆️

@fingolfin fingolfin merged commit cf61a22 into gap-system:master May 9, 2018
@fingolfin fingolfin deleted the mh/fix-no-method-crash branch May 9, 2018 12:34
@fingolfin
Copy link
Member Author

Backported to stable-4.9 via b5c0c78

@olexandr-konovalov olexandr-konovalov added the release notes: added PRs introducing changes that have since been mentioned in the release notes label Jun 26, 2018
@fingolfin fingolfin added the kind: bug Issues describing general bugs, and PRs fixing them label Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug: crash Issues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes) kind: bug Issues describing general bugs, and PRs fixing them regression A bug that only occurs in the branch, not in a release release notes: added PRs introducing changes that have since been mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants