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: leave_workspace returns like detach #32

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

alemidev
Copy link
Member

previously only returned true if Client held a workspace reference, now it returns true if last ref has been dropped, or no ref was being owned. If, while dropping, dangling refs are still present, it will return false (just like detach method)

@alemidev alemidev added bug Something isn't working as intended core This issue is related to the core Rust library labels Sep 29, 2024
@alemidev alemidev self-assigned this Sep 29, 2024
@alemidev alemidev force-pushed the fix/workspace-leave-bool branch 2 times, most recently from fa655af to d371046 Compare September 30, 2024 22:24
@alemidev alemidev requested a review from zaaarf September 30, 2024 22:24
@alemidev alemidev force-pushed the fix/workspace-leave-bool branch from 61c1691 to 6afbb23 Compare October 1, 2024 17:03
@frelodev frelodev merged commit 238dd22 into dev Oct 1, 2024
96 checks passed
@frelodev frelodev deleted the fix/workspace-leave-bool branch October 1, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended core This issue is related to the core Rust library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants