| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 86.04651% with 6 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #54653 +/- ##
==========================================
+ Coverage 88.03% 88.04% +0.01%
==========================================
Files 652 652
Lines 183763 183779 +16
Branches 35860 35865 +5
==========================================
+ Hits 161774 161817 +43
+ Misses 15237 15228 -9
+ Partials 6752 6734 -18
|
Sorry, something went wrong.
|
It looks like it's consistently failing to build on our macOS GHA CI |
Sorry, something went wrong.
|
Possibly related to this
which indicates no space left on the device, I assume that is why it fails |
Sorry, something went wrong.
|
With the requested CI env, I can finally reproduce the segfaults. The original reported issue Simply constructing from u8string still has segfault (this was the one I couldn't reproduce locally, very strange) |
Sorry, something went wrong.
This is because the error throwing functions convert the messages into JS strings - technically, it is expecting Latin1 Line 121 in eab97b5 |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM - I opened a separate PR to fix the decoding in error throwing utils #55024
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #54476
Refs: #54653 (comment)