42 | | 1) Bugs caused by broken syntax error handling, which still needs some fixing. |
43 | | 2) Minor bugs remaining in our GAP interface; in particular places where errors (besides syntax errors) seem to not be handled properly. I think there are only a couple of these. |
44 | | 3) Missing functionality that was removed from the branch but needs to be restored (particularly a couple test functions in `sage.libs.gap.util`). |
45 | | 4) Tests that depend on some PRNG state that seem to be getting messed up by GAP somehow--I still need to investigate this. |
46 | | 5) Tests that fail due to warnings from GAP that weren't present before. |
47 | | 6) Tests that fail due to actually different mathematical results from GAP, which may still be valid, just different. |
| 42 | 1. Bugs caused by broken syntax error handling, which still needs some fixing. |
| 43 | 2. Minor bugs remaining in our GAP interface; in particular places where errors (besides syntax errors) seem to not be handled properly. I think there are only a couple of these. |
| 44 | 3. Missing functionality that was removed from the branch but needs to be restored (particularly a couple test functions in `sage.libs.gap.util`). |
| 45 | 4. Tests that depend on some PRNG state that seem to be getting messed up by GAP somehow--I still need to investigate this. |
| 46 | 5. Tests that fail due to warnings from GAP that weren't present before. |
| 47 | 6. Tests that fail due to actually different mathematical results from GAP, which may still be valid, just different. |