Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.1 broken on non-LuaJIT Lua #9

Open
shviller opened this issue Apr 19, 2015 · 2 comments
Open

1.1.1 broken on non-LuaJIT Lua #9

shviller opened this issue Apr 19, 2015 · 2 comments

Comments

@shviller
Copy link

#7 is important, because

tonumber(tostring(obj):match('0x(%x+)'), 16)

flat out errors. Unlike LuaJIT, where addresses are formatted with 0x like this:

> ={}
table: 0x00231ce8

ordinary Lua doesn't print 0x:

> ={}
table: 0064DEE0
@nehz
Copy link
Contributor

nehz commented Apr 28, 2015

#6 should fix this

@o-lim
Copy link
Contributor

o-lim commented Jun 5, 2015

This was fixed by PR #6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants