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

Implement diff views for the SPR specification #110

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

rdw-software
Copy link
Member

This cuts down a lot on redundancy and verbosity, while hopefully still providing all of the same information. It's mostly a test for the diff views; if this works out then the other format specifications can be reworked as well. Also added some reference implementations that are reasonably easy to understand (omitting the Unity ones because they aren't suitable for this purpose).


Resolves #86.

It's not as nice as a real git diff, but should serve to highlight the differences between versions without the need for a changelog.
This cuts down a lot on redundancy and verbosity, while hopefully still providing all of the same information. It's mostly a test for the diff views; if this works out then the other format specifications can be reworked as well. Also added some reference implementations that are reasonably easy to understand (omitting the Unity ones because they aren't suitable for this purpose).
@rdw-software rdw-software changed the title Implement table diff views for the SPR specification Implement diff views for the SPR specification Mar 2, 2024
@rdw-software rdw-software merged commit a9c7ac0 into main Mar 2, 2024
3 checks passed
@rdw-software rdw-software deleted the 86-table-diff-views branch March 2, 2024 21:25
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.

Implement a better diff view for multiple versions of the file format layout tables
1 participant