Gregor Jasny

Results 24 issues of Gregor Jasny

Otherwise "make dist" will fail.

Hello, Today while trying to build [ViSQOL](https://github.com/google/visqol) I noticed that this project uses internal header files of protobuf. When you build and install protobuf with CMake (or autotools) some headers...

bug
bazel

Hello, with Xcode 6.3 I get the following error: ``` $ make V=1 cc src/vmm/io/vhpet.c LANG=en_US.US-ASCII clang -arch x86_64 -x c -std=c11 -fno-common -fvisibility=hidden -DXHYVE_CONFIG_ASSERT -Os -flto -fstrict-aliasing -Weverything -Werror...

external/hyperkit

Hello, first, thanks for all your work to add nice and accessible tooling around clang and clang-tidy. **Describe the bug** I have a CMake project that contains NASM/YASM assembly files...

bug :bug:
analyzer :chart_with_upwards_trend:
ld-logger :page_with_curl:

Hello, thanks for maintaining and releasing sml. I noticed the commit hash for the `v1.1.5` and the commit with the same name on master differ. Also GitHub tells me that...

Hello, I stumbled upon the bug while looking for the reason of a complete rebuild for a `ninja install` after a successful `ninja` build. The added Ninja arguments `-nd explain`...

bug

Starting with Visual Studio 2022 (17.3.0) the following warning is emitted: ``` include\function2\function2.hpp(1176): warning C4305: '': truncation from 'bool (__cdecl *)(void)' to 'bool' ``` Neither `bool(callable)` (as it was written),...

The Data Model spec states: > A label with an empty label value is considered > equivalent to a label that does not exist.