Chris Blume

Results 139 comments of Chris Blume

I agree with @dankegel's suggestion that the CI should run the tests the same way the manual tests do. Since the manual tests are run by invoking ctest, I changed...

@Yikun I agree that we'll want coverage of every platform we support, ideally. This pull request isn't supposed to completely fix every problem. It is only supposed to get the...

Oops. I meant to squash those last several commits. Sorry for the mess.

I separated the stdout and junit formatters. This results in easier to read code and more room for extensibility (if we want to later add other output formats). With that...

When ever someone creates a pull request, it triggers the CI. It will fetch their code, build it, and run the tests. It then marks their pull request as either...

I am happy to work on this. But before I do, I want insight from the ReSpec maintainers to say this is indeed the correct path forward. Currently, the table...

Ah. Okay, I do indeed see that example titles are links. In that case, if we linkify the table captions, we should probably also linkify figure captions.

Each section self-links. But the section title itself is not a link. Instead, the section is preceded by §, the section symbol. This symbol is the self link. Stylistically, this...

I follow the C++ spec. I checked to see what they do. The spec itself does not self-link like this. However, there is a site that maintains a more web-friendly...

I agree. The design of ReSpec's section self-linking with the § is pleasant. I am in favor of mimicking that style.