Julien Cretin
Julien Cretin
Same behavior with variants and with documentation instead of comments. It works correctly with associated items. So this looks specific to structs, enums, and unions. It doesn't apply to traits.
+1 to remove them, they seem to have to significance
By the way, this can be considered an incremental part of the larger effort started in #1664. Commenting to create the link between both PRs since there was none yet.
What about languages that already perform static analysis with strong guarantees like Rust, OCaml, Haskell? In those cases, a program simply doesn't compile if it has one of the classes...
I wonder if running `python3 ./python/scripts/fix_package_version.py` first fixes the issue. Note that this is needed until https://github.com/PyO3/maturin/issues/2163 is fixed.
Yes, the paragraph is poorly worded in my opinion. The intent is that you can read uninitialized bytes as long as it's within a `union` type or padding bytes. But...
https://github.com/rust-lang/unsafe-code-guidelines/issues/516
We can't detect how the user decides to render the terminal colors, so I see a few options to address this issue: - Add a `--light-mode` flag or similar and...
Sounds good to me. Also another option is to use the terminal palette instead of true colors (we used to do that in the past) so the user has much...
You shouldn't need to. There's only a few colors and you must already have seen them by using the color output of `git` or really any other command with colored...