Debian Patches
Status for dasel/3.11.2-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Support-go-toml-v2.4.3.patch | Support go-toml v2.4.3 go-toml v2.4 rejects encoding a bare value as a document root, which the TOML writer relied on when the top level value isn't a table - the result of selecting a scalar or list out of a document. Every *_to_toml case in the cross format tests failed with "cannot encode a X as a document root", as reported in the Debian build. The writer now encodes those values against a placeholder key and strips the "<key> = " prefix back off, so go-toml still owns value formatting and the output is unchanged. Using the inline tag option on the placeholder also fixes a top level list of tables, which previously emitted table headers with an empty key. Fixes #550 |
Tom Wright <935867+TomWright@users.noreply.github.com> | yes | upstream | upstream, https://github.com/TomWright/dasel/commit/70fd28f38c0e7eb35ef1a034813daf1976e90485 | 2026-08-01 |
