Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Make blank node prefixing automatic | David Robillard | 1 | -4/+0 | |
Though potentially useful, I don't think the complexity cost of the old interface (both to the implementation and to the user) is worth it. A special tool to transform blank node labels (for example with regular expressions) would be a better approach to this if it's ever needed in the future. | |||||
2022-01-28 | Write test outputs to a temporary directory | David Robillard | 1 | -19/+11 | |
While occasionally useful, I almost always end up reproducing the issue live to investigate something anyway. Not keeping the many tests results around results in less clutter, and hopefully makes the test suites faster in environments with bad I/O like Docker. | |||||
2022-01-28 | Split up test suite build definitions | David Robillard | 1 | -3/+11 | |
2022-01-28 | Collapse input and output options into a single flag | David Robillard | 1 | -5/+8 | |
2022-01-28 | Replace serdi -b and -e options with a block size option | David Robillard | 1 | -1/+1 | |
This is more powerful, and reduces the number of command line options that almost nobody needs to care about. | |||||
2022-01-28 | Factor out common test runner facilities | David Robillard | 1 | -58/+8 | |
2022-01-14 | Add model | David Robillard | 1 | -0/+42 | |
2022-01-13 | Add input base URI option | David Robillard | 1 | -6/+14 | |
2022-01-13 | Make Writer always write to a ByteSink | David Robillard | 1 | -2/+6 | |
2022-01-13 | Add support for writing terse collections | David Robillard | 1 | -2/+10 | |
2022-01-13 | Simplify writer style options | David Robillard | 1 | -11/+23 | |
2022-01-13 | Factor out test suite running to a standalone script | David Robillard | 1 | -0/+403 | |