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

[cmdpalette-] fix incomplete command list from race condition #2338

Merged
merged 1 commit into from May 17, 2024

Conversation

midichef
Copy link
Contributor

@midichef midichef commented Mar 4, 2024

Probably fixes #2336.

Not all rows on the HelpSheet were loaded by the time the cmdpalette read its list of commands.
repro: on any sheet, reload the command palette by pressing Space and then Esc repeatedly. Eventually the list in the palette will change. Or the palette will come up blank, or the exceptions mentioned in #2336 will be raised.

Copy link
Owner

@saulpw saulpw left a comment

Choose a reason for hiding this comment

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

Thanks @midichef! This seems right to me.

@anjakefala anjakefala merged commit ea1743e into saulpw:develop May 17, 2024
13 checks passed
@midichef midichef deleted the palette_incomplete branch May 17, 2024 04:12
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.

Python error after pressing SPACE to pull up command-name input
3 participants