Aphek

Results 31 comments of Aphek

Just to point out other uses / problems, the same underlying problem happen for "function aliases" defines, such as [some functions in monocypher](https://github.com/LoupVaillant/Monocypher/blob/f2aaa1b4ebdd751bbcd29c74c4ec4cfa0cae67ec/src/optional/monocypher-ed25519.h#L131). I didn't open a new issue since...

Possibly related to https://github.com/serde-rs/serde/issues/1183

@a2 what's blocking this PR? I can help if needed

@promethe42 nice workaround! The only caveat is that if set `RUST_LOG` to a specific module, the default log level is lost (also clippy recommends `.is_err()` instead of `let Err(_)`)

Hmmmmmmmmmmmm that's true, didn't realize that

I'm not sure this is possible with the current serde::Serializer trait, as `serialize_newtype_variant` takes a `&'static str` as name, which we can't get when deserializing (unless we leak a String)....

@Janrupf are you still working on this?

On the following month I'll try implementing CI for one of the poll-only OSes then.

Hey, I've managed to compile and run the tests using qemu, but it takes a lot longer to run. Even if we optimize and cache in a lot of different...

@jam1garner What about this target that's on CI for this repo? https://github.com/rust-lang/libc/blob/main/ci/switch.json Looks like it's for the switch with newlib, added by @leo60228 4 years ago