Skip to content
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

Enable OptionIntoWasmAbi and OptionFromWasmAbi for ast::ImportEnum, RTCRtpTransceiver.webidl #1350

Merged
merged 5 commits into from
Mar 18, 2019
Merged

Enable OptionIntoWasmAbi and OptionFromWasmAbi for ast::ImportEnum, RTCRtpTransceiver.webidl #1350

merged 5 commits into from
Mar 18, 2019

Conversation

alexlapa
Copy link
Contributor

@alexlapa alexlapa commented Mar 14, 2019

Some notes:

  1. Actually OptionIntoWasmAbi for ast::ImportEnum can be safely deleted since its not being used in bindings.rs.
  2. I believe that other disabled webidl's can be enabled.
  3. Test should succeed on current Safari Technology Preview (12.2) but i don't know how to run cargo test on preview version. Latest Chrome and FF are ok.

Looking forward to your feedback (any 😄 )

@alexcrichton
Copy link
Contributor

This looks great to me, thanks!

Mind adding some tests as well in tests/wasm/* specifically for Option<ImportedEnum> as well?

@alexlapa
Copy link
Contributor Author

alexlapa commented Mar 15, 2019

@alexcrichton ,

Sure! But i will be away for few days, so i guess i will do it by the end of next week if not today.

@alexcrichton
Copy link
Contributor

Ok no worries!

@alexcrichton alexcrichton merged commit 8cc9374 into rustwasm:master Mar 18, 2019
@alexcrichton
Copy link
Contributor

Thanks!

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.

2 participants