Skip to content

Commit

Permalink
fix: avoid raising internal python error on large memory access (#442)
Browse files Browse the repository at this point in the history
Co-authored-by: Daejun Park <[email protected]>
  • Loading branch information
0xkarmacoma and daejunpark authored Jan 16, 2025
1 parent 3ba7ed2 commit 6163a6c
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 103 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Print foundry version
run: forge --version

- name: Install uv
uses: astral-sh/setup-uv@v4
with:
Expand Down
Loading

0 comments on commit 6163a6c

Please sign in to comment.