-
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
Fix ShallowCopy for IteratorOfCartesianProduct #2829
Fix ShallowCopy for IteratorOfCartesianProduct #2829
Conversation
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]) |
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.
Ouch, this was not meant to be here, I'll remove it ASAP
1fc1605
to
b80da18
Compare
Codecov Report
@@ 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
|
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.
Looks good, thanks. There was also another fix in IteratorOfCartesianProduct
recently #2420
Reported by @mohamed-barakat
Could be backported to 4.10 (but feel free to disagree, and remove the backport label again).