Skip to content

1.1.1 broken on non-LuaJIT Lua #9

Description

@shviller

#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions