Hi!
It's been quite some time, i've been around, but now i've been checking the examples to see which still work after encountering an error.
The ones that stopped working (at least on Ubuntu 8.04, using the dynamic build) are:
* the real faults
examples/0.6.8/test_zlib2.lua:
/usr/local/bin/murgaLua: test_zlib2.lua:23: bad argument #1 to 'inflate' (input parameter must be a string, function, table or userdata value)
stack traceback:
[C]: in function 'inflate'
test_zlib2.lua:23: in main chunk
[C]: ?
examples/basic/simpleApp2.lua crashes when hit the quit button
/usr/local/bin/murgaLua: simpleApp2.lua:21: attempt to call field 'fl_ask' (a nil value)
stack traceback:
simpleApp2.lua:21: in function <simpleApp2.lua:20>
[C]: in function 'run'
simpleApp2.lua:40: in main chunk
[C]: ?
examples/new/treeTest.lua
sometimes, after editing lines, the cursor disappears behind the window, and I don't know how to get it back... some bug in the tree code?
examples/old_demos/clock_demo/clock_demo.lua
The clock ticks irregularly, and flickers from time to time.
examples/tests$ murgaLua drawSleepTest.lua
segfaults
* due to renaming of printDebug
examples/0.6.x/gridTest.lua
/usr/local/bin/murgaLua: gridTest.lua:5: attempt to call field 'printDebug' (a nil value)
stack traceback:
gridTest.lua:5: in main chunk
[C]: ?
examples/tests/murgaLuaLibTest.lua
Constructing table
/usr/local/bin/murgaLua: murgaLuaLibTest.lua:12: attempt to call field 'printDebug' (a nil value)
stack traceback:
murgaLuaLibTest.lua:12: in main chunk
[C]: ?
examples/tests/xmlImport.lua
Imported XML dump :
/usr/local/bin/murgaLua: xmlImport.lua:24: attempt to call field 'printDebug' (a nil value)
stack traceback:
xmlImport.lua:24: in main chunk
[C]: ?
One other thing: the line editing in the statically linked linux version still doesn't work... dunno if this is intentional or not.
I'm so looking forward to the 6.9 final

Greets,
Jan-Pieter