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

Deduplicate unnamed URL and editable URL parsing #3942

Closed
charliermarsh opened this issue May 31, 2024 · 1 comment · Fixed by #3946
Closed

Deduplicate unnamed URL and editable URL parsing #3942

charliermarsh opened this issue May 31, 2024 · 1 comment · Fixed by #3946
Assignees
Labels
bug Something isn't working internal A refactor or improvement that is not user-facing

Comments

@charliermarsh
Copy link
Member

I think the requirements here are identical, but we have two totally separate paths for them (and now have some bugs for unnamed URLs that we already fixed for editables).

@charliermarsh charliermarsh added bug Something isn't working internal A refactor or improvement that is not user-facing labels May 31, 2024
@charliermarsh
Copy link
Member Author

For example: ./scripts/packages/black_editable[colorama, uvloop] doesn't work, but -e ./scripts/packages/black_editable[colorama, uvloop] does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal A refactor or improvement that is not user-facing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant