-
This is a reproducing Dockerfile:
```dockerfile
FROM l.gcr.io/google/bazel:3.0.0
WORKDIR /src
RUN ["git", "clone", "--depth=1", "https://github.com/abseil/abseil-cpp.git", "/src"]
RUN ["bazel",…
-
### What version of gazelle are you using?
built from head
### What version of rules_go are you using?
n/a
### What version of Bazel are you using?
```
% bazel version
Build label: 6…
-
Hi!
I help package grpc / grpcio for conda-forge (mostly centered around the python ecosystem), which has much more powerful infrastructure than what the default `pip` can do, mostly w.r.t. dealing…
-
### Describe the issue
When compiling grpc 1.52.0 with Visual Studio 2022 (17.4.4) and C++20 compilation fails with:
```
[1/43] Building CXX object CMakeFiles\grpc.dir\src\core\lib\event_engine\p…
-
[This section of the guide](https://abseil.io/docs/python/guides/flags#how-do-i-access-c-flags-from-python) has been "forthcoming" for some time. Is there any timeline on this?
The definition of `c…
-
On a fresh git clone of bloaty, when i try to compile it, using the following commands, it fails
```
cmake -B build -G Ninja -S .
cd build
ninja bloaty
```
the build fails
`[21/29] Building C…
-
```
Python 3.10.2 (main, Jan 15 2022, 19:56:27) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tree
Traceback (most recent call last):
F…
acxz updated
6 months ago
-
**What version of protobuf and what language are you using?**
28.0
**What operating system (Linux, Windows, ...) and version?**
Windows 10 Enterprise and Windows 2016 server
**What runtime…
-
**Describe your environment**
OS: Debian bookworm
GCC: 12.2.0
Version: 054b0dc2 ([RELEASE] Release opentelemetry-cpp version 1.15.0 (#2639), 2024-04-21), also present in 1.11.0.
**Steps to repro…
-
In IDL we have
```
struct B02 {
string b02_1;
};
```
This now generates
```
explicit B02(const std::string& b02_1);
B02::B02(const std::string& b02_1)
: _b02_1(b02_1)
{}
```
…