Noah Lev

Results 119 comments of Noah Lev

So perhaps we change the message saying to change the labels? Maybe it could say something like: > [...] If your reviewer applied the `S-waiting-on-author` label because of the merge...

See this thread for more: https://rust-lang.zulipchat.com/#narrow/stream/242269-t-release.2Ftriage/topic/Label.20switching.20for.20outsiders.20is.20hard/near/209176797

> Also, previously RA was fine with stable cargo, as AUIU it just needs it to run `cargo metadata`, as `cargo check` is already overridden, so once 1.56 is stable,...

I marked this as `Medium` since we're not sure what the "best" solution is yet.

@nagisa Could you give this a review? Feel free to reassign by the way :)

As we discussed in the meeting, we're going to show each pass of the compiler, each intermediate representation (before & after pass), and some internal data structures (like `TyCtxt`). However,...

> * Implement (an MVP of) `-Z dump-internal-data` [@camelid] What do you think would be a good MVP for `-Z dump-internal-data`? Maybe print the type of everything in the program?

Why not just have links to the dev guide in the compiler docs? I'm not sure if I see how this would be useful.

Why would someone think to run that command though? It seems much more likely they would just look through the dev-guide or the compiler docs.