Olical / aniseed

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

Harden the `module` macro #30

Closed Olical closed 3 years ago

Olical commented 3 years ago

Steps to reproduce bad things:

You can fix this by deleting the bad Lua and restarting or (tset package.loaded :foo.bar nil) I think? Possibly other things to work around this too. I want to make it so a bad pre-existing module that won't require / throws errors will be caught and ignored. If the existing module is borked, let's just pretend it doesn't exist.

Olical commented 3 years ago

Initial report of this issue: image

Olical commented 3 years ago

Think this is doneeee