Skip to content

soldeer migration#21

Merged
thedavidmeister merged 1 commit into
mainfrom
2026-05-09-soldeer
May 9, 2026
Merged

soldeer migration#21
thedavidmeister merged 1 commit into
mainfrom
2026-05-09-soldeer

Conversation

@thedavidmeister
Copy link
Copy Markdown
Contributor

Migrate from git submodules to soldeer.

Dependencies:

  • forge-std → forge-std-1.16.1
  • openzeppelin-contracts → @openzeppelin-contracts-4.8.3 (note: soldeer's package layout drops the contracts/ prefix)
  • rain.solmem → rain-solmem-0.1.3

CI: drop the bespoke matrix; consume rainix's composite rainix-sol reusable; add the publish wrapper.

🤖 Generated with Claude Code

Mirrors the level-1 leaves and rain.datacontract.

Dependencies:
- forge-std → forge-std-1.16.1 (soldeer)
- openzeppelin-contracts → @openzeppelin-contracts-4.8.3 (soldeer; note
  the package layout drops the `contracts/` prefix, so imports become
  `@openzeppelin-contracts-4.8.3/utils/Strings.sol` rather than
  `openzeppelin-contracts/contracts/utils/Strings.sol`)
- rain.solmem → rain-solmem-0.1.3 (soldeer)

CI: drop the bespoke matrix; consume rainix's composite rainix-sol
reusable; add the publish wrapper.

Verified: forge test passes (20/20).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@thedavidmeister thedavidmeister self-assigned this May 9, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Warning

Rate limit exceeded

@thedavidmeister has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 42 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8a4a0c75-4dcd-4fd4-9474-e180e5a5c6cf

📥 Commits

Reviewing files that changed from the base of the PR and between 488f237 and e863c77.

⛔ Files ignored due to path filters (2)
  • flake.lock is excluded by !**/*.lock
  • soldeer.lock is excluded by !**/*.lock
📒 Files selected for processing (17)
  • .github/workflows/publish-soldeer.yaml
  • .github/workflows/rainix.yaml
  • .gitignore
  • .gitmodules
  • .soldeerignore
  • README.md
  • REUSE.toml
  • flake.nix
  • foundry.toml
  • lib/openzeppelin-contracts
  • lib/rain.solmem
  • remappings.txt
  • test/src/lib/mut/LibConformString.t.sol
  • test/src/lib/parse/LibParseChar.isMask.t.sol
  • test/src/lib/parse/LibParseChar.skipMask.t.sol
  • test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToInt.t.sol
  • test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToSignedInt.t.sol
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-05-09-soldeer

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@thedavidmeister thedavidmeister merged commit 6812643 into main May 9, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant