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
I have found that FCSWatch does properly compile projects in the following situation:
FCSWatch
File A relies on some function in File B. File B is updated and the mentioned function's shape changes.
File B is compiled, but file A expects a differently shaped function.
This error is now caught at runtime, rather than compile time.
The text was updated successfully, but these errors were encountered:
Are File A and File B in different projects?
Sorry, something went wrong.
Yes they are
No branches or pull requests
I have found that
FCSWatch
does properly compile projects in the following situation:File A relies on some function in File B.
File B is updated and the mentioned function's shape changes.
File B is compiled, but file A expects a differently shaped function.
This error is now caught at runtime, rather than compile time.
The text was updated successfully, but these errors were encountered: