Alexander Grund
Alexander Grund
I tried creating and running a CMake build via the `build/CMakeLists.txt` and also by adding an `include_subdirectory(test)` to the root `CMakeLists.txt` and both are not able to build the project....
https://github.com/boostorg/test/blob/develop/include/boost/test/utils/basic_cstring/basic_cstring.hpp#L576 This takes the address to one element before begin which is undefined behavior and recent compilers got smart enough to notice this with -Warray-bounds
The workflow doesn't actually do anything, so remove it
The path must exist or PyTorch will show errors/warnings like: > UserWarning: Specified kernel cache directory could not be created! This disables kernel caching.
(created using `eb --new-pr`) Found stuff like this in the output of PyTorch builds: ``` Cannot generate a safe runtime search path for target caffe2_nvrtc because files in some directories...
## Your environment TbSync version: 2.12 Thunderbird version: 68.9.0 [x] Yes, I have installed the latest available beta version from https://tbsync.jobisoft.de and my issue is not yet fixed, I can...
What is the intended include for this lib? - `#include ` maybe to generic - `#include ` even less generic and can conflict - `#include ` preferred although does not...
### Description of the bug: We need to pass some environment variables like "`$CPATH`" to the compiler when building TensorFlow with Bazel. This is cumbersome itself and has led to...
### Description of the problem / feature request: I'm setting some env variables via `action_env` but they are sometimes ignored when building a library. ### Feature requests: what underlying problem...
**Describe the bug** When opening a text file stream containing Unix line endings (\n instead of \r\n) a supposedly no-op seek leads to discarding characters due to buffering. In extension...