Thomas Köppe

Results 6 issues of Thomas Köppe

# Summary Pull request #428 was applied, but later rolled back because of a bug in GCC (https://github.com/oneapi-src/oneDNN/pull/428#issuecomment-478878114) with which it was incompatible. That bug as since been fixed, so...

help wanted

### Description I have seen failures in generated C++ and Python code when using a `proto_library` with (any of) the following properties: * the proto depends on (= imports) a...

bug
stale

This issue is a placeholder until we update the documentation to make these points easier to find. **Bazel:** Please use a recent version of Bazel. The continuous-integration checks use whatever...

##### Checklist - [x] Issue filed: https://unicode-org.atlassian.net/browse/ICU-9749 - [x] Updated PR title and link in previous line to include Issue number - [x] Issue accepted - [ ] Tests included...

incomplete
waiting-on-author

Currently, member functions of `Node` are declared, but not defined, in [`node.h`](https://github.com/jbeder/yaml-cpp/blob/2f8997565b082eab700aa20025561d20b1a47f61/include/yaml-cpp/node/node.h#L50), e.g. like: class Node { public: ~Node(); // ... }; They are then defined in a header (!)...