Jonathan Schwender

Results 310 comments of Jonathan Schwender

You will also need to sign off your commits with `git commit -s` (or `git commit -s --amend to amend an existing commit)

There was apparently some confusion regarding the git sign-off and this PR is continued over at https://github.com/servo/servo/pull/40473. For the record / next time, you can use `git rebase --interactive` and...

FYI, you need to use backticks, with single quotes `Foo` will render as 'Foo' (note the missing ``). I edited the description for you.

Interesting - It sounds like `cargo install xxx` might be installing from the vendored sources then, which "it just works" and this issue can be closed. > it took me...

> Wouldn't it make sense to spend time fixing the bug in bindgen, rather than adding a more intricate workaround to Servo I think it makes sense to first fix...

@Kein I moved your issue here, since I don't believe it is related to the issue you were posting in. Can you post the output of `rustup toolchain list --verbose`...

@Kein Can you provide some more information? I can't reproduce your issue on windows with rust 1.87.0

@AlTech98 Can you reproduce this issue when just using the corrosion repository? ``` git clone https://github.com/corrosion-rs/corrosion.git cd corrosion cmake -S. -Bbuild #

It would be useful to have a reproducible example, e.g. what characters cause the issue, what shell was used and a debug log of the cmake configuration (see the template...