Siddhartha Bagaria

Results 36 comments of Siddhartha Bagaria

We don't have to rely on download_and_extract. We can always execute the self-extracting archive in the repository rule.

If people are still interested in this, I think we can get in a hacky thing in and then make it more proper over time. I don't use a Windows...

The problem is that these issues (e.g.: https://github.com/bazelbuild/bazel/issues/10358, https://github.com/bazelbuild/bazel/issues/11218) are labelled as `migration-3.4` which makes bazelisk think that these flags are available in bazel-3.4.z, and so it tries to use...

@philwo What do you think about making the flag placement logic a little more intelligent? I can send in a PR to help. I was thinking we can check whether...

As for the starlark flags, they need to be prefixed with `@bazel_tools`, so they should be used as `--@bazel_tools//tools/build_defs/pkg:incompatible_no_build_defs_pkg`. Maybe we should rename the github issues that correspond to them?

This has not been an issue in the past several months, so we can close this.

If this is still an issue, you may also try out https://github.com/grailbio/bazel-compilation-database as an alternative.

Thanks! We would definitely welcome any Windows support in here, if we can introduce it while keeping things relatively clean. I can give you write permissions if you want. Unfortunately,...

Thanks. Please send a PR. I actually never looked into what `target_libc` does, so I just blindly copy-pasted a value.

Hello, just a quick note to say we are getting ready to archive https://github.com/grailbio/go-dicom and https://github.com/grailbio/go-netdicom. For go-dicom, we will point new users to this project, and for go-netdicom, we...