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

Implement Ord and PartialOrd for URI #27

Open
gibbz00 opened this issue Oct 6, 2023 · 0 comments
Open

Implement Ord and PartialOrd for URI #27

gibbz00 opened this issue Oct 6, 2023 · 0 comments

Comments

@gibbz00
Copy link

gibbz00 commented Oct 6, 2023

I'm interested in replacing url::Url with uriparse-rs::URI in the lsp-types crate. gluon-lang/lsp-types#261 (comment). But that would require URI to implement PartialOrd and Ord. Url does this by simply comparing the stringified url. (here). Could something similar be implemented for URI?

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

No branches or pull requests

1 participant