Changes between Version 17 and Version 18 of Ticket #22626
- Timestamp:
- 03/17/17 13:51:04 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626 – Description
v17 v18 5 5 [[https://github.com/markuspf/gap/tree/hpc-merge-libgap|a branch of GAP]] 6 6 by Markus Pfeiffer that adds libgap compilation and [[https://github.com/fingolfin/gap/pull/64|will be merged]] soon in the devel version of GAP. 7 8 Tentatively, all tests pass!9 7 10 8 See https://github.com/markuspf/gap/issues/2 for the few sticking points that could prevent using a vanilla GAP from the distribution (please edit further if you think about more of them). … … 41 39 - Revert #19726 (not needed anymore) 42 40 41 Status: Most long test pass. Tentatively, the 38 remaining failing 42 tests are due to changes in GAP since 4.8.6: Max mentioned that the 43 library has been cleaned up to always use the same random generation 44 source, and some of the group algorithms were changed as well, which 45 can explain, e.g. change of orders in lists of elements. So those 46 should be nothing to worry about. There is not much point in updating 47 those doctests right away; we may as well wait for a more final 48 version of 4.9 to be out. 49 43 50 TODO: 44 51 … … 54 61 - Check against #19915 to see if any of the changes there should be 55 62 ported here. Then close as won't fix. 63 64 - Update doctests as needed 56 65 57 66 - ???