-
Notifications
You must be signed in to change notification settings - Fork 183
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
Remove needless sierra saving #2637
Conversation
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.
Generally the change looks good, but it seems to break coverage
as it currently relies on the Sierra path to get the project root so it would be necessary to address this first
@ksew1 is supposed to fix this |
@piotmag769 @ksew1 Please re-request review as related issue is resolved and tests are passing |
) <!-- Reference any GitHub issues resolved by this PR --> Related foundry-rs/starknet-foundry#2637 ## Introduced changes <!-- A brief description of the changes --> - Allowed raw sierra to be in `target/dev` directory - Updated error messages ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
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.
LGTM (my PR)
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.
cc @ddoktorski |
|
Closes #2355
I was bored during a weekend, don't ask xD
Introduced changes
VersionedProgram
out of the box.Checklist
CHANGELOG.md