Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
2024-03-29 | Add NTriples test cases for bad blank nodes and trailing garbage | David Robillard | 3 | -0/+14 | |
2024-03-29 | Fix lax NQuads parsing | David Robillard | 14 | -25/+98 | |
2024-03-29 | Support reading lone lists in lax mode | David Robillard | 3 | -0/+10 | |
This allows parsing documents like "(42) ." | |||||
2024-03-08 | Add tests with as many rules as possible in a single document | David Robillard | 7 | -0/+115 | |
2024-03-08 | Add more exhaustive NTriples and NQuads test cases | David Robillard | 51 | -0/+394 | |
2024-03-08 | Fix parsing NQuads lines with no space before the final dot | David Robillard | 3 | -0/+22 | |
2024-01-20 | Fix writing empty list objects within blank nodes | David Robillard | 1 | -0/+74 | |
2024-01-09 | Avoid regressions in clang nullability checks | David Robillard | 2 | -4/+8 | |
Clang 15 (and still as of 16) lost the ability to understand null checks in conditionals, which is supposed to suppress these warnings. For now, work around some, and suppress others. The suppression boilerplate here is noisy and ugly, and hopefully temporary. It should be removed once the issue is fixed in clang. See https://github.com/llvm/llvm-project/issues/63018 | |||||
2023-10-06 | Tolerate reduce floating point precision on Apple Silicon | David Robillard | 1 | -2/+2 | |
This is... strange, and slightly worrying, although it's already known that this conversion code isn't exact in all cases. The next major version will fix that (and I've confirmed that these issues aren't present there), but that's a major change so, for now, just reduce the very large number in the test case slightly so that it passes on these chips as well. | |||||
2023-09-23 | Avoid use of deprecated meson string formatting with files | David Robillard | 1 | -10/+29 | |
Meson annoyingly doesn't provide access to the path of file objects (but it should). It was possible to do that by formatting a string with a file argument, but now this triggers a loud warning that claims it has always been broken and will be deprecated. So, avoid this by juggling things around and maintaining unchecked path strings instead, and hope that they're all passed to files() at some point so they can't get stale. | |||||
2023-09-22 | Clean up meson formatting | David Robillard | 1 | -35/+73 | |
Formatted automatically with muon, with some manual changes to make things format more nicely. | |||||
2023-05-03 | Make serd_reader_read_chunk() work with NQuads | David Robillard | 1 | -7/+101 | |
2023-05-03 | Remove test output file after execution | David Robillard | 1 | -0/+1 | |
2023-04-30 | Suppress cross-compilation warnings in MacOS builds | David Robillard | 1 | -0/+5 | |
2023-04-30 | Add long "help" and "version" options to serdi | David Robillard | 1 | -0/+2 | |
Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands. | |||||
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 3 | -1/+164 | |
2023-04-06 | Add test for different comment termination cases | David Robillard | 3 | -0/+13 | |
2023-04-06 | Improve pretty-printing of lists and inline subjects | David Robillard | 13 | -10/+87 | |
2023-04-06 | Remove support for writing Turtle named inline nodes extension | David Robillard | 2 | -18/+0 | |
2023-04-06 | Make URI writing stricter by default | David Robillard | 2 | -1/+39 | |
2023-04-06 | Gracefully handle boolean subject and predicate errors | David Robillard | 6 | -2/+17 | |
2023-04-06 | Check formatting of project Turtle files | David Robillard | 1 | -0/+11 | |
2023-04-06 | Use portable names for all test targets | David Robillard | 1 | -8/+8 | |
2023-04-06 | Simplify stdout capturing code | David Robillard | 1 | -4/+2 | |
This is slightly less excruciatingly slow on Windows, sometimes, maybe. | |||||
2023-04-06 | Add pylint test | David Robillard | 1 | -1/+25 | |
2023-04-06 | Fix flake8 warnings and add test | David Robillard | 2 | -1/+7 | |
2023-04-06 | Simplify command-line option test names | David Robillard | 1 | -2/+2 | |
2023-04-06 | Simplify naming of W3C test directories | David Robillard | 1025 | -8/+9 | |
This matches the names used in <https://github.com/w3c/rdf-tests.git>. | |||||
2023-04-06 | Update TriG test suite | David Robillard | 4 | -18/+34 | |
This suite can't be exactly copied because it has modifications to support exact streaming tests, but this commit incorporates some upstream changes manually. | |||||
2023-04-06 | Update Turtle test suite | David Robillard | 19 | -21/+123 | |
This suite can't be exactly copied because it has modifications to support exact streaming tests, but this commit incorporates some upstream changes manually. | |||||
2023-04-06 | Update NQuads test suite | David Robillard | 7 | -13/+29 | |
2023-04-06 | Update NTriples test suite | David Robillard | 3 | -2/+18 | |
2023-04-06 | Use more consistent meson formatting | David Robillard | 1 | -2/+2 | |
2023-04-06 | Use new meson strict warning system | David Robillard | 2 | -21/+15 | |
Meson includes warning_level=everything as of version 1.0.0, which supercedes maintaining redundant lists of warning flags here. | |||||
2023-04-05 | Add tests for EOF within UTF-8 characters | David Robillard | 3 | -0/+16 | |
2023-04-05 | Clean up remaining stale test suite data | David Robillard | 20 | -300/+307 | |
2023-04-05 | Add a simple abbreviation test suite | David Robillard | 9 | -0/+94 | |
2023-04-05 | Move big test cases to a separate suite | David Robillard | 10 | -21/+38 | |
2023-04-05 | Factor out a suite of "perfect" reversible tests | David Robillard | 63 | -20141/+80428 | |
2023-04-05 | Clean up "good" test suite | David Robillard | 49 | -50262/+20276 | |
2023-04-05 | Separate test suites and simplify licensing metadata | David Robillard | 1226 | -25/+24 | |
2023-04-05 | Replace complicated test support code | David Robillard | 3 | -416/+116 | |
Everything covered by the old hairy runner script is now covered by more focused test suites, so the "thru" pass can be eliminated without losing significant coverage. | |||||
2023-04-05 | Improve test suite coverage | David Robillard | 2 | -2/+11 | |
2023-04-05 | Test full URI preservation separately | David Robillard | 4 | -0/+33 | |
2023-04-05 | Use a consistent naming scheme for "good" tests | David Robillard | 6 | -13/+16 | |
2023-04-05 | Run lax suite with the simpler runner script | David Robillard | 3 | -21/+52 | |
2023-04-05 | Test adding blank node prefixes separately | David Robillard | 2 | -6/+13 | |
2023-04-05 | Improve writer error handling | David Robillard | 1 | -1/+1 | |
2023-04-05 | Fix relative URI creation | David Robillard | 5 | -17/+13 | |