Frityet

Results 125 comments of Frityet

Also, every declaration doesn't seem to be present, only a very small amount are

> No problem! :D > > Just to point a few things out, because I'm not sure I have been explicit enough in my first comment: the abovementionned error doesn't...

> > Try compiling lua yourself, and in your luarocks config make it link with `ucrt` instead of `msvcrt`, I have had no issues after doing that > > You're...

> I've kept it private so far because the internal format changes every now and then (it's already different in the `next` branch, and I have further uncommitted changes in...

> I see. I don't have enough time to investigate this further. My gut feeling is that this is a deal-breaker of the projects I'm working on. I'm not sure...

> @JBlaschke I know this is the wrong place to ask, but the fork doesn't have an Issues tab. > > I've noticed that for some reason `sh` doesn't handle...

> It seems cyan tries to compile all lua files too, which is unexpected. I found a workaround, which is to use `include` to restrict the compiled files only to...

+1 This would be very useful

Another exception from a [different part of LuaJIT](https://github.com/TheLuaOSProject/LuaJIT/blob/a4c76b975a0695aaa8548a445f72d1e38ebc902f/src/lj_tab.c#L20), specifically from the `return hashgcref(t, key->gcr)`. ```c /* Hash an arbitrary key and return its anchor position in the hash table. */...