Skip to content

soldeer migration#18

Merged
thedavidmeister merged 2 commits into
mainfrom
2026-05-09-soldeer
May 9, 2026
Merged

soldeer migration#18
thedavidmeister merged 2 commits 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
  • (lib/rain.math.binary submodule was unused — no imports from it — so it's dropped)

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

🤖 Generated with Claude Code

@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 30 minutes and 22 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: 34669f22-d089-4480-bc98-979da6e160ac

📥 Commits

Reviewing files that changed from the base of the PR and between dfe9588 and 6b2d949.

⛔ 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/git-clean.yaml
  • .github/workflows/publish-soldeer.yaml
  • .github/workflows/rainix.yaml
  • .gitignore
  • .gitmodules
  • .soldeerignore
  • README.md
  • REUSE.toml
  • flake.nix
  • foundry.toml
  • lib/forge-std
  • lib/rain.math.binary
  • remappings.txt
  • script/BuildPointers.sol
  • src/lib/LibCodeGen.sol
  • src/lib/LibFs.sol
  • src/lib/LibHexString.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.

Mirrors the level-1/2 leaves.

Dependencies:
- forge-std → forge-std-1.16.1 (soldeer)

The lib/rain.math.binary submodule was unused — no source file imports
anything from it — so it gets dropped along with .gitmodules and
lib/forge-std.

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

Verified: forge build clean.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Missed in the soldeer migration commit; git-clean failed because
BuildPointers.sol kept the old "forge-std/Script.sol" import.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@thedavidmeister thedavidmeister merged commit 7bc9ca2 into main May 9, 2026
5 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