mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-12 07:54:49 +08:00
Single modules are now allowed to be defined in an Erlang-cell. In this case the entire code-block is interpreted as an erlang-module and if there are no errors the module is compiled and loaded. If the cell containing the module is deleted subsequent code invocations will fail. Stale indicator is not working yet due to missing notion of functions, this will be fixed in a next version. Error handling - basics are working - Still not happy with it, but it is usable The code is now pre-analyzed using the epp-module. This also has the added advantage that erlang modules can become a bit more expressive with defines and includes. TODO: Examples need to be added to the example livebook. |
||
---|---|---|
.. | ||
channels | ||
controllers | ||
helpers | ||
live | ||
plugs |