Markus Reiter

Results 208 comments of Markus Reiter

I think we can just add some headings to the `brew outdated` output, as long as we don't break `brew outdated | xargs ...` and `brew outdated --json` output, possibly...

> I do `brew upgrade wget ack` it'll always try to upgrade `ack` first which is not correct. Why would this matter? I would not expect this to necessarily follow...

@Nilstrieb, @oli-obk, I re-added the `rustc_nonnull_optimization_guaranteed` to the generic type and highlighted the resulting bug in the lint.

> time traveling commits or github is confused Yeah, for some reason my system clock was wrong when I made these commits. GitHub also showed my comment as 3 days...

I tried fixing `tests/debuginfo/numeric-types.rs` by updating the `lldb-check` comments, but it's still failing, not sure why exactly. It seems to only fail for `NonZero` and `NonZero`.

`lldb-command:print` doesn't output anything for `NonZero` and `NonZero`, apparently.

The last commit reverts the LLDB aliases added in https://github.com/rust-lang/rust/pull/115128. If that doesn't work, the alias can be changed to `dwim-print --persistent-result on --` as mentioned in https://github.com/rust-lang/rust/pull/115128#issuecomment-1699058035, which also...

> https://github.com/rust-lang/rust/pull/119452 added codegen tests Yes, I specifically ran these tests locally, so hopefully should be fine.