You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Reference any GitHub issues resolved by this PR -->
Closes#1614
## Introduced changes
<!-- A brief description of the changes -->
- Fixes inconsistency which is generated because of inconsistent syscall
pointer when syscall_arena builtin is allocated in the segments (done
only if it is required, on CASM generation level)
## Checklist
<!-- Make sure all of these are complete -->
- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
Which component is your bug related to?
snforge
Foundry Version
0.14.0
What operating system are you using?
MacOS
What system architecture are you using?
arm
What happened
Bug Report
Cairo version:
2.4.4
Current behavior:
Running
snforge test unit_tests
on keep-starknet-strange/unruggable.meme#168 fails after introducing the unique_count function.This function is called here: keep-starknet-strange/unruggable.meme@3c9650d#diff-6efe688b97fc8a048f099b061edb855bc8e01aeaf909e9695614946336fe8a5aR412
interestingly, the unit test associated to this function doesn't fail.
keep-starknet-strange/unruggable.meme@3c9650d#diff-5eac007cd88b52b4d4889af203d613ca1aa11bdfdf555a9024599265b04735acR3
Trace
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: