moar thoughts

This commit is contained in:
Scott Richmond 2025-06-20 17:11:08 -04:00
parent 23d9945c48
commit 3fe5365586

View File

@ -362,3 +362,8 @@ Which is not right.
We get: `get_upvalue 000` and a panic: `index out of bounds: the len is 0 but the index is 0`.
The vec in question is the LFn::Defined.closed.
...
Just patched up the `if` alternative branch unconditional jump, which was jumping too far.
Now it really is just some pretty systematic testing of prelude functions, including the problems with upvalues, which I haven't yet been able to recreate.