You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm interested in replacing
url::Url
withuriparse-rs::URI
in thelsp-types
crate. gluon-lang/lsp-types#261 (comment). But that would requireURI
to implementPartialOrd
andOrd
.Url
does this by simply comparing the stringified url. (here). Could something similar be implemented forURI
?The text was updated successfully, but these errors were encountered: