edolphin-ydf

Results 10 comments of edolphin-ydf

@myrfy001 You can check it here [https://github.com/edolphin-ydf/gopher-lua/tree/feature-table-setint](https://github.com/edolphin-ydf/gopher-lua/tree/feature-table-setint) with the 3 latest commits

@epikur-io I didn't create or run a benckmark with this. And the main affect to performance is based on #131 which should be discuss in #130 . What i'v done...

any progress? need this pr

setup `ray-x/go.nvim` before treesitter works for me

Please try the new version v0.0.3. There is a bug on windows plat.

My modification to gopher-lua is based on [this pr](https://github.com/yuin/gopher-lua/pull/131). Before , i 'm waiting for the author to merger that pr. And now , i'v added [this issue](https://github.com/yuin/gopher-lua/issues/262)

But because of [this](https://github.com/yuin/gopher-lua/issues/69#issuecomment-216591561), i think the author may not want this feature been in the main repo.

Please try the new version v0.0.3. It's a bug on windows plat.

Did you follow the readme and do the replace in go.mod ?

This is because of the tail call. If modify the function `call3` like this ```lua function call3(c) print(debug.traceback()) return c end ``` The output is ``` stack traceback: main.lua:10: in...