lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I saw on the Plua page that 1.0b10 is out and it does include PluaRT, but
some of my controls when clicked under PluaRT (not Plua itself) generate
fatal exceptions and I have to soft-reset. However, the dofile() feature
on a .prc is *very* handy.

Have others tried out this new version? Also, has anyone noticed that Plua
tonumber() doesn't obey the Lua spec in b9 and b10? It should return nil
if the string can't be number-ified, but Plua returns the string. (At least
that's the way I understood it should work from the Lua site itself.)

Still would love it to catch the power button, though. Many's the time I
absent-mindedly hit the power button with my program running in its event
loop, and looked at it later to see it had been on for hours. Bad thing
on an m505 with backlight.

But progress is being made ...

-- 
----------------------------- personal page: http://www.armory.com/~spectre/ --
 Cameron Kaiser, Point Loma Nazarene University * ckaiser@stockholm.ptloma.edu
-- Mistakes are often the stepping stones to catastrophic failure. ------------