Add system Nexus WIT operation metadata#783
Open
tconley1428 wants to merge 17 commits into
Open
Conversation
…into system-nexus-wit
tconley1428
commented
Jun 4, 2026
Member
|
Is this PR gonna have the check that new things were added or is that a follow up PR? |
Contributor
Author
|
It already does! The API repo already checks for any dirty diff after the makefile build. |
Member
Aaaa, how about that then. Nice. What about manual changes to the output though? Isn't it going to complain about a diff there and we need some way to indicate it's OK? |
Contributor
Author
|
The make command actually does a merge operation into the output rather than fully regenerating. It will leave customizations in place. There might be some teething with that but it has been working so far. |
Contributor
Author
|
You can tell by the fact that this heavily customized output is not failing the diff check. |
Sushisource
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed