-
Notifications
You must be signed in to change notification settings - Fork 60
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 external references #621
base: main
Are you sure you want to change the base?
Conversation
typify-impl/Cargo.toml
Outdated
pathdiff = "0.2.1" | ||
iref = "3.1.4" |
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.
the dependencies above are alpha sorted. would be good for these new ones to also be alpha sorted
let reader = BufReader::new(file); | ||
|
||
let schema: RootSchema = serde_json::from_reader(reader).unwrap(); | ||
// schema.schema.metadata().title = Some("Everything".to_string()); |
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.
commented out code in this test
… into support-external-references
…xternal-references
… into support-external-references
@jayvdb Bumping this |
@SRetip is it an idea that you resolve the merge conflicts so that the maintainers can approve and this can be merged? |
Implementation for issue #201.
These changes were made based on the discussion in the issue.
I understand that this pull request can be improved, and I would appreciate any feedback and thoughts on how to make it better.