mcs-api
mcs-api copied to clipboard
Allow codegen verification
Current codegen no longer supports --verify-only; to verify, this generates the code in a temporary directory, and diffs the current code with the newly-generated code. The script exits with the status code of the last command, so it will fail if diff finds any difference.
To correctly account for files which are no longer generated, actual code generation starts by deleting the output directory.
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: nojnhuh, skitt
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [skitt]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment