Aaron Siddhartha Mondal
Aaron Siddhartha Mondal
According to the [flake output schema docs](https://nixos.wiki/wiki/Flakes#Output_schema) the template `path` argument needs to be a nix store path. CI using something like ```bash nix --store ~/nix flake check -L ```...
There is a global `#define __local` in `device_library_decls.h`. This symbol is already used by some libcxx templates. Building (and depending on) libcxx with the (soon to be default) `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES` macro...
This caused `-Winconsistent-missing-override` to complain with Clang 17.
This causes `-Wparentheses-equality` to complain.
...and a very long macro name 😂 This might have been overlooked previously since the warning wasn't properly printed when building with Clang before https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/commit/55deecff765ff1c1443dc2163b90ed793f03ba4a. This also affects a few...
Clang doesn't know `-Wnon-template-friend`.
Annotations in the OCI spec may be used to add additional information to an image: https://github.com/opencontainers/image-spec/blob/main/annotations.md We recently migrated from the builtin `dockerTools` to `nix2container` (https://github.com/TraceMachina/nativelink/commit/1a43ef91c8587b5c4708643f1593968286586f01). Just now did I...