Garrett D'Amore

Results 199 issues of Garrett D'Amore

Because of our use of static variables to hold setjmp information, it does not work to call Convey() from different call sites or multiple times. For example, two functions cannot...

This is really more for our own internal testing of C Convey... we'd really like to test assertion failures, and trap those failures without percolating the failed state up. What's...

Because of the crazy amount of work we do with the C preprocessor, it can be quite confusing to debug compilation errors when compiling test programs using C Convey. I'm...

We could implement an extended version of So that is variadic, and then define custom assertions against them, like GoConvey has. I imagine that we'd have an "assertion" type that's...

Proper documentation (perhaps a github pages site) is called for, as there are definitely some gotchas around order of execution, macro use etc.

govisord needs to have some kind of test suite to verify that it works, and probably also we should publish example manifests somewhere.

It would be cool to have a number of additional options for builtin health checks. I see the following being useful: 1. TCP connection open/close 2. HTTP (HEAD?) client access...

I'm working on a quite large technical piece (the first in a series of several), and I have started adding indexterms through the document. I'd like this to be emitted...

enhancement
compliance

While working on #721 I noticed that the handling for callout lists is a bit dodgy, and differs in some ways from asciidoctor -- in particular the use of CSS...

type/feature
area/renderer

The `format` attribute is meant to support custom data formats, like CSV, DSV, TSV, etc. Fixing this will require reworking the parser to support contextual parsing of the table contents.

type/feature
area/renderer