Closed
Bug 1978444
Opened 19 days ago
Closed 9 days ago
WebIDL's `async iterable<>` interface declaration is changing to `async_iterable<>`
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
143 Branch
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: jackalmage, Assigned: saschanaz)
References
Details
Attachments
(1 file)
Steps to reproduce:
https://github.com/whatwg/webidl/pull/1500
The async
keyword has already caused LL(1) conflicts in the WebIDL grammar (resulting in WebIDL PR 1489 changing the async iterable<>
type to async_iterable<>
, and then later to async_sequence<>
), and is likely to produce more. To avoid this, we're moving away from using it at all, and instead changing the async iterable<>
interface declaration to async_iterable<>
. The specs currently using async iterable<>
will be changed shortly to match.
Comment 1•18 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Bindings (WebIDL)' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Bindings (WebIDL)
Product: Firefox → Core
Assignee | ||
Updated•18 days ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 days ago
Duplicate of bug: 1911295
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•18 days ago
|
||
(Actually this is a related but separate one)
Status: RESOLVED → REOPENED
No longer duplicate of bug: 1911295
Ever confirmed: true
Resolution: DUPLICATE → ---
Assignee | ||
Updated•18 days ago
|
Assignee: nobody → krosylight
Assignee | ||
Comment 4•17 days ago
|
||
Updated•17 days ago
|
Attachment #9502274 -
Attachment description: Bug 1978444 - Replace `async iterable` with `async_ iterable` r=edgar → Bug 1978444 - Replace `async iterable` with `async_iterable` r=edgar
Updated•11 days ago
|
Severity: -- → S3
Pushed by krosylight@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/92ad1b37c03d
https://hg.mozilla.org/integration/autoland/rev/07e5d71f0fa6
Replace `async iterable` with `async_iterable` r=edgar
Comment 6•9 days ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 18 days ago → 9 days ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•