chore: de-submodule to soldeer (rain.interpreter -> rainlang) - #10
Conversation
Replace the lib/rain.interpreter git submodule with explicit soldeer dependencies. rain.interpreter is now published as the `rainlang` soldeer package; declare the full flattened interpreter dep tree at the versions it pins. - foundry.toml: [dependencies] (17 pkgs) + [soldeer]; libs use dependencies; drop the lib/-based remappings (soldeer generates versioned remappings.txt) - version-suffixed imports; reconcile the rainlang rename (BaseRainterpreterExternNPE2 -> BaseRainlangExtern, BaseRainterpreterSubParserNPE2 -> BaseRainlangSubParser) and interface path drift (interface/unstable -> interface, deprecated -> deprecated/v1) - extern bad-inputs tests assert ExternIntegrityInputsMismatch (extern-integrity level) via checkUnhappyParse2, matching rainlang's RainlangReferenceExtern tests, instead of the opcode-level BadOpInputsLength - regenerate pointers/meta/proof fixtures against rainlang 0.1.2 - CI: bespoke rainix.yml -> reusable rainix-sol.yaml; git-clean adds soldeer install + drops submodule checkout; gitignore dependencies/ - forge test: 12/12 passing Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 29 minutes and 20 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (22)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Reviewed b4e1d0c: APPROVE — de-submodule to soldeer, CI on reusable rainix-sol + copy-artifacts, PRIVATE_KEY deploy. Extern input-mismatch tests reconciled to ExternIntegrityInputsMismatch; 12/12 merkle-proof tests + full suite green. |
Replaces the
lib/rain.interpretergit submodule with explicit soldeer deps.rain.interpreteris now therainlangsoldeer package; declares the full flattened interpreter dep tree (17 pkgs) at the versions it pins.BaseRainterpreter*NPE2->BaseRainlang*) + interface path driftExternIntegrityInputsMismatchviacheckUnhappyParse2(matching rainlang'sRainlangReferenceExterntests) instead of the opcode-levelBadOpInputsLengthrainix.yml-> reusablerainix-sol.yaml;git-cleanadds soldeer install + drops submodule checkout🤖 Generated with Claude Code