Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support directories in meta option #25

Closed
bjuric opened this issue Jun 21, 2016 · 1 comment
Closed

Support directories in meta option #25

bjuric opened this issue Jun 21, 2016 · 1 comment

Comments

@bjuric
Copy link
Contributor

bjuric commented Jun 21, 2016

Currently only files can be passed to the -m/--meta option of the interpreter. This change adds support for specifying directories also. If a directory is specified, then all the meta files in the directory and its sub directories are recursively loaded. The order in which meta files in any one directory are loaded is non determinant and should not be relied on. Care should be taken to ensure that no load time dependencies exist between meta files in the same directory.

@bjuric
Copy link
Contributor Author

bjuric commented Jun 21, 2016

Delivered in gwen v1.3.0 and gwen-web v1.5.0

@bjuric bjuric closed this as completed Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant