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

Runtime Errors when updating dependency #29

Open
tylerhartwig opened this issue Apr 27, 2019 · 2 comments
Open

Runtime Errors when updating dependency #29

tylerhartwig opened this issue Apr 27, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@tylerhartwig
Copy link
Collaborator

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.

@tylerhartwig tylerhartwig added the bug Something isn't working label Apr 27, 2019
@humhei
Copy link
Owner

humhei commented Apr 27, 2019

Are File A and File B in different projects?

@tylerhartwig
Copy link
Collaborator Author

Yes they are

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants