Skip to content

Conversation

@uranusjr
Copy link
Member

@uranusjr uranusjr commented Oct 2, 2023

Fix #1070.

New packaging removed URL validation, so we implement our own. To accomodate the new packaging validation (or lack thereof), the valid URL rule is relaxed a bit; unknown schemes are now allowed (and will error later when we try to fetch them).

I didn’t add an entry to the change log since this shouldn’t affect the functionality. If anything does change, it should be considered a bug.

New packaging removed URL validation, so we implement our own. To
accomodate the new packaging validation (or lack thereof), the valid URL
rule is relaxed a bit; unknown schemes are now allowed (and will error
later when we try to fetch them).
@uranusjr
Copy link
Member Author

uranusjr commented Oct 2, 2023

I’ll merge this into main so this can be more easily tested (with Homebrew for example), but anyone with this issue is very welcomed to test code in main and give feedback please!

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.

Local path is treated as version due to packaging feature change

2 participants