Skip to content
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

fix: workaround for foundry snapshot nuking bug #13209

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

smartcontracts
Copy link
Contributor

Workaround for a bug? feature? in foundry that causes it to nuke whatever snapshots directory you have configured. Since this now defaults to "snapshots" it was nuking our snapshots folder.

Workaround for a bug? feature? in foundry that causes it to nuke
whatever snapshots directory you have configured. Since this now
defaults to "snapshots" it was nuking our snapshots folder.
@smartcontracts smartcontracts requested a review from a team as a code owner December 4, 2024 01:42
@ControlCplusControlV
Copy link
Contributor

Can you track this somewhere in our own repo as an issue and I can approve?

@smartcontracts
Copy link
Contributor Author

smartcontracts commented Dec 4, 2024

Can you track this somewhere in our own repo as an issue and I can approve?

Tracked on Foundry here: foundry-rs/foundry#9477

Tracked locally here: #13210

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.64%. Comparing base (c36de04) to head (7751bb4).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13209      +/-   ##
===========================================
- Coverage    44.32%   42.64%   -1.68%     
===========================================
  Files          807      751      -56     
  Lines        72707    68042    -4665     
===========================================
- Hits         32228    29018    -3210     
+ Misses       37857    36582    -1275     
+ Partials      2622     2442     -180     
Flag Coverage Δ
cannon-go-tests-32 ?
cannon-go-tests-64 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 67 files with indirect coverage changes

Copy link
Contributor

@ControlCplusControlV ControlCplusControlV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: LGTM

@smartcontracts smartcontracts added this pull request to the merge queue Dec 4, 2024
Merged via the queue into develop with commit 56670a7 Dec 4, 2024
44 checks passed
@smartcontracts smartcontracts deleted the sc/fix-foundry-snapshot-nuke branch December 4, 2024 02:09
sigma pushed a commit that referenced this pull request Dec 19, 2024
Workaround for a bug? feature? in foundry that causes it to nuke
whatever snapshots directory you have configured. Since this now
defaults to "snapshots" it was nuking our snapshots folder.
Sign up for free to 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.

2 participants