| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was an assumption that the `WeakRef` would be kept alive but it seems to not always be true on Windows. This commit makes sure it's kept alive. Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #63209 +/- ##
==========================================
- Coverage 90.03% 90.03% -0.01%
==========================================
Files 713 713
Lines 224950 224950
Branches 42532 42534 +2
==========================================
- Hits 202542 202539 -3
- Misses 14175 14185 +10
+ Partials 8233 8226 -7 see 27 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: inoway46 <inoueyuya416@gmail.com>
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
Fast-track has been requested by @panva. Please 👍 to approve. |
Sorry, something went wrong.
|
This should have landed with commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. , sorry @inoway46 you should have gotten the credit |
Sorry, something went wrong.
|
Thank you for taking care of this, I really appreciate it! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
There was an assumption that the WeakRef would be kept alive but it seems to not always be true on Windows. This commit makes sure it's kept alive.
Refs: #63057 (comment)
Fixes: #63056