Skip to content

Update with the new ctor syntax #2066

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

Merged
merged 2 commits into from
Sep 30, 2019

Conversation

padenot
Copy link
Member

@padenot padenot commented Sep 18, 2019

This fixes #2051.

There are still issues with bikeshed and the webidl parser, but it's largely there. In particular, arguments don't work yet, and method referencing seems buggy as well. I'll investigate later.


Preview | Diff

This fixes WebAudio#2051.

There are still issues with bikeshed and the webidl parser, but it's
largely there. In particular, arguments don't work yet.
@rtoy
Copy link
Member

rtoy commented Sep 19, 2019

I don't think we should land this until the bikeshed issues are fixed. It's really nice to have the table of the arguments contain the actual type and whether it is nullable or optional.

@padenot padenot force-pushed the 2051-update-ctor-webidl branch from c0e660c to 073f55a Compare September 27, 2019 15:37
@padenot
Copy link
Member Author

padenot commented Sep 27, 2019

Bikeshed has been updated, and the above has been fixed.

@rtoy
Copy link
Member

rtoy commented Sep 27, 2019

Preview looks good for the few items I checked. Lgtm.

@padenot padenot merged commit 127167c into WebAudio:master Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to constructor operations
2 participants