Commit 8c0b08c
authored
Make ArithmeticElementCreator understand re-read mode (#5956)
In GAP one can use `Reread` (and its variants) instead of `Read`
(and its variants) while developing code; this suppresses errors
caused by re-defining global read-only variables.
But this didn't work when using `ArithmeticElementCreator` because
that had its own check for detecting and rejecting such
redefinitions.
This patch teaches it to honor the `REREADING` global for a
smoother developer experience.1 parent 8c83647 commit 8c0b08c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments