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 emitKeyPresses with backspace + quote #4245

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

paperdave
Copy link
Collaborator

@paperdave paperdave commented Aug 22, 2023

What does this PR do?

Fix backspace then pressing single quote. this is an edge case with prompt libraries like inquirer

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

I tested inquirer manually (writing automated tty tests sucks)

@github-actions
Copy link
Contributor

@paperdave 2 files with test failures on linux-x64:

  • test/bundler/esbuild/splitting.test.ts
  • test/js/third_party/fsevents/fsevents.test.ts

View test output

#36f90edb39ebb7b799abe4a20ee38c4a93817c8e

@github-actions
Copy link
Contributor

@paperdave 2 files with test failures on linux-x64-baseline:

  • test/js/third_party/fsevents/fsevents.test.ts
  • test/js/web/worker.test.ts

View test output

#36f90edb39ebb7b799abe4a20ee38c4a93817c8e

@github-actions
Copy link
Contributor

@paperdave 7 files with test failures on bun-darwin-aarch64:

  • test/js/bun/spawn/spawn.test.ts
  • test/js/bun/test/test-test.test.ts
  • test/js/node/dns/node-dns.test.js
  • test/js/node/fs/fs.test.ts
  • test/js/node/watch/fs.watch.test.ts
  • test/js/third_party/fsevents/fsevents.test.ts
  • test/js/web/worker.test.ts

View test output

#36f90edb39ebb7b799abe4a20ee38c4a93817c8e

@github-actions
Copy link
Contributor

@paperdave 5 files with test failures on bun-darwin-x64-baseline:

  • test/js/bun/spawn/spawn-streaming-stdin.test.ts
  • test/js/bun/sqlite/sqlite.test.js
  • test/js/node/fs/fs.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/timers/setTimeout.test.js

View test output

#36f90edb39ebb7b799abe4a20ee38c4a93817c8e

@Jarred-Sumner Jarred-Sumner merged commit 91eacad into main Aug 22, 2023
14 of 19 checks passed
@Jarred-Sumner Jarred-Sumner deleted the fix-backspace-comma branch August 22, 2023 02:32
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.

2 participants