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

Auto build when files change. #30

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Conversation

RaoulSchaffranek
Copy link
Member

With this PR, Simbolik only builds a project if the source files have been modified since the last build. This speeds up the initialization phase for many debugging sessions.

Copy link

@anvacaru anvacaru left a comment

Choose a reason for hiding this comment

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

Approved with a comment!


export async function startDebugging(
contract: ContractDefinition,
method: FunctionDefinition
method: FunctionDefinition,
worksapceWatcher: WorkspaceWatcher

Choose a reason for hiding this comment

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

There's a typo here.

Suggested change
worksapceWatcher: WorkspaceWatcher
workspaceWatcher: WorkspaceWatcher

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice catch. Fixed in 1753732

@RaoulSchaffranek RaoulSchaffranek merged commit 4f8b102 into master Jan 13, 2025
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