Peter Atashian

Results 131 comments of Peter Atashian

You uh.... messed up the history of your PR.

Unfortunately Rust does not offer any good way to express wide string literals. Hopefully in 0.4 I'll figure out a good way to do this, potentially a procedural macro. In...

This will be fixed in winapi 0.4 when the minimum Rust version is bumped to support `#[repr(align(N))]`

It's just because nobody ever actually filled them out. They were just added there as comments to indicate where they would go.

This change will be done in 0.4 when the MSRV is bumped

This is a breaking change that will have to be postponed until the next major version.

No, because that is not what `master` is for (and also I can change what branch a PR is against anyway, no need to recreate PRs).

It's not the variadic FFI function, but rather the macro itself. Macros have had a lot of subtle changes over the versions, so it's easy to run into failure cases.

>Perhaps the rule should be that all non-Copy types are passed by-pointer? Please no. This would wreak so much havoc when ABIs mysteriously change due to the addition or removal...