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

How to validate path in configuration ? #3

Open
qpautrat opened this issue Jul 30, 2015 · 1 comment
Open

How to validate path in configuration ? #3

qpautrat opened this issue Jul 30, 2015 · 1 comment

Comments

@qpautrat
Copy link
Owner

A simple validation is done at compilation to check if file exist with file_exists().
That means that file can be moved after compilation for some reason.
On the other hand doing a verification on each execution is bad imo.
In any case, people should be able to use a remote path.

Should we keep validation ? If yes how to do that ?

@qpautrat
Copy link
Owner Author

qpautrat commented Aug 3, 2015

I removed validation for 1.0.0 (2c3cd77).
But still i let this issue open.

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