bakpakin / Fennel

Lua Lisp Language
https://fennel-lang.org
MIT License
2.43k stars 124 forks source link

warn when a --native-module does not contain a luaopen_* symbol #393

Closed Benaiah closed 3 years ago

Benaiah commented 3 years ago

Outputs a warning when you specify a --native-module that doesn't include a luaopen_* function.

technomancy commented 3 years ago

Thanks; I think this should be really helpful!