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 ShallowCopy for IteratorOfCartesianProduct #2829

Merged

Conversation

fingolfin
Copy link
Member

Reported by @mohamed-barakat

Could be backported to 4.10 (but feel free to disagree, and remove the backport label again).

@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes backport-to-4.10 gapdays2018-fall Issues and PRs that arose at https://www.gapdays.de/gapdays2018-fall labels Sep 19, 2018
configure.ac Outdated
[boehm], [AS_IF([test "x$enable_hpcgap" = xno],
[AC_MSG_ERROR([Boehm GC can only be used with HPC-GAP])])
AC_SUBST([GC_SOURCES], [src/boehm_gc.c])
[boehm], [AC_SUBST([GC_SOURCES], [src/boehm_gc.c])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, this was not meant to be here, I'll remove it ASAP

@fingolfin fingolfin force-pushed the mh/fix-IteratorOfCartesianProduct branch from 1fc1605 to b80da18 Compare September 19, 2018 10:12
@codecov
Copy link

codecov bot commented Sep 19, 2018

Codecov Report

Merging #2829 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2829      +/-   ##
==========================================
+ Coverage   76.05%   76.07%   +0.01%     
==========================================
  Files         480      480              
  Lines      241022   241022              
==========================================
+ Hits       183310   183352      +42     
+ Misses      57712    57670      -42
Impacted Files Coverage Δ
lib/combinat.gi 73.26% <100%> (+2.68%) ⬆️
src/hpc/threadapi.c 43.55% <0%> (+0.1%) ⬆️
src/stats.c 95.47% <0%> (+0.19%) ⬆️
hpcgap/lib/hpc/stdtasks.g 64.7% <0%> (+0.51%) ⬆️

Copy link
Member

@olexandr-konovalov olexandr-konovalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks. There was also another fix in IteratorOfCartesianProduct recently #2420

@fingolfin fingolfin merged commit a10763a into gap-system:master Sep 19, 2018
@fingolfin fingolfin deleted the mh/fix-IteratorOfCartesianProduct branch September 19, 2018 20:37
@fingolfin fingolfin added release notes: added PRs introducing changes that have since been mentioned in the release notes and removed release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes labels Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-4.10-DONE gapdays2018-fall Issues and PRs that arose at https://www.gapdays.de/gapdays2018-fall kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them kind: bug Issues describing general bugs, and PRs fixing them 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.

3 participants