Frank Steffahn

Results 118 comments of Frank Steffahn
trafficstars

Sure. The "Importing Generic Classes" part presents this syntax: `data List a = List (@java.util.List a)` Whereas in the Example right below the syntax is: `data {-# CLASS "java.util.List" #-}...

> This, of course, would require `async-trait` to know that the placeholdered generic lifetime in the trait corresponds to the elided lifetime in the implementation. Note that rustc for ordinary...

I forgot this PR even exists, so ehm... sure, feel free to take over, thank you.

With [`scoped-tls`](https://docs.rs/scoped-tls/latest/scoped_tls/), even the nightly approach to have `Ungil` as a custom auto trait is not sufficiently sound. This code is problematic with or without the `nightly` feature of `pyo3`....

`repr(C)` structs in Rust currently serve a dual role: interop with C on the one hand, and a more strictly-/ well-defined layout (for unsafe code to rely on) on the...

I’m wondering if there’s a way (and a desire) to (be able to) test colors of compiler output, for the highlighting logic.

> We have access to tcx in pretty printing, right? We should be able to check the `def_kind` and special case for constructors, if necessary. Though that can be done...

Anyone know how to run 32bit mir-opt test cases to bless them, while working on a 64bit machine? Ah, I found the command in the CI output, let’s try that....

Hmmm… I’m getting some errors `/usr/include/limits.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory` with when trying either version of that. (During `Building stage2 std artifacts`, in `Compiling compiler_builtins v0.1.73`.)

Well, it’s few enough changes that I can do it manually… _Edit:_ Ah, I’ve missed fixing one of them. _Edit2:_ Oh, neat, so after that, it actually passes now.