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

fix(runtime-c-api) Replace deprecated type aliases from libc #494

Merged
merged 3 commits into from Jun 14, 2019

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Jun 12, 2019

Since rust-lang/libc#1379, fixed width integer
type aliases are deprecated. Thus, this patch uses Rust types instead
of libc aliases.

Since rust-lang/libc#1379, fixed width integer
type aliases are deprecated. Thus, this patch uses Rust types instead
of libc aliases.
@Hywan Hywan added bug Something isn't working 📦 lib-c-api About wasmer-c-api labels Jun 12, 2019
@Hywan Hywan requested a review from bjfish June 12, 2019 10:17
@Hywan Hywan self-assigned this Jun 12, 2019
@Hywan
Copy link
Contributor Author

Hywan commented Jun 12, 2019

bors try

bors bot added a commit that referenced this pull request Jun 12, 2019
@Hywan Hywan changed the title fix(runtime-c-api) Remove deprecated types from libc fix(runtime-c-api) Replace deprecated type aliases from libc Jun 12, 2019
@bors
Copy link
Contributor

bors bot commented Jun 12, 2019

@Hywan
Copy link
Contributor Author

Hywan commented Jun 14, 2019

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 14, 2019

Merge conflict (retrying...)

@bors
Copy link
Contributor

bors bot commented Jun 14, 2019

Canceled

@Hywan
Copy link
Contributor Author

Hywan commented Jun 14, 2019

bors r+

bors bot added a commit that referenced this pull request Jun 14, 2019
494: fix(runtime-c-api) Replace deprecated type aliases from libc r=Hywan a=Hywan

Since rust-lang/libc#1379, fixed width integer
type aliases are deprecated. Thus, this patch uses Rust types instead
of libc aliases.

Co-authored-by: Ivan Enderlin <ivan.enderlin@hoa-project.net>
@bors
Copy link
Contributor

bors bot commented Jun 14, 2019

@bors bors bot merged commit 04c9d25 into wasmerio:master Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 📦 lib-c-api About wasmer-c-api
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants