Uh oh!
There was an error while loading. Please reload this page.
src: fix EnvironmentOptions.async_context_frame default value - #58030
Conversation
Review requested:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #58030 +/- ##
==========================================
+ Coverage 90.27% 90.29% +0.02%
==========================================
Files 630 630 Lines 186159 186164 +5 Branches 36473 36481 +8 ==========================================
+ Hits 168053 168095 +42 + Misses 10976 10941 -35 + Partials 7130 7128 -2
🚀 New features to boost your workflow:
|
Flarna
commented
Apr 26, 2025
Refs: #55552 |
This comment was marked as outdated.
This comment was marked as outdated.
great finding! |
Flarna
commented
Apr 26, 2025
Commit message has a typo (defualt instead default). |
`default_is_true` in bool OptionsParser is a hint for help text. The default value for an option is still required to be set in the option struct.
c469028 to
9b47b3cComparelegendecas
commented
Apr 26, 2025
@Flarna thanks, commit message updated! |
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Apr 26, 2025
nodejs-github-bot
commented
Apr 27, 2025
Landed in 6cd1c09 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
`default_is_true` in bool OptionsParser is a hint for help text. The default value for an option is still required to be set in the option struct. PR-URL: #58030 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
`default_is_true` in bool OptionsParser is a hint for help text. The default value for an option is still required to be set in the option struct. PR-URL: #58030 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
default_is_truein bool OptionsParser is a hint for help text. Thedefault value for an option is still required to be set in the option
struct.