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

Added forge clean task #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added forge clean task #12

wants to merge 1 commit into from

Conversation

lisandrasilva
Copy link
Contributor

In some cases, when there are previous build artifacts in the out/ directory, the debugger behaves unexpectedly. This PR runs forge clean before running forge build for each debugging session that has the auto build flag set to true.

Copy link
Member

@RaoulSchaffranek RaoulSchaffranek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm hesitant to automatically clean the out folder, especially because Kontrol stores its proofs there. Losing a compute-intensive proof would be unpleasant.

Can we further pin down the issue and investigate different solutions first?
We may not be sorting the build-info files correctly.
https://github.com/runtimeverification/simbolik-vscode/blob/master/src/foundry.ts#L95

@lisandrasilva
Copy link
Contributor Author

The sorting is working correctly. But yes, let's pin down this issue, and if it happens again, I'll try to isolate it and investigate why it's happening.

Can we further pin down the issue and investigate different solutions first?
We may not be sorting the build-info files correctly.
https://github.com/runtimeverification/simbolik-vscode/blob/master/src/foundry.ts#L95

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

Successfully merging this pull request may close these issues.

2 participants