Guide users towards overwriting files - #990
Merged
godlygeek merged 1 commit intoAug 7, 2026
Merged
Conversation
godlygeek
force-pushed
the
hint_users_towards_overwriting
branch
from
August 7, 2026 17:37
0f3a767 to
6a936d4
Compare
godlygeek
force-pushed
the
hint_users_towards_overwriting
branch
from
August 7, 2026 18:02
6a936d4 to
14732db
Compare
Users may not know that the `--force` option exists (or its equivalent `overwrite=True` API argument for `memray.Tracker`). Try to point them to it in our error messages to help them out. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
godlygeek
force-pushed
the
hint_users_towards_overwriting
branch
from
August 7, 2026 18:05
14732db to
64d74a0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #990 +/- ##
==========================================
+ Coverage 92.43% 92.47% +0.04%
==========================================
Files 101 101
Lines 13199 13211 +12
Branches 477 477
==========================================
+ Hits 12200 12217 +17
+ Misses 999 994 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Users may not know that the
--forceoption exists (or its equivalentoverwrite=TrueAPI argument formemray.Tracker). Try to point them to it in our error messages to help them out.Closes #828