Uh oh!
There was an error while loading. Please reload this page.
repl: hide top-level await feature behind a flag - #19604
Closed
TimothyGu wants to merge 5 commits into
Closed
Conversation
vsemozhetbyt
commented
Mar 26, 2018
Contributor
Should this be documented? |
MemberAuthor
devsnek
approved these changes
Mar 29, 2018
Contributor
There was a problem hiding this comment.
Nit: maybe const timeout = and const old = to not emphasize sloppy mode?
MemberAuthor
TimothyGu
commented
Apr 15, 2018
MemberAuthor
I'll be landing this in a few days. |
TimothyGu added a commit
that referenced
this pull request
Apr 18, 2018
PR-URL: #19604 Refs: #17807 Refs: #15566 (comment) Reviewed-By: Gus Caplan <me@gus.host>
TimothyGu
commented
Apr 18, 2018
MemberAuthor
Contributor
@TimothyGu It seems the flag also should be mentioned in |
jasnell
commented
Apr 18, 2018
Member
Since this is semver-patch it will definitely make it in to 10.0.0 |
TimothyGu
commented
Apr 18, 2018
MemberAuthor
@vsemozhetbyt See #20133. |
3 tasks
vsemozhetbyt
commented
Apr 18, 2018
Contributor
This should be backported with #20133 |
TimothyGu added a commit
that referenced
this pull request
Apr 18, 2018
PR-URL: #20133Fixes: #19604 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit
that referenced
this pull request
Apr 19, 2018
PR-URL: #19604 Refs: #17807 Refs: #15566 (comment) Reviewed-By: Gus Caplan <me@gus.host>
jasnell pushed a commit
that referenced
this pull request
Apr 19, 2018
PR-URL: #20133Fixes: #19604 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #17807
Refs: #15566 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes