Results 70 issues of Arthur O'Dwyer

I know these are hard/impossible to fix, but I figure I might as well write them down somewhere. - Pushing a thumper over the Living Cave's floor permanently kills the...

I was surprised to see that ivy is allowed to fall into pits (e.g. in the Palace). I expected the ivy to grow over the pit just fine. Also, ivy...

As the new comment says: We shouldn't return NULL unless failure has actually occurred and our caller can proceed with cleaning up their resources. If librdkafka is still actively running...

We're hitting [this codepath](https://github.com/edenhill/librdkafka/blob/3b50e1e/src/rdkafka.c#L2512-L2537) in `rd_kafka_new`. This is in a pathologically large integration test where (1) all Kafka brokers are unreachable by design, and (2) we're running lots of VMs...

This commit updates some comments and unit-tests so that they reflect the current state of the world: `IsZeroInitializable` currently answers the question "Can `T t = T();` be implemented with...

CLA Signed

The `relocateInlineTrivial` operation here is exactly "move-construct plus destroy," which is the same operation optimized into memcpy by `FBVector::make_window` and `FBVector::reserve`. So we can optimize it into memcpy here for...

CLA Signed

I was pointed to your project from StackOverflow (commenter says you're his "fav project" 😄) as I was looking for well-tested preprocessor detection of `__typeof`. https://stackoverflow.com/questions/73848714/detect-if-a-c-compiler-supports-typeof-and-or-decltype I see you started...

### Library name Bloomberg BDE ### Library description Basic Development Environment, a set of foundational C++ libraries used at Bloomberg ### Library repository https://github.com/bloomberg/bde ### Motivation I'd like to use...

new-libs
request

Commit efbb96681 (which was apparently massive) introduced this function returning "by const value". It's possible this indicates a deeper bug, but for now let's just fix the compiler diagnostic by...