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

return false on command and restrict cursor position >= 0 #3275

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

cartercanedy
Copy link
Contributor

No description provided.

@cartercanedy
Copy link
Contributor Author

This fixes a bug that caused crashes in dotnet-repl. I used the NuGet pkgs containing the bug fixes in a test build of dotnet-repl, changing API consumption as necessary to correct errors introduced by the interface changes between the current state of main and the current build referenced by the project, and the crashes were remedied.

@colombod colombod merged commit 55cd7c4 into dotnet:main Oct 19, 2023
4 checks passed
@colombod
Copy link
Member

I merged but I noticed no test has been added. Can you add the test case or describe the repro?

@cartercanedy cartercanedy deleted the fix-kernel-cmd-parser branch October 19, 2023 13:43
@colombod colombod added the bug Something isn't working label Oct 19, 2023
@cartercanedy
Copy link
Contributor Author

cartercanedy commented Oct 19, 2023

@colombod created new pr with the testing and made another change to catch both conditionals that would decrement position below 0

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.

2 participants