-
Notifications
You must be signed in to change notification settings - Fork 1
fix nix ci #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix nix ci #66
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7677c74
fix nix ci
thedavidmeister 818e2c0
update flake
thedavidmeister e0d881e
evm version
thedavidmeister df9a84b
forge
thedavidmeister 3a16196
intorastring
thedavidmeister 4df31dd
update hash
thedavidmeister 240a621
update typecast
thedavidmeister 795686a
update rain math binary
thedavidmeister e823ac0
update float
thedavidmeister edf7371
update float
thedavidmeister 30a6874
codegen
thedavidmeister 7541b67
solmem
thedavidmeister File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule forge-std
updated
34 files
Submodule rain.intorastring
updated
5 files
| +16 −2 | .github/workflows/rainix.yaml | |
| +33 −34 | flake.lock | |
| +2 −0 | foundry.toml | |
| +1 −1 | lib/forge-std | |
| +1 −1 | lib/rain.solmem |
Submodule rain.lib.hash
updated
4 files
| +16 −2 | .github/workflows/rainix.yaml | |
| +33 −34 | flake.lock | |
| +1 −0 | foundry.toml | |
| +1 −1 | lib/forge-std |
Submodule rain.lib.typecast
updated
4 files
| +16 −2 | .github/workflows/rainix.yaml | |
| +33 −34 | flake.lock | |
| +2 −0 | foundry.toml | |
| +1 −1 | lib/forge-std |
Submodule rain.math.binary
updated
4 files
| +16 −2 | .github/workflows/rainix.yaml | |
| +33 −34 | flake.lock | |
| +2 −0 | foundry.toml | |
| +1 −1 | lib/forge-std |
Submodule rain.math.float
updated
50 files
Submodule rain.sol.codegen
updated
6 files
| +16 −2 | .github/workflows/git-clean.yaml | |
| +16 −2 | .github/workflows/rainix.yaml | |
| +33 −34 | flake.lock | |
| +2 −0 | foundry.toml | |
| +1 −1 | lib/forge-std | |
| +1 −1 | lib/rain.math.binary |
Submodule rain.solmem
updated
10 files
| +16 −2 | .github/workflows/rainix.yaml | |
| +0 −1 | .gitmodules | |
| +33 −34 | flake.lock | |
| +1 −0 | foundry.toml | |
| +1 −1 | lib/forge-std | |
| +6 −1 | test/src/lib/LibBytes.t.sol | |
| +6 −1 | test/src/lib/LibBytes32Array.truncate.t.sol | |
| +5 −1 | test/src/lib/LibStackPointer.toIndexSigned.t.sol | |
| +38 −22 | test/src/lib/LibStackSentinel.t.sol | |
| +6 −1 | test/src/lib/LibUint256Array.truncate.t.sol |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Name the Nix installation step for clarity
Adding an explicit
namefield improves readability and debugging in CI logs.📝 Committable suggestion
🤖 Prompt for AI Agents