| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
With recent versions of V8, it is not necessary to use Maybe<bool> anymore. This changes SetEncodedValue to return Maybe<void> instead.
|
Review requested:
|
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #54443 +/- ##
==========================================
- Coverage 87.33% 87.27% -0.06%
==========================================
Files 648 648
Lines 182321 182317 -4
Branches 34971 34961 -10
==========================================
- Hits 159222 159114 -108
- Misses 16374 16470 +96
- Partials 6725 6733 +8
|
Sorry, something went wrong.
|
@tniessen this PR relies on the v8 version on 22 so its a not land on v20 correct? |
Sorry, something went wrong.
@marco-ippolito I am not sure. According to v8docs, Maybe<void> should exist in all active release lines, but if you are encountering issues, I might be missing something. |
Sorry, something went wrong.
|
this commit cd39578 I had to remove since it was not compiling on v20.x-staging. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
With recent versions of V8, it is not necessary to use Maybe<bool> anymore. This changes SetEncodedValue to return Maybe<void> instead. PR-URL: #54443 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
| Back | FazBrowse Home | New Git URL |
With recent versions of V8, it is not necessary to use Maybe<bool> anymore. This changes SetEncodedValue() to return Maybe<void> instead.