Skip to content

Bump rain-solmem 0.1.3 -> 0.1.26 - #32

Merged
thedavidmeister merged 1 commit into
mainfrom
2026-08-19-solmem-0.1.26
Aug 19, 2026
Merged

Bump rain-solmem 0.1.3 -> 0.1.26#32
thedavidmeister merged 1 commit into
mainfrom
2026-08-19-solmem-0.1.26

Conversation

@thedavidmeister

@thedavidmeisterthedavidmeister commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Clears the roh dash's stale-dep flag on this repo, same shape as rain.extrospection#134 and rain.datacontract#59 today.

  • foundry.toml: rain-solmem 0.1.3 -> 0.1.26
  • remappings.txt and the four version-pinned test import sites updated to match (no src/ file imports solmem here)
  • soldeer.lock regenerated via forge soldeer update

Local run: 20 passed, 0 failed across 5 suites.

QA

  • Discriminating tests: n/a - dependency version bump with no first-party logic change; the discriminator is the existing suite passing against the new dependency (verified locally)
  • Mutations applied: n/a - no first-party source logic changed; the only edits are version-pinned import path strings and the remapping, whose mutation is a compile error by construction
  • Oracle: the existing test suite, whose expected values predate this change and are independent of the bumped dependency; solmem 0.1.3->0.1.26 diff reviewed for API stability of the consumed libs
  • Category check: dash stale-dep flag asks for the solmem pin to reach latest; covered: dependency pin, remappings, import paths, lockfile - the full surface a soldeer bump touches in this org's version-pinned-import convention

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores

    • Updated the memory and byte-processing library to a newer version.
    • Aligned project configuration and development tooling with the updated library.
  • Tests

    • Updated test references to remain compatible with the newer library version.
    • Preserved existing test behavior without changing test logic.

Version-pinned import paths and remappings updated alongside the
dependency pin; soldeer.lock regenerated. Full suite passes locally
(20 tests).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitaiBot commented Aug 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d09a1aed-54ed-4b10-a3db-a8561709b5c1

📥 Commits

Reviewing files that changed from the base of the PR and between 66c1ac1 and 04d39fb.

⛔ Files ignored due to path filters (1)
  • soldeer.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • foundry.toml
  • remappings.txt
  • 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

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

The PR upgrades rain-solmem from 0.1.3 to 0.1.26 and updates the affected parser test imports.

Changes

rain-solmem update

Layer / File(s)Summary
Dependency version and import alignment
foundry.toml, remappings.txt, test/src/lib/parse/*
The dependency declaration, remapping, and parser test imports now reference rain-solmem version 0.1.26.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk:⚪ Minimal · up to 04d39

This PR updates the solmem dependency and its pinned references without changing first-party logic; the reported test suite passes, so no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title clearly and concisely states the main change: upgrading the rain-solmem dependency from version 0.1.3 to 0.1.26.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-08-19-solmem-0.1.26

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.

@thedavidmeister
thedavidmeister merged commit 35496d8 into mainAug 19, 2026
3 of 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.

1 participant

@thedavidmeister