Conversation
fd01fe9 to
f6fe6fb
Compare
|
this does address a legitimate issue. do you think you will be able to get this done within the release cycle? |
ipairs() currently fails due to DFHack#1860
…ments All values are currently nil
|
Looking at this again. The Lua layer here is a bit complicated, so no promises. |
f6fe6fb to
6fc85a6
Compare
|
I looked into this some. Turns out this is broken because I'm calling an existing ipairs() implementation that uses Line 1343 in f290b1c but the Lines 1534 to 1536 in f290b1c so a solution would likely involve a custom By the way, the reason for this implementation is probably because indexing |
Fixes #1860
(Note: I had put this together but evidently never finished it - need to investigate what is missing)
Edit: looks like I didn't make the test pass - that sounds familiar to me now.