moar thoughts
This commit is contained in:
parent
23d9945c48
commit
3fe5365586
|
@ -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`.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user