Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Replace serdi with more fine-grained tools | David Robillard | 1 | -7/+6 | |
Especially with the new functionality, the complexity of the command-line interface alone was really becoming unmanageable. The serdi implementation also had the highest cyclomatic complexity of the entire codebase by a huge margin. So, take a page from the Unix philosophy and split serdi into several more finely-honed tools that can be freely composed. Though there is still unfortunately quite a bit of option overlap between them due to the common details of reading RDF, I think the resulting tools are a lot easier to understand, both from a user and a developer perspective. | |||||
2022-01-28 | Split up test suite build definitions | David Robillard | 1 | -0/+27 | |
2022-01-14 | Factor out NQuads reader | David Robillard | 2 | -0/+10 | |
2022-01-14 | Factor out NTriples reader | David Robillard | 3 | -0/+9 | |
2022-01-14 | Test lax NTriples parsing separately | David Robillard | 14 | -25/+88 | |
2022-01-13 | Support reading lone lists in lax mode | David Robillard | 3 | -0/+10 | |
This allows parsing documents like "(42) ." | |||||
2021-04-09 | Write statements with invalid URI characters in lax mode | David Robillard | 4 | -0/+12 | |
2020-11-09 | Rename test directory | David Robillard | 5 | -0/+44 | |