Mark
|
773d3f81fd
|
remove list remnants from stack iteration in printer when cyclic (#2131)
|
2023-10-24 14:10:11 -06:00 |
|
Mark
|
4ab3e23b1f
|
fix cycle detection in lists by looking backward analogously to the same process for structures (#2130)
|
2023-10-24 12:23:05 -06:00 |
|
Mark
|
bf46c4b5c1
|
use topo_sort to correct acyclic_term (#2124, #2125)
|
2023-10-18 12:00:40 -06:00 |
|
Mark
|
43f0b6c28d
|
fix cyclicity detection through variables (#2122, #2123)
|
2023-10-16 15:19:43 -06:00 |
|
Mark
|
dff2e73842
|
more eagerly check for cyclicity of variables in cycle detecting stackless iterator (#2121)
|
2023-10-15 17:43:29 -06:00 |
|
Mark
|
e2000859b6
|
add backward looking cyclicity check for variables in cycle detecting stackless iterator (#2111, #2117)
|
2023-10-15 13:07:41 -06:00 |
|
Mark
|
3a6aee72a3
|
correct is_cyclic again for non-variable ref cells (#2116)
|
2023-10-15 01:28:42 -06:00 |
|
Mark
|
3fb2e451a2
|
improve cycle detection in detect_list_cycles (#2111)
|
2023-10-15 00:58:19 -06:00 |
|
Mark
|
7875b96956
|
simplify stackless iterator is_cyclic (#2111)
|
2023-10-14 23:56:46 -06:00 |
|
Mark
|
d96c9e00b7
|
correct more acyclic_term/1 issues (#2111, #2114), add acyclic_term tests
|
2023-10-14 18:38:10 -06:00 |
|