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

Allow for some of the options to be specified in the call to runtests() #6

Closed
fjarri opened this issue Jul 30, 2017 · 2 comments
Closed
Milestone

Comments

@fjarri
Copy link
Owner

fjarri commented Jul 30, 2017

This functionality intersects with the INI-file (see issue #5), perhaps we won't even need the INI files in the end. The runtests.jl will effectively be a configuration file itself.

@fjarri fjarri added this to the v0.1.0 milestone Jul 30, 2017
@fjarri fjarri modified the milestones: v0.0.3, v0.1.0 Aug 4, 2017
fjarri added a commit that referenced this issue Aug 6, 2017
Part of #6. Some refactoring in preparation for #8.
@fjarri
Copy link
Owner Author

fjarri commented Aug 6, 2017

Currently either command-line options or in-program options can be active. A proper implementation, that is, command-line options overriding in-program options, is blocked by ArgParse PR #47

@fjarri fjarri modified the milestones: v0.1.0, v0.0.3 Aug 13, 2017
@fjarri fjarri modified the milestones: v0.2.0, v0.1.0 Sep 8, 2017
@fjarri fjarri closed this as completed in ab88d75 Nov 14, 2017
@fjarri
Copy link
Owner Author

fjarri commented Nov 14, 2017

The fix is somewhat hacky, but it works. ArgParse is not particularly active, so the PR might take a while.

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