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

IDL Parser is choking on instanceof metadata in field definition #217

Open
adambender opened this issue Apr 8, 2015 · 2 comments
Open
Assignees

Comments

@adambender
Copy link
Contributor

line 171 of the chrome/media_galleries.idl in the latest version of the library is causing an exception in the parser. The offending snippet is:

dictionary MediaMetadata {
...
[instanceof=Blob] object[] attachedImages;
...
}

It appears the parser doesnt support this construction on a field definition. I verified that if I removed this line from the IDL the parser completed normally.

@adambender
Copy link
Contributor Author

Adam, I assigned to you on advice from Devon. I am taking over as one of the primary maintainers but he thought you might be able to solve this problem faster than I as I am still coming up to speed.

@bholtz bholtz assigned bholtz and unassigned adam-singer Sep 25, 2015
@bholtz
Copy link
Contributor

bholtz commented Sep 25, 2015

I'll take this. I think it is either already fixed, or the fix is not much more than a couple line change in the parser.

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

No branches or pull requests

3 participants