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

Generation/analysis loop when opening a Statix signature file in Eclipse #30

Closed
molenzwiebel opened this issue Aug 17, 2021 · 1 comment

Comments

@molenzwiebel
Copy link
Contributor

When opening a statix signature file in Eclipse, some task seems to run that ends up writing an identical signature file to disk. This will then cause Eclipse to reload the file, which in turn triggers another analysis, which will write a file, etc.

I haven't looked to deeply into what causes this, but I suspect either moving to a hash resource stamper or preventing the writing of an indentical file would be a simple way to fix this.

This issue is slightly higher priority now that we have go-to-definition support in Statix, since that means that it becomes more likely for the user to actually open the generated files in their Eclipse instance.

@Gohla
Copy link
Member

Gohla commented Aug 25, 2021

This should be fixed by 85bd458.

@Gohla Gohla closed this as completed Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants