scratch: exercise the generated Rust proof gate on a runner (do not merge) - #231
Conversation
Scratch branch: the tree is a project produced by main's own generator, so .github/workflows/proof.yml executes exactly as shipped. Not intended to merge.
|
Important Review skippedToo many files! This PR contains 350 files, which is 250 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (350)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR #231 was a proof exercise, not a change to the framework. Its tree was a generator-produced Rust project, pushed only so that the generated .github/workflows/proof.yml would resolve at the repository root and could be executed on a GitHub runner. It was opened as a draft and was never meant to be merged; it was squash-merged as 5014068, which replaced the entire repository tree with that scaffold. This commit restores the tree of b5535f1 exactly, so main is again the framework plus the fixes that came before the exercise. Nothing from 5014068 is kept.
|
This PR was a proof exercise, not a change to the framework: its tree was a generator-produced Rust project, pushed so that the generated It was squash-merged ~100 s after the run went green, replacing the entire repository tree. That is reverted in Result of the exercise, now recorded in The route that does not risk this: both gates ship a |
Throwaway PR. The tree on this branch is a project produced by
main's own generator(
create-template.sh proofgateway -l rust), so.github/workflows/proof.ymlexecutes exactly asshipped.
Purpose: neither proof gate has ever run on a GitHub runner. This is that experiment. The branch
is closed and deleted once the run finishes.
Do not merge.