-
Notifications
You must be signed in to change notification settings - Fork 17
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
Should implement enum feature. #80
Comments
romandev
changed the title
Should implement enum features.
Should implement enum feature.
Sep 17, 2017
if anyone were not started yet, i will take care of this issue. |
hwanseung
added a commit
to hwanseung/bacardi
that referenced
this issue
Sep 18, 2017
present barcardi is focused to interfaces, but Fragments are needed to implment other things. (eg. enums, dictionaries, typedefs and implements statements) https://heycam.github.io/webidl/#dfn-idl-fragment ISSUE=lunchclass#80
Cool~! |
Great! |
hwanseung
added a commit
to hwanseung/bacardi
that referenced
this issue
Sep 25, 2017
present barcardi is focused to interfaces, but Fragments are needed to implment other things. (eg. enums, dictionaries, typedefs and implements statements) https://heycam.github.io/webidl/#dfn-idl-fragment ISSUE=lunchclass#80
romandev
pushed a commit
that referenced
this issue
Sep 27, 2017
…84) Current implementation is focused to interfaces, but Fragments are needed to implement other things. (eg. enums, dictionaries, typedefs and implements statements) https://heycam.github.io/webidl/#dfn-idl-fragment ISSUE=#80
romandev
pushed a commit
that referenced
this issue
Oct 8, 2017
Implement IDL enum feature. Some part of codes should be generated automatically at another files but this patch doesn't do that yet. So, it will be finished in follow-up patch. ISSUE=#80
romandev
pushed a commit
that referenced
this issue
Oct 18, 2017
…84) Current implementation is focused to interfaces, but Fragments are needed to implement other things. (eg. enums, dictionaries, typedefs and implements statements) https://heycam.github.io/webidl/#dfn-idl-fragment ISSUE=#80
romandev
pushed a commit
that referenced
this issue
Oct 18, 2017
Implement IDL enum feature. Some part of codes should be generated automatically at another files but this patch doesn't do that yet. So, it will be finished in follow-up patch. ISSUE=#80
romandev
pushed a commit
that referenced
this issue
Oct 30, 2017
Check enum values before pass to native side. ISSUE=#80
byeolbit
pushed a commit
to byeolbit/bacardi
that referenced
this issue
Nov 16, 2017
Check enum values before pass to native side. ISSUE=lunchclass#80
hwanseung
added a commit
to hwanseung/bacardi
that referenced
this issue
Nov 18, 2017
- add test for function which return enum values. - add test passing unexpected value instead of enum. ISSUE=lunchclass#80
hwanseung
added a commit
to hwanseung/bacardi
that referenced
this issue
Nov 18, 2017
- add test for function which return enum values. - add test passing unexpected value instead of enum. ISSUE=lunchclass#80
romandev
pushed a commit
that referenced
this issue
Nov 18, 2017
Add tests for enum features - Add test for function which return enum values - Add test passing unexpected value instead of enum ISSUE=#80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should implement enum feature.
https://heycam.github.io/webidl/#idl-enums
The text was updated successfully, but these errors were encountered: