fix typo in foundry.lock rain.interpreter rev#2559
Conversation
The rev shipped in #2558 (1ea41cd0ec4a8afd7dec9aeae0a65a55c95fac46) does not exist on rainlanguage/rain.interpreter. The correct full SHA for the PR #451 merge commit is 1ea41cd004a926e3a964ba5498654f3cd538f139, which is what the submodule pointer in the tree already points at. Without this fix forge update lib/rain.interpreter fails with "unable to read tree". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Summary
How it shipped
Introduced in #2558 — I (Claude) typed the wrong SHA into the Edit despite the correct value being visible in the immediately-preceding tool output, then worked around the resulting `forge update` failure with `git update-index --cacheinfo` (which fixed the submodule pointer) and didn't notice the lockfile was still wrong.
Test plan
🤖 Generated with Claude Code