~xerool

Trackers

~xerool/fennel-ls

Last active 14 days ago

#34 json-rpc/read-header cuts reading the header value too much 2 days ago

bug added by ~xerool on ~xerool/fennel-ls

#34 json-rpc/read-header cuts reading the header value too much 2 days ago

Comment by ~xerool on ~xerool/fennel-ls

Good catch! I think I see what's going on here. Lua is weird, in that -2 does actually mean to trim one character, but it turns out that no trimming is necessary on windows systems.

#32 Question about LÖVE support architecture a month ago

Comment by ~xerool on ~xerool/fennel-ls

No need to submit as a patch; I'll merge it right now.

Expect a bit of code churn before this code makes it to a release: I want to make sure that fennel-ls can also detect the love-api.love_api module on the path at runtime, if the docs aren't built in. My plan is basically to promote the love2d code from tools/ to src/fennel-ls/docs/.

#168 Avoid repeated lookups in case/match 2 months ago

Comment by ~xerool on ~technomancy/fennel

The second proposal, to pre-declare right amount of vars in the scope of the macro, no longer generates IIFE. I think that's probably the solution we should go for.

#20 --check missing diagnostics 2 months ago

Comment by ~xerool on ~xerool/fennel-ls

REPORTED RESOLVED CLOSED

#27 Project-specific config file 2 months ago

Comment by ~xerool on ~xerool/fennel-ls

REPORTED RESOLVED CLOSED

#31 fennel_ls quit with exit code 1 and signal 0 2 months ago

Comment by ~xerool on ~xerool/fennel-ls

I'm very confused. I don't see any mention of "vim" in state.lua/state.fnl at all. I also cannot reproduce the issue at all.

#31 fennel_ls quit with exit code 1 and signal 0 2 months ago

Comment by ~xerool on ~xerool/fennel-ls

Thank you for the report. I will look into this tomorrow!

#231 Imprecise compiled numbers in LuaJIT 2 months ago

Comment by ~xerool on ~technomancy/fennel

print(string.format("%0.f", 141791343654238)) Works correctly on all lua versions, so the inaccuracy is coming from fennel

#29 Malformed Carriage R̲eturns in trans-compiled lua source code of the plugin 3 months ago

Comment by ~xerool on ~xerool/fennel-ls

Not sure why this is happening. Thanks for letting me know.