filterfish / smith2

A complete rewrite of Smith
12 stars 7 forks source link

Support multiple directories added to the $LOAD_PATH #52

Closed maetl closed 8 years ago

maetl commented 8 years ago

Adds a new configuration property to support configurable directory paths for loading shared code. This might be useful for agents which are deployed as part of a larger codebase with reusable modules and classes in an app directory.

Usage:

[agency]
lib_directories = ["lib", "app"]

Defaults to ["lib"] so that the existing behaviour is preserved by default without needing to be explicitly configured.

filterfish commented 8 years ago

Merged.