Version 0.8.0 (First Release)
-
Module System is now working. Module paths on windows are supplied
within the Environment VariableEDEN_MODULE_PATH
as semi-colon
separated directory paths, with later entries taking precedence
in module resolution. Similarly, linux can include paths in the
EDEN_MODULE_PATH
, but they must be colon separated.On linux, eden will attempt to find modules in
/usr/share/eden/libs and ~/.eden/libsOn windows, it will only attempt to find modules in ~/.eden/libs
-
Improved Commandline. Included commandline argument
-m, --modulepath
which takes a (semi-colon separated /
colon-separated) path listing which will be included in the module
path resolution. -
Commandline also includes
-v, --verbose
which can be used to turn
on more verbose error messages. Error messages are now less
verbose by default. When enabled, it will also display the Module
Paths that are currently active. -
Slight improvements to error messages. They will now display which
file the error occured in.