Aaron Siddhartha Mondal

Results 105 issues of Aaron Siddhartha Mondal

We previously changed the project name from `turbo-cache` to `native-link`. Now we've changed it to `nativelink` and need assistance to change the repo URLs. https://www.bestpractices.dev/en/projects/8050

The `[lints]` section has been stabilized in Cargo 0.75 which shipped with Rust 1.74.0 (https://releases.rs/docs/1.74.0/#cargo). This allows users to configure clippy via `Cargo.toml` instead of `clippy.toml` like so: ```toml #...

We want to use the `-Zbuild-std` cargo flag to rebuild the standard library sanitized. This practice is requiredy by various sanitizers to work properly, for instance ThreadSanitizer and MemorySanitizer. Since...

The current `ellipsis = TypeVar('ellipsis')` doesn't behave well with typechecking. It's also unclear in the Markdown docs what `ellipsis` is supposed to be. It's kind of clear from the context,...

topic: Static Typing

The `+sm_60` seems a bit odd to me. Is this just an artifact from development or is this enabling some specific feature that's always required? If it is intended, a...

This would be a nice feature to have. Realistically, contributors will all use different OS and/or compiler configurations and versions. So what works for one contributor won't necessarily work for...

When using `git log --graph`, one can see that PRs tend to be merged. This produces a git history with unnecessary branching. It also produces commits on the main branch...

Otherwise https://reviews.llvm.org/D135402 will break builds.

The amdocl.map.in and amdocl.def.in files are not involved in the build process. Remove them to clarify that changes should be made in amdocl.map and amdocl.def directly.

Since the `--no-undefined-version` flag has been flipped in lld (https://reviews.llvm.org/D135402), this repo will fail to link due to the following incorrect version script assignments: ``` ld.lld: error: version script assignment...