scoder
scoder
This ticket seems to be mixing two issues. 1) `-pagezero_size` may be required or may fail the build, I don't know. It's a MacOS thing, to be solved by MacOS...
You currently can't. Shouldn't be difficult to implement, though. I take pull requests.
The basic idea is to copy the data into a Python container (maybe a list of item tuples?) and pickle that. Anything that fails to pickle here (definitely any wrapped...
Yes, I think it makes sense to support this. However, we also have to make sure it produces something reasonable when comparing a Python object to a Lua object. PR...
Could you provide the complete output?
Thanks. I removed the redundant parts of the output and formatted them. The gcc failures in your manual tries at the and are due to copy&paste errors (there is a...
acora currently stores the keywords as Python string objects, so `id()` should work on them.
I can reproduce the crash, but the stack trace changes on each run. That suggests that there might be some kind of Lua stack corruption that only shows at a...
Well, it's certainly worth git bisect-ing it, although my intuition wants me to assume that it's been there forever, or at least as long as the features that the reproducer...
Maybe you could try to strip down the test case? It's very complex and uses lots of features: Lua couroutines, the `@unpacks_lua_table` decorator, runtime options … Any feature that can...