Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | guix: toml: Fix evaluation of empty inline tables. | Lars-Dominik Braun | 9 days | 1 | -0/+8 |
| | | | | | | | * guix/build/toml.scm (eval-toml-file): Add pattern for empty inline table. * tests/toml.scm ("parse-toml: Empty inline table"): New testcase. Change-Id: I69663af2a861716acfb801fad4474e029e102a1b | ||||
* | guix: toml: Fix parsing empty strings in arrays. | Lars-Dominik Braun | 2024-12-13 | 1 | -0/+27 |
| | | | | Change-Id: Id14d4008391a01820ade754fa9c2ca8e88b8c7f9 | ||||
* | guix: toml: Add TOML parser. | Lars-Dominik Braun | 2024-12-13 | 1 | -0/+442 |
* guix/build/toml.scm: New file. * tests/toml.scm: New file. * Makefile.am: Register new files. |