Rob Jellinghaus

Results 14 comments of Rob Jellinghaus

Also hitting this issue when trying to update an Angular 5 project to Angular 7 which includes TypeScript 3.1. Any possibility of a fix? Would you accept a pull request...

FWIW there is an RFC to reduce undefined behavior when unwinding across FFI boundaries, but it looks to be fairly static in the last year or so: https://github.com/rust-lang/rfcs/blob/master/text/2945-c-unwind-abi.md

@paulomorgado that comment should go on this other issue: https://github.com/Microsoft/ApplicationInsights-dotnet/issues/482

Hello @CodingAnarchy and @pavera, I work for Microsoft on internal Rust support, and I have been testing this PR against our internal private registries. I forked it and created my...

(also tagging @jakecoffman, @abdulapopoola, and @brbayes-msft as FYI)

It's great to see the community working to improve the state of knowledge about crates in general. Internally at Microsoft we are working on a system to enable persistent recording...

Given that the current semantics of `RUSTFLAGS` is "this affects every crate you ever build anywhere" down to the leafmost level, it's hard to see how to change that without...

Another variant of the above idea would be `RUSTFLAGS_BINARY` which would be `RUSTFLAGS` that apply to binary crates only. This would cover cases like PGO where you're just altering the...

You're absolutely right, that RFC is very much related to this idea. I'm not sure which one would work better for more scenarios, but I'll consider it. > `cargo rustc`...

Hello @honeyankit, let me guess, the parse error you are getting is similar to this one? ``` updater | 2024/05/06 20:46:12 ERROR Error processing nuget (JSON::ParserError) updater | 2024/05/06 20:46:12...