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

fix: remove use of task manager #100

Merged
merged 3 commits into from
Dec 15, 2024
Merged

Conversation

kazushisan
Copy link
Contributor

this will fix an issue where there was an inconsistency between the result of -w and check mode. This was caused in some scenarios where the promise would and update the dependency graph before working on another file.

Since the process is now synchronous, this patch will remove use of TaskManager to prevent such issue from happening.

@kazushisan kazushisan added the bug Something isn't working label Dec 15, 2024
@kazushisan kazushisan self-assigned this Dec 15, 2024
@kazushisan kazushisan merged commit cfb1d72 into main Dec 15, 2024
1 check passed
@kazushisan kazushisan deleted the fix/remove-use-of-task-manager branch December 15, 2024 12:43
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

Successfully merging this pull request may close these issues.

1 participant