Markus Reiter

Results 208 comments of Markus Reiter

> Duplicates of https://github.com/traefik/traefik-helm-chart/pull/584. @mloiseleur, I don't see how that PR is related to this PR.

I guess you meant https://github.com/traefik/traefik-helm-chart/pull/557.

No, https://github.com/rust-lang/rust-bindgen/pull/2561 doesn't fix this, but https://github.com/rust-lang/rust-bindgen/pull/2369 which depends on https://github.com/rust-lang/rust-bindgen/pull/2561 will fix it.

@Abestanis, does https://github.com/rust-lang/rust-bindgen/pull/2369 not solve your use case?

> In my specific use case I am trying to make the following macro available: > ```c > typedef long BaseType_t; > #define pdFALSE ( ( BaseType_t ) 0 )...

@Abestanis, I just found a bug that prevented the `portEND_SWITCHING_ISR` from being parsed correctly and hence from being generated, it should be possible now with my PR.

@Abestanis, I have now rebased https://github.com/rust-lang/rust-bindgen/pull/2369.

> as behavior is well defined which afaiui it is I don't think casting between `c_uint`/`c_longlong` and `usize`/`u32` is well defined, which seems to be the bulk of these.