Skip to content

current bindgen is broken for rust-mozjs #1

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

Closed
metajack opened this issue Jun 22, 2016 · 2 comments
Closed

current bindgen is broken for rust-mozjs #1

metajack opened this issue Jun 22, 2016 · 2 comments

Comments

@metajack
Copy link
Contributor

It reports an error about the copyability of inlineStorageLatin1, but the real problem appears to be that while it translated the Latin1Char type correctly, inside the unions it just has them as c_void.

@metajack
Copy link
Contributor Author

cc @nox @emilio

@metajack
Copy link
Contributor Author

This should be fixed by #3.

bors-servo pushed a commit that referenced this issue Jun 30, 2016
Add support for elaborated types.

Things like JS::Latin1Char now show up as elaborated types and we need to use clang_Type_getNamedType to resolve them.

This should fix #1.
bors-servo pushed a commit that referenced this issue Jul 1, 2016
parser: Disable conditionally class constants

Part of the fix for #1
Ms2ger pushed a commit that referenced this issue Jul 1, 2016
bors-servo pushed a commit that referenced this issue Jul 1, 2016
Add support for elaborated types.

Fixes #1.
bors-servo pushed a commit that referenced this issue Jul 1, 2016
Add support for elaborated types.

Fixes #1.
Ms2ger pushed a commit that referenced this issue Jul 1, 2016
bors-servo pushed a commit that referenced this issue Jul 1, 2016
Add support for elaborated types.

Fixes #1.
luser pushed a commit to luser/rust-bindgen that referenced this issue Mar 27, 2017
bindgen: Restructure opaque and blacklisting so we can fix debug deriving
benesch pushed a commit to benesch/rust-bindgen that referenced this issue Dec 23, 2021
…l-name

Emit `bindgen_original_name` attributes for nested types
amanjeev referenced this issue in amanjeev/rust-bindgen Jan 11, 2023
…h-as-main

gh action for merging main to master on pr merge
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 a pull request may close this issue.

1 participant