We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A common mistake with build.fan is that users forget to add a trailing slash to a resDir:
build.fan
resDir
resDirs = [`etc`]
Currently this gives a rather unhelpful message in the problems view of:
Internal compiler error, please check Error Log view
Indeed the stack trace in the Error Log view does say:
sys::IOErr: Must use trailing slash for dir: /C:/Projects/f4/etc
but it's not easy to find.
The text was updated successfully, but these errors were encountered:
8cea176
No branches or pull requests
A common mistake with
build.fan
is that users forget to add a trailing slash to aresDir
:Currently this gives a rather unhelpful message in the problems view of:
Indeed the stack trace in the Error Log view does say:
but it's not easy to find.
The text was updated successfully, but these errors were encountered: