Tue, 21 Sep 2021 22:29:19 -0700 |
drewp |
fix some harder tests. Mostly, _advanceTheStack needed to spin the odometer rings starting from the other side, to get all the right combos
|
Mon, 20 Sep 2021 23:19:08 -0700 |
drewp |
logic fix- some bindings were being returned 2+; some 0 times
|
Sun, 19 Sep 2021 16:51:51 -0700 |
drewp |
cleanups and optimizations
|
Sun, 19 Sep 2021 15:39:37 -0700 |
drewp |
function evaluation uses Chunk lists now and runs fast. Only a few edge cases still broken
|
Sun, 19 Sep 2021 14:42:39 -0700 |
drewp |
parse lists from graph into the Chunks
|
Sun, 19 Sep 2021 13:21:15 -0700 |
drewp |
__nonzero__ is called __bool__ in py3! thanks for nothing, linters
|
Sun, 19 Sep 2021 13:20:39 -0700 |
drewp |
minor refactoring
|
Sun, 19 Sep 2021 13:19:20 -0700 |
drewp |
debug logging and comments
|
Sat, 18 Sep 2021 23:57:20 -0700 |
drewp |
WIP - functions are broken as i move most layers to work in Chunks not Triples
|