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(browser-repl): ensure that input can't be modified or evaluated while operation is in progress COMPASS-8256 #2162

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

gribnoysup
Copy link
Contributor

There is a slightly unexpected behavior in browser-repl right now where even though we don't allow user to type in shell input while operation is in progress, we don't disable the editor commands, and so it's still possible to run a command in parallel or choose a different input from history. Seems like this bug was there for awhile now, but we only noticed it now that we automatically run some commands in compass shell when opening a tab in certain contexts.

@gribnoysup gribnoysup merged commit ae460a5 into main Sep 11, 2024
70 of 72 checks passed
@gribnoysup gribnoysup deleted the compass-8256-shell-operation-in-progress branch September 11, 2024 10:00
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.

3 participants