Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-06 | Make URI writing stricter by default | David Robillard | 1 | -1/+9 | |
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 | Add pylint test | David Robillard | 1 | -1/+25 | |
2023-04-06 | Fix flake8 warnings and add test | David Robillard | 1 | -0/+6 | |
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 | 1 | -8/+9 | |
This matches the names used in <https://github.com/w3c/rdf-tests.git>. | |||||
2023-04-06 | Use more consistent meson formatting | David Robillard | 1 | -2/+2 | |
2023-04-06 | Use new meson strict warning system | David Robillard | 1 | -19/+13 | |
Meson includes warning_level=everything as of version 1.0.0, which supercedes maintaining redundant lists of warning flags here. | |||||
2023-04-05 | Add a simple abbreviation test suite | David Robillard | 1 | -0/+3 | |
2023-04-05 | Move big test cases to a separate suite | David Robillard | 1 | -0/+3 | |
2023-04-05 | Factor out a suite of "perfect" reversible tests | David Robillard | 1 | -0/+7 | |
2023-04-05 | Separate test suites and simplify licensing metadata | David Robillard | 1 | -16/+17 | |
2023-04-05 | Replace complicated test support code | David Robillard | 1 | -119/+102 | |
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 | Test full URI preservation separately | David Robillard | 1 | -0/+4 | |
2023-04-05 | Run lax suite with the simpler runner script | David Robillard | 1 | -18/+8 | |
2023-04-05 | Test adding blank node prefixes separately | David Robillard | 1 | -0/+5 | |
2023-04-05 | Test URI and blank node manipulation features separately | David Robillard | 1 | -2/+24 | |
2023-04-05 | Clean up Python scripts and add a formatting test | David Robillard | 1 | -0/+26 | |
2023-04-05 | Add pretty-printing test suite | David Robillard | 1 | -12/+35 | |
The earlier "test" was just hitting the code without actually checking the output. This new suite is a set of pretty-printed documents which serd must reproduce exactly to pass. This should make it easy to add cases in the future, since each case is just a document, as it should look. | |||||
2023-04-02 | Fix lax test suite | David Robillard | 1 | -2/+2 | |
2022-11-25 | Merge similar tests | David Robillard | 1 | -1/+0 | |
2022-10-23 | Test header for warnings more strictly | David Robillard | 1 | -0/+6 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-08 | Only run REUSE test in strict mode | David Robillard | 1 | -12/+14 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -1/+10 | |
2022-08-22 | Only run autoship test in strict mode | David Robillard | 1 | -3/+5 | |
2022-07-10 | Switch to meson build system | David Robillard | 1 | -0/+198 | |