scoder

Results 651 comments of scoder

> There is a bug in master branch which can not pass your testcase. > ``` > lua.table_from(1) > ``` That's not a bug. The method expects one or more...

Thanks for all the work on this. I think it's good enough to be released in Lupa 2.1.

Probably no longer an issue with Lupa 2.1.

Maybe I missed it, but has anyone proposed yet to mix a macro (that takes the address of the argument and passes it into an inline function) with an inline...

Ping @xitology – it would be sad if this nice code cleanup ended up dying from bitrot. :)

Ping @ingydotnet @nitzmahone – this PR still applies and removes ~170 lines of useless code.

Here's a proposal that reduces the whole thing to checking `CYTHON_CLINE_IN_TRACEBACK` and generating different macros for both cases. I find it also simpler to read the different parts of the...