You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: