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

Support external references #621

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

SRetip
Copy link
Contributor

@SRetip SRetip commented Jul 1, 2024

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.

Comment on lines 23 to 24
pathdiff = "0.2.1"
iref = "3.1.4"
Copy link
Contributor

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());
Copy link
Contributor

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

@SRetip SRetip requested a review from jayvdb August 6, 2024 08:15
@baxterjo
Copy link

@jayvdb Bumping this

@liamwh
Copy link

liamwh commented Nov 19, 2024

@SRetip is it an idea that you resolve the merge conflicts so that the maintainers can approve and this can be merged?

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

Successfully merging this pull request may close these issues.

4 participants