-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-Stage-3 reviews #14
Comments
I opened #19 with an observation/idea, but apart from that the spec looks good. ✔️ There is a minor editorial bug: the Abstract Closure should capture |
Since #20 has been merged, I have marked your review as completed, @nicolo-ribaudo. Thank you again. |
For my review:
Otherwise, LGTM. |
@nicolo-ribaudo, @ljharb: I’d like to request another review of the proposal. I would like to try advancing this proposal to Stage 3 at the 2022-09 plenary meeting. Thank you again; please let me know here if you may not be able to adequately review by 2022-09-01. Thank you sincerely for your time. |
@ljharb, @nicolo-ribaudo: This is another ping before next week’s plenary meeting to re-review the proposal spec within the next few days. Let us know once you re-review—or if you anticipate that you won’t be able to properly review it by then. Thank you! |
I will do this on Friday, sorry for being late. |
Spec seems good to me. |
I forgot to reply before plenary, but I re-reviewed the proposal spec and it still looks good. (Also, I like how you extended AsyncBlockStart because I need the same for another proposal!) |
We got Stage 3, conditional on editor approval. @syg, @michaelficarra, @bakkot: Please let us know when you have been able to review the spec. (The typo that @waldemarhorwat found during the plenary has already been fixed.) |
This is already shipping in Safari Technical Preview, despite being only 'conditionally' stage 3. Firefox has an implementation and is ready to start shipping to nightly when this is officially stage 3. Any updates on editorial review @syg, @bakkot or @michaelficarra ? |
@mgaudet It'd be easiest for me to do a proper review if the proposal was opened as a PR against ecma262. We should land tc39/ecma262#2942 and tc39/ecma262#3021 first, and we should deduplicate the async-to-sync fallback behaviour that's present in both It looks like we construct the
In 3.k.vii.4.b, we should be using set, not let. Ecmarkup linting should've caught this. Maybe you need to upgrade or enable the strict linting flag? If you open a PR, the CI will also run these checks. edit: #40 |
I'm not the author of this proposal -- just trying to get this into a state where Firefox can ship our implementation. |
My apologies for the radio silence; I’ve been swamped by work since last winter. I’ve been talking with @michaelficarra privately about next steps:
Thanks everyone for your patience. |
#40 has been merged. #35 has also been merged, as per the plenary consensus on 2023-05. As far as I know, our next steps for actual Stage 3 are:
|
As per the TC39 process document.
Editors:
The text was updated successfully, but these errors were encountered: