buildat/todo.txt

12 lines
491 B
Plaintext

Buildat TODO
============
- Cache a hash of each compiled module in order not to rebuild them
unnecessarily
- Modules should be run in threads.
- Implement module depencencies in test/testmodules/__loader
- There should probably be a builtin/loader that __loader usually wants to call
- CMakeLists.txt: Add a way of building only the server, without polycode
dependency
- Fix bad error message when module returns nil:
../client/sandbox.lua:64: require: Extension not found: "joyinput"