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

node: fix test-util-parse-env.js #17701

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

node: fix test-util-parse-env.js #17701

wants to merge 1 commit into from

Conversation

nektro
Copy link
Member

@nektro nektro commented Feb 26, 2025

progress for #17699

@robobun
Copy link

robobun commented Feb 26, 2025

Updated 10:49 PM PT - Feb 25th, 2025

@nektro, your commit b9a20a1 has 3 failures in Build #12297:


🧪   try this PR locally:

bunx bun-pr 17701

@nektro nektro marked this pull request as ready for review February 26, 2025 06:50
defer arena.deinit();
const allocator = arena.allocator();

const str = content.asString().toSlice(globalThis, allocator);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
const str = content.asString().toSlice(globalThis, allocator);
const str = content.toSlice(globalThis, allocator);
defer str.deinit();

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