Conversation
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
=======================================
Coverage 45.39% 45.39%
=======================================
Files 27 27
Lines 3049 3049
=======================================
Hits 1384 1384
Misses 1665 1665 |
|
Hmm, I am seeing this backtrace, but it doesn't really ring a bell: |
|
At least not in master and stable-4.11, so the problem may simply disappear with GAP 4.11 release... |
|
Forced a deeper backtrace, and now am seeing this, repeated over and over; so I am now suspecting that this is due to a bug in I suspect that this might be the fix in cryst that matters: gap-packages/cryst@c5e97a7. If my guess is right, then one way to resolve the issue is to reduce the assertion level before the affected tests. Another is to install a newer cryst version. |
|
I guess the easiest fix is to not test against 4.9 and 4.10... shrug |
I've recently update master with 4e38aef to fix the Travis CI tests. This fixed the tests against GAP's
stable-4.11; there are still errors against GAP'smasterbranch, due to gap-system/gap#3889, but that'll be resolved elsewhere soon.But there are different errors when using GAP 4.10 and 4.9, namely a recursion depth trap. So this HACK PR enables error backtraces to help narrow down the issue.