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/progress bar loop lock release #132

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

lukacan
Copy link
Collaborator

@lukacan lukacan commented Feb 29, 2024

Currently, there is a bug within the macro expansion process due to an incorrect lock release process. Specifically, the lock indicating the end of expansion was released after parsing the output. However, if the parsing process triggers a panic, it can prevent the lock from being released.

This PR solves the problem, the lock is released right after the expansion process.

@lukacan lukacan requested a review from Ikrk February 29, 2024 15:56
@lukacan lukacan changed the title 🐛 Update progress bar loop lock release fix/progress bar loop lock release Feb 29, 2024
crates/client/src/commander.rs Outdated Show resolved Hide resolved
@Ikrk Ikrk force-pushed the fix/progress-indicator-stuck branch from fe3a5d9 to 0a16e0e Compare March 1, 2024 12:57
@Ikrk Ikrk merged commit 330bc00 into develop Mar 1, 2024
7 checks passed
@Ikrk Ikrk deleted the fix/progress-indicator-stuck branch March 1, 2024 13:19
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.

None yet

2 participants