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(install): percent encodings in interactive progress bar #26600

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

marvinhagemeister
Copy link
Contributor

Fixes percent encodings showing up when installing scoped packages via deno add or deno install. The issue is caused by us trying to map back the package name from the resolved http url. This doesn't and has never worked with private registries. The proper solution would be to pass the original specifier into here, but that's a bit of a bigger refactor.

So for now the quickest workaround is to replace %2f back to /.

Fixes #26576

@bartlomieju bartlomieju enabled auto-merge (squash) October 29, 2024 22:25
@bartlomieju bartlomieju merged commit c8d229d into main Oct 29, 2024
17 checks passed
@bartlomieju bartlomieju deleted the fix-download-percent branch October 29, 2024 23:35
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.

Progress bar shows percent-encoded npm: dependencies
2 participants