Uh oh!
There was an error while loading. Please reload this page.
url: fix lint and deopt issues - #5300
Conversation
The deopt issues arose from the use of const in specific situations that v8 does not fully support yet.
mscdex
commented
Feb 18, 2016
evanlucas
commented
Feb 18, 2016
@mscdex can you shed some light on what specifically is not supported to cause the deopt for using const? |
mscdex
commented
Feb 18, 2016
@evanlucas I'm not enough of a v8 guru to understand. At first I thought it had to do with using a ternary expression in the value for |
evanlucas
commented
Feb 18, 2016
Thanks |
mscdex
commented
Feb 18, 2016
CI is all green again. |
evanlucas
commented
Feb 18, 2016
LGTM |
mscdex
commented
Feb 18, 2016
Trott
commented
Feb 18, 2016
LGTM. Maybe add |
Trott
commented
Feb 18, 2016
Also, since this fixes CI, I'd be all for landing it in an expedited fashion. |
jasnell
commented
Feb 18, 2016
LGTM |
mhdawson
commented
Feb 18, 2016
@Trott agreed we want to land to fix the CI. Asked James to review since he was one of the original reviewers and since we have his LGTM now I'd say we're ready to land |
mhdawson
commented
Feb 18, 2016
@Trott do you have cycles to land ? If not I'll try to fit it in this afternoon. |
Trott
commented
Feb 18, 2016
Landed in 7d1d3a6 |
MylesBorins
commented
Mar 1, 2016
this does not land cleanly on LTS, would someone be willing to backport it? |
Trott
commented
Mar 1, 2016
@thealphanerd I'm guessing it isn't landing cleanly because #4892 has not landed yet. So if that can't land right away, maybe this can also be delayed until that lands first? /cc @mscdex in case he wants to go ahead and backport. I'm not sure whether there's a reason to push this ahead of that other PR, though. |
MylesBorins
commented
Mar 1, 2016
mscdex
commented
Mar 2, 2016
@Trott The only thing to be backported from this PR if the original url perf commit isn't also backported, are merely the few changes made to |
MylesBorins
commented
Mar 21, 2016
I'm moving the label to don't land for right now. We can change it back if #4892 ever lands |
The deopt issues arose from the use of const in specific situations that v8 does not fully support yet.