Danny Yoo
|
d2eb1dea77
|
chased after lexical scoping bug introduced by combination of let1 + multiple values.
|
2011-09-27 16:04:04 -04:00 |
|
Danny Yoo
|
40820a96b4
|
continuing to isolate the bug. It looks like when we get the values back, we're somehow scrambling the order? Very strange
|
2011-09-27 11:30:44 -04:00 |
|
Danny Yoo
|
e4f9481bc1
|
catching tail-calling bug. Appears the siuation is: if the tail call is a values, but there's some let bindings that we need to wipe out, we haven't done the proper cleanup.
|
2011-09-27 11:08:13 -04:00 |
|