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

.npmrc follow up #12390

Merged
merged 13 commits into from
Jul 11, 2024
Merged

.npmrc follow up #12390

merged 13 commits into from
Jul 11, 2024

Conversation

zackradisic
Copy link
Contributor

What does this PR do?

Fixes #12332
Fixes #12338

Fix unresolved comments from previous PR

Copy link
Contributor

github-actions bot commented Jul 6, 2024

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

🪟💻 2 failing tests Windows x64 baseline

  • test/cli/install/registry/bun-install-registry.test.ts 1 failing
  • test/js/node/child_process/child_process.test.ts 1 failing

🪟💻 2 failing tests Windows x64

  • test/cli/install/registry/bun-install-registry.test.ts 1 failing
  • test/js/node/child_process/child_process.test.ts 1 failing

View logs

src/ini.zig Outdated Show resolved Hide resolved
src/ini.zig Outdated Show resolved Hide resolved
Copy link
Collaborator

@dylan-conway dylan-conway left a comment

Choose a reason for hiding this comment

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

Left a few comments. Main things are:

  • split username:password so : isn't decoded
  • free source contents after error printing

@dylan-conway
Copy link
Collaborator

@zackradisic The test failure on windows in bun-install-registry.test.ts is real

@dylan-conway dylan-conway merged commit cdc68a2 into main Jul 11, 2024
51 of 53 checks passed
@dylan-conway dylan-conway deleted the zack/npmrc-followup branch July 11, 2024 02:35
paperdave pushed a commit that referenced this pull request Jul 16, 2024
Co-authored-by: Jarred Sumner <[email protected]>
Co-authored-by: Dylan Conway <[email protected]>
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.

[Bun v1.1.18] .npmrc auth option support Bun install failed with .npmrc (username/password)
3 participants