-
-
Notifications
You must be signed in to change notification settings - Fork 320
Merge draft-next to master #1251
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So many URI
-> IRI
!
This looks fine to me. I reviewed all of the output stuff and am happy with it. The rest was a cursory look through, and nothing really jumped out.
* Change URIs to IRIs where appropriate
…ons can start testing with them (json-schema-org#1148)
* Remove bookending requirement for dynamicRef * Add $dynamicRef changes to change log
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Looks like this one has been missed. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
It is a best practice to allow callers to override the value of these program variables. For example, with this chance, you can do: ```sh make XML2RFC=/opt/bin/xml2rfc ``` See: https://www.gnu.org/software/make/manual/make.html#Command-Variables Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
I found a couple more URIs that needed to be IRIs in jsonschema-validation.xml and force pushed. |
|
This is an alternative to #1250 that rebases draft-next and merges it back to master. As with the other PR, the conflicts were pretty nasty, so it should have careful review before merging.