luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

RFR: Switch to luvit-loader #155

Closed creationix closed 8 years ago

creationix commented 8 years ago

In order to make the luvit ecosystem more friendly with the existing lua ecosystem, luvit's custom require is being replaced with a loader plugin for the native require. This PR ports lit to this new system.

This depends on changes to luvi (removing the luvit/require hook) and changes to the git submodule. Look for the luvly branches of both those projects.

To test this, make sure to use a custom luvi with the proposed changes from it's luvly branch.

creationix commented 8 years ago

Still left to do.

creationix commented 8 years ago

Updated luvi is being published. Most the TODO items regarding luvit-loader functionality can't be tested in lit since it doesn't use those features. I'll punt them for the next step integrating with luvit.

rphillips commented 8 years ago

+1