Olical / aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
https://discord.gg/wXAMr8F
The Unlicense
606 stars 28 forks source link

Updated fennel to 1.2.0 #129

Closed jaidetree closed 2 years ago

jaidetree commented 2 years ago
jaidetree commented 2 years ago

Originally ran into some issues around the compile-test failing. After poking around, I think that the "expected closing delimiter" error message has a different prefix causing the text to appear at char pos 31 instead of 28. Updated that to reflect the latest since the expected error text is still present.

Olical commented 2 years ago

OH lol we did the exact same thing, sorry, I didn't spot this before 😭 I should've checked your messages and the PR first. Thank you for working out the same stuff, sorry I didn't spot your change earlier. Only note I have is that you should target the develop branch with PRs in the future, only a minor thing. Most people target master and I end up repointing it but thought I'd mention it.