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

#111: Add support for seq_id object identifiers #113

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

tlamonthezie
Copy link
Contributor

@tlamonthezie tlamonthezie commented Sep 16, 2024

Fixes #111

This PR enables to use seq_id object identifier if id is not defined
(seq_id is used for data files generated by the LBAF data files maker, since LBAF PR 528)
The JSON reader will read the id key if available and will use seq_id in the other case as the object id.

@tlamonthezie tlamonthezie self-assigned this Sep 16, 2024
@tlamonthezie tlamonthezie linked an issue Sep 16, 2024 that may be closed by this pull request
@tlamonthezie tlamonthezie changed the title "111: Add support for seq_id object identifiers #111: Add support for seq_id object identifiers Sep 16, 2024
Copy link
Contributor

@cwschilly cwschilly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just want to point out that this doesn't make any changes to the json_generator (meaning that every id will be written out as id and not seq_id).

However, I don't think this is a problem because 1) vt-tv's JSON writer is currently not used anywhere and 2) I don't know of any plans to use it in the future.

@cwschilly cwschilly merged commit 43704ff into master Sep 17, 2024
9 of 10 checks passed
@cwschilly cwschilly deleted the 111-add-support-for-seq_id-object-identifiers branch September 17, 2024 17:37
cwschilly added a commit that referenced this pull request Sep 17, 2024
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.

Add support for seq_id object identifiers
3 participants