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

Speculative fix for #12079 #12111

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

Our bun:sqlite bindings are not using EnsureStillAliveScope, but practically all of our other bindings do that.

Let's see if it fixes #12079.

How did you verify your code works?

Copy link
Contributor

@Jarred-Sumner, your commit has failing tests :(

💪 1 failing tests Darwin AARCH64

  • test/cli/install/bun-create.test.ts 1 failing

🪟💻 2 failing tests Windows x64 baseline

  • test/cli/install/bun-add.test.ts 1 failing
  • test/js/bun/io/bun-write.test.js 1 failing

🪟💻 4 failing tests Windows x64

  • test/bundler/bundler_npm.test.ts 1 failing
  • test/cli/install/bun-add.test.ts 1 failing
  • test/cli/install/registry/bun-install-registry.test.ts 1 failing
  • test/js/bun/io/bun-write.test.js 1 failing

View logs

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.

Crash on SQLite insert query
1 participant