Alex Eagle

Results 281 issues of Alex Eagle

### Module location https://github.com/bazelbuild/rules_dotnet ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...

module wanted

Since the tools/file_concat program is written in C++ and exposed to users of proto_descriptor_set, we depend on rules_cc at runtime. Fixes #203

This allows rules_proto to supply a pre-built binary toolchain for protoc without needing any Bazel module supplied by the protocolbuffers maintainers. Obviates the need for protobuf to be released to...

It's meant to be used in toolchainization of language rules, for example in rules_python: https://github.com/bazelbuild/rules_python/pull/1577/files#diff-9cb07a0e8453ad8b4f429bee2ccf9de818a78cfb6e5d9bb908d8518ea189e2a7R18 Fixes that PR following the recent breaking change landed here: https://github.com/bazelbuild/rules_proto/commit/d4c3498677e7fbda6f717585276ea4d8b75acec0#commitcomment-139420930

The last meaningful commits here, along with the last release, were 2 1/2 years ago by @ekuefler. If no one maintains this, I think we should either start a discussion...

A "bottle" is a binary package https://docs.brew.sh/Bottles Unlike tools like bazelisk, which are built from source on a user's machine when they `brew install`, bottles allow for things like closed-source...

P2

A build at latest version reports ``` WARNING: source-map-support module not installed. Stack traces from languages like TypeScript will point to generated .js files. ``` The `sass.dart.js` file in the...

Error is ``` ERROR: D:/b/7cfqmzbl/external/npm_bazel_terser/BUILD.bazel:32:1: Couldn't build file external/npm_bazel_terser/docs.raw: Generating proto for Starlark doc for docs failed (Exit 1) Exception in thread "main" com.google.devtools.build.skydoc.rendering.DocstringParseException: Unable to generate documentation for function...

type: bug
P4

Matches the rules authors SIG recommendations in https://github.com/bazel-contrib/rules-template Fixes #132