Skip to content

soldeer migration - #11

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

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

Conversation

@thedavidmeister

Copy link
Copy Markdown
Contributor

Migrate from git submodules to soldeer, mirroring rainlanguage/rain.solmem (rain.solmem v0.1.2 published end-to-end). Closes#10.

Changes

  • foundry.toml: libs=["dependencies"], [dependencies] forge-std="1.16.1", [soldeer] recursive_deps=false
  • forge-std submodule and .gitmodules removed
  • Test imports updated to forge-std-1.16.1/src/Test.sol
  • .soldeerignore with depth-anchored patterns (gitignore-style globs match any depth, so unrooted lib/test would have hidden src/lib/* from the publish zip)
  • REUSE.toml extended for .soldeerignore, remappings.txt, soldeer.lock
  • CI: drop submodules:recursive, drop rainix-sol-prelude (deprecated), add forge soldeer install before each task
  • Publish workflow: thin wrapper calling rainix's reusable workflow
  • flake bumped to current rainix; default devShell now points at sol-shell
  • README rewritten for the package, install/dev flow, and publish process

Test plan

  • forge build clean
  • forge t est passes (6/6) — locally
  • CI pipeline green on this PR

🤖 Generated with Claude Code

Migrate dependency management from git submodules to soldeer, mirroring the
shape established in rainlanguage/rain.solmem (rain.solmem v0.1.2 published
end-to-end). Closes rain.math.binary#10.
- foundry.toml: libs="dependencies", [dependencies] forge-std=1.16.1,
[soldeer] recursive_deps=false
- forge-std now installed via soldeer; lib/forge-std submodule and
.gitmodules removed
- Test imports updated to forge-std-1.16.1/src/Test.sol
- .soldeerignore with depth-anchored patterns (gitignore-style globs match
any depth, so unrooted `lib`/`test` would have hidden src/lib/* from the
publish zip)
- REUSE.toml extended to cover .soldeerignore, remappings.txt, soldeer.lock
- CI: drop submodules:recursive, drop rainix-sol-prelude (deprecated),
add forge soldeer install before each task
- Publish workflow: thin wrapper calling
rainlanguage/rainix/.github/workflows/publish-soldeer.yaml@main; package
name derives to rain-math-binary
- flake bumped to current rainix; default devShell now points at sol-shell
- README rewritten to describe the package, install/develop flow, and
publish process
Verified: forge build clean, forge test passes (6/6).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@thedavidmeisterthedavidmeister self-assigned this May 9, 2026
@coderabbitai

Copy link
Copy Markdown

Warning

Rate limit exceeded

@thedavidmeister has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 54 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: c1ac0816-7bd9-42d0-8876-2739a9cf51ee

📥 Commits

Reviewing files that changed from the base of the PR and between 122a490 and 73a6669.

⛔ Files ignored due to path filters (2)
  • flake.lock is excluded by !**/*.lock
  • soldeer.lock is excluded by !**/*.lock
📒 Files selected for processing (12)
  • .github/workflows/publish-soldeer.yaml
  • .github/workflows/rainix.yaml
  • .gitignore
  • .gitmodules
  • .soldeerignore
  • README.md
  • REUSE.toml
  • flake.nix
  • foundry.toml
  • lib/forge-std
  • remappings.txt
  • test/src/lib/LibCtPop.ctpop.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 581fbff into mainMay 9, 2026
4 checks passed
Sign up for freeto 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.

Migrate dependency management from git submodules to soldeer

1 participant

@thedavidmeister