Add Automatic-Module-Name to Manifest
Wrong type when changing a number variable into a string (includes fix)
luaj incorrectly parses unfinished string
string.format %f ignores precision
we are facing the same issue. is there any resolution to this?
Hello! Please somebody help. I am trying to use luaj in my webapp with tomcat. All ok! But when i try to use java compilation with luajc, I have errors when i execute loadfile command env = JsePlatform.standardGlobals(); LuaJC.install(env); luaFile = env.loadfile(script); org.luaj.vm2.LuaError: load test2.lua: org.luaj.vm2.LuaError: load @test2.lua: java.lang.IllegalStateException: bad class gen: java.lang.ClassCastException: test2 cannot be cast to org.luaj.vm2.LuaFunction at org.luaj.vm2.LuaValue.error(Unknown...
It would seem that this project is not actively maintained - much to many people's dissapointment. It still works, but I'm afraid a 5.3 update is unlikely.
NPE during application start if log4j2 is in the classpath and the script engine logger is on debug
differences in test\lua\tablelib.lua Luaj vs original Lua
Are there plans to update this lib to version 5.3 of the language spec? This would...
I'm completly new to LUA. I have a very simple script: "var = 1" I didn't find out...
Hi, i have a simple script: "var_face = 2" I didn't find out how to get the result...
to help someone : we modifiy LuajavaLib class to add web-app class loader // load...
to help someone : we modifiy LuajavaLib class to add web-app class loader // load...
Thank you for this help. But in our environnement we needed to modify LuaScriptEngine...
patch: ignore DeadSlot copy luaj-3.0.1/src/core/org/luaj/vm2/LuaTable.java 2015-12-17...
patch: ignore DeadSlot copy luaj-3.0.1/src/core/org/luaj/vm2/LuaTable.java 2015-12-17...
patch: ignore DeadSlot copy luaj-3.0.1/src/core/org/luaj/vm2/LuaTable.java 2015-12-17...
LuaTable rehash: java.lang.ArrayIndexOutOfBoundsException
Forgot to paste the stack trace: java.lang.ClassCastException: javax.script.SimpleScriptContext...
Forgot to paste the stack trace: java.lang.ClassCastException: javax.script.SimpleScriptContext...
Forgot to past the stack trace: java.lang.ClassCastException: javax.script.SimpleScriptContext...
java.lang.ClassCastException when using ScriptEngine#eval(String script, ScriptContext context)
Move sources to git repo
Exception: org.luaj.vm2.LuaError: load main.lua: org.luaj.vm2.LuaError: load @main.lua: java.lang.ArrayIndexOutOfBoundsException: length=32; index=314606017
I've come across the same problem. I've found that you need to download the maven...
potential leak in Globals#loadfile
I have downloaded the luaj-vm code from CVS and I'm trying to run the unit tests,...
Wrong version for Luaj 3.0
Closing as per request of filer.
*tail calls are not tracked in debug information It's really hard to find the culprit...
os.date("*t") hour field should be "0-23" not "0-11"
Is fixed in version 3.0.1.
Is fixed in version 3.0.1.
bad implementation of os.getenv
Luaj 2.0.3 works, but 3.0 does not
Is fixed in version 3.0.1.
Vararg expression (...) inconsistent behaviour
Is fixed in version 3.0.1.
Is fixed in version 3.0.1.
table.remove return inconsistent
collectgarbage with no arguments
Is fixed in version 3.0.1.
luajava.bindClass do not bind innerclass
Another little idea for LuaJ that I like a lot - "named nils". Don't you hate those...
Another little idea for LuaJ that I like a lot - "named nils". Don't you hate those...
os.date("*t") hour field should be "0-23" not "0-11"
Will be fixed in version 3.0.1
os.date("*t") hour field should be "0-23" not "0-11"
What if I want/need per-environment string/number/etc metatable? Is there no way...
Can't see 3.0.1 in https://sourceforge.net/projects/luaj/files/. Can you please suggest...
bad implementation of os.getenv
This will be fixed in version 3.0.1
You can use the string metatable to kill anything that uses LuaJ
If you plan to run a server with potentially hostile codes, you should limit access...
Vararg expression (...) inconsistent behaviour
This was happening for some but not all cases of varargs return values being assigned...
JSR-223 problems with using custom STDOUT
Fixes for this were put into version 3.0
ScriptContext isn't passed to a CompiledScript
Fixes were put in for this in version 3.0
checkfunction() should return a LuaFunction
table.remove return inconsistent
Have added a fix for this in 3.0.1
Closing as this is not considered a bug.
Invoking script with arguments doesn't pass to {...}
[3.0-beta2] AIOOBE in string.match with balanced pattern
A fix for this was check in on 3/9/2014, and the supplied code fragment passes when...
[3.0-beta2] throw java.lang.ArrayIndexOutOfBoundsException
I believe this was a problem in the beta release but has been fixed for version ...
Luaj 2.0.3 works, but 3.0 does not
Applying this patch for version 3.0.1, however, I have no way to reproduce this so...
luajava.bindClass do not bind innerclass
This will be fixed in version 3.0.1
collectgarbage with no arguments
Fixing in 3.0.1
The method name 'end' is being treated as a keyword, which is why it is being colored...
Cant access object:end function
The method name 'end' is being treated as a keyword, which is why it is being colored...
Exception in thread "LWJGL Application" org.luaj.vm2.LuaError: load scripts/character/character.lua:...
Cant access object:end function
All environments share the same string metatable
You can use the string metatable to kill anything that uses LuaJ
collectgarbage with no arguments
luajava.bindClass do not bind innerclass
table.remove return inconsistent
Vararg expression (...) inconsistent behaviour
Any news on this bug? It seems that 3.0 still has it. :-(
I have found that this issue can be solved by the following patch: --- luaj-3.0-orig/src/core/org/luaj/vm2/LuaTable.java...
I have found that this issue can be solved by the following patch: --- luaj-3.0-orig/src/core/org/luaj/vm2/LuaTable.java...
Luaj 2.0.3 works, but 3.0 does not
Can't build Luaj 3.0
Please close this bug, it was my error.
By the way, I'm trying to build Luaj using Ant, but am getting this error: Error...
Wrong version for Luaj 3.0
no...don't close it .. I think there is must be some bugs in debuglib .. it does...
I'm SOrry .. i must made a misunderstand ... the real problem is lost a level of...
these means that .. when the program in a break status . every time call debug.getinfo...
duzc2dtw#gmail.com