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

Issue#470 - fix propagation of 'deprecate' metadata flag #475

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

RichardBruskiewich
Copy link
Collaborator

@RichardBruskiewich RichardBruskiewich commented Nov 7, 2023

Partially resolves issue #470: Although the above parse_meta() was parsing in the 'deprecated' tag, it wasn't being propagated by the caller code. In fact, neither was 'subsets'.

I'm continuing the review a bit longer in case the issue is not yet fully resolved for all pertinent use cases.

…it wasn't being propagated by the caller code. In fact, neither was 'subsets'. Fixed this. Not sure if completely resolves the issue. A further review may be needed.
@RichardBruskiewich RichardBruskiewich marked this pull request as draft November 7, 2023 06:38
@RichardBruskiewich RichardBruskiewich changed the title Although the above parse_meta() was parsing in the 'deprecated' tag, it wasn't being propagated by the caller code. In fact, neither was 'subsets'. Issue#470 - fix propagation of 'deprecate' metadata flag Nov 7, 2023
@RichardBruskiewich RichardBruskiewich marked this pull request as ready for review November 7, 2023 21:05
@RichardBruskiewich RichardBruskiewich merged commit ada9516 into master Nov 7, 2023
2 checks passed
@RichardBruskiewich RichardBruskiewich deleted the issue-470-meta-property-propagation branch November 7, 2023 21:05
@deepakunni3
Copy link
Member

Yes, good catch. Previously only subsets was being parsed since that was the information commonly available in OBO Graph JSON.
Glad to see the parsing extended for additional metadata fields :)

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.

3 participants