Skip to content

Version 0.8.0 (First Release)

Compare
Choose a tag to compare
@benzap benzap released this 10 Aug 15:53
· 21 commits to master since this release
  • Module System is now working. Module paths on windows are supplied
    within the Environment Variable EDEN_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/libs

    On 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.