Aaron Siddhartha Mondal

Results 105 issues of Aaron Siddhartha Mondal

This is due to `rules_rust` handling compilers and linkers slightly differently than `rules_cc`. We probably need to fix this upstream.

bug
enhancement

The aws sdk and hyper are now at 1.x. The changes are significant and likely put the S3 store in a more stable state. Should address #428 as well.

enhancement
dependencies

We're using hyper-rustls with the `webpki-tokio` feature enabled. The intention behind this is that we vendor the CA via webpki and make this explicitly extensible with custom CAs in the...

bug
security

Spin off from https://github.com/TraceMachina/turbo-cache/pull/324 and I've noticed this in other parts of the codebase as well. The current way to add `retry` capabilities is this: ```rust self.retrier .retry( retry_config, unfold(thing,...

enhancement

Sanitizer integration in rust is still quite experimental and tends to produce false positives. I went through a bunch of logs and think the issues below could be real bugs....

bug

Since `rules_rust` 0.25 introduced prost/tonic rules it's now theoretically possible to remove the entire `proto` directory and trivially generate the current `proto` target with this: ```python rust_tonic_library( name = "remote_execution",...

no-effect-in-production

At the moment all modules are overlaid with patches and those patches are hashed and tracked in `source.json`. Many modules probably just need a `MODULE.bazel` file and some buildfiles. I...

skip-url-stability-check

Users working with (or on) LLVM may require very recent versions of the repo. We have module patches for the llvm-bazel-overlay but found that it would be better to add...

module wanted

### Module location https://github.com/facebook/zstd ### Link to bzlmod issue in the module's repository https://github.com/facebook/zstd/issues/3123 ### Any other context to provide? See above linked discussion for more information. Zstd is a...

module wanted