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

Add URI#with #6678

Closed
jrieken opened this issue May 23, 2016 · 1 comment
Closed

Add URI#with #6678

jrieken opened this issue May 23, 2016 · 1 comment
Assignees
Labels
api feature-request Request for new features or functionality
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented May 23, 2016

Similar to how we can check Ranges and Postions for equality we should be able to check URIs for equality. It would serve as a short hand for the popular uri.toString() === anotherUri.toString() which you find often. Question is if some path normalisation should be applied on top?

@jrieken jrieken self-assigned this May 23, 2016
@jrieken jrieken added api feature-request Request for new features or functionality labels May 23, 2016
@jrieken jrieken changed the title Add URI#isEqual Add URI#isEqual/withXZY May 25, 2016
@jrieken
Copy link
Member Author

jrieken commented May 25, 2016

and also the with methods we have on the underlying type such that uri can be modified nicely. This might prevent some issues when path/uri-math happens

@jrieken jrieken closed this as completed Jun 3, 2016
@jrieken jrieken added this to the June 2016 milestone Jun 3, 2016
@jrieken jrieken changed the title Add URI#isEqual/withXZY Add URI#with Jun 27, 2016
@jrieken jrieken mentioned this issue Jun 27, 2016
1 task
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant