v0.15.0
Pre-release
Pre-release
The install
instruction changed to require files being installed to have the .eml
extension - in addition to the file's native extension. For example, SomeSourceFile.java.eml
. After using $[install "SomeSourceFile.java" "somedir"] it will be installed as
SomeSourceFile.java`.
A new assert
instruction was added to make it easier to generate error messaging (see docs).