-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Support for IRI references #1137
Conversation
@Relequestual @handrews I have pushed commits changing URIs to IRIs in the spec as well where necessary. I left references to RFC 3986 (URIs) wherever resolving base URIs is mentioned, as this is also applicable to IRIs and RFC 3987 actually refers to RFC 3986 in this manner. I would therefore like to resume discussions about merging this. @jdesrosiers I fixed the commit history, which closed #1068. |
Assuming there are impacts for testing. |
There's a draft-future directory which we now have in the repo which represents tests already-written for a not-yet-released draft, so it can go there certainly. Otherwise a bug ticket is also fine! |
* Change URIs to IRIs where appropriate
* Change URIs to IRIs where appropriate
* Change URIs to IRIs where appropriate
This would add support for IRI references in $id, $ref and $dynamicRef as per #59.
This PR fixes history of #1068.