Jay Feldblum
Jay Feldblum
Summary: In gtest-v1.12 there is a new overload of `PrintTo` taking `std::type_info const&`. Our code had such an overload but the two overloads are now ambiguous. Work around this via...
Summary: The implementation has `static constexpr` local variables but builds with some versions of gcc+asan would discard the sections containing these. Supposing all relevant bugs are fixed, unwind the workaround....
Feature Suggestion: The server listens on, and the client can connect to the server over, a Unix domain socket (a socket file). This would be an option; TCP sockets would...
Very cool. Does this implementation support indirect left recursion? There is a paper on implementing indirect left recursion in a packrat parser at: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.99.7466&rep=rep1&type=pdf
Summary: [Fatal] Add Travis entries for gcc 7, 8, 9. Differential Revision: D17391677
It is good when libraries carefully namespace all of their names, including the names of all preprocessor macros and preprocessor configuration symbols. This makes it more likely that these libraries...
`#reset_mailer` should be as fast as possible so that it can be placed into a `before :each` block in the RSpec config. That will guarantee that every example starts off...
Permit body-text assertions on both the text part and the html part. ``` let(:message) { SomeMailer.some_message("some-arg") } it "has the expected text in the text part" do message.should have_text_body_text "*asdf*"...
The current way of getting unstable declarations available only in statically-linked code is to set a macro and then include zstd. But this is clumsy for users in larger projects....
The field name should be e.g. `image_type` or `image_mime_type`, referring to the image's MIME type, rather than `image_content_type`, since only MIME-like messages have content types. "Content-Type" comes from the HTTP...