:load s8.snapshot.lua
| Result | The application couldn't load the snapshot (it is a standard lua source file). The load is reporting an exception while parsing the file. It sounds like the parser is assuming that functions canīt respond to #value message. IMO the parser is assuming core lua semantics at loading time, and triggering exception. |
| Exception reported |
:load s8.snapshot.lua
: Call: {0}
ResetPositional: Algorithm: {0}
Parse error at line 985 (column: 7):
'System.Func`1[Neo.IronLua.LuaResult]:value' not found.
> |
smalltalk:addClass("Object",nil,smalltalk:newArray({}),"Kernel")
smalltalk:bind(smalltalk.Object["$klass"],"eventsTriggered",0
:load s8.section1.lua
| So sorry, neoLua do not have actually the features we need to run S8. The debug.setmetatable function do not implement complete Lua semantics (the value can be anything). April 17,2019 |