diff options
author | Florian Klink <flokli@flokli.de> | 2024-05-23T14·52+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-05-23T14·58+0000 |
commit | 6ad3780734fef723709bdc3eaf871b2a5c94291e (patch) | |
tree | 87d130263334b10194d06b9f578eabce2b01b332 /tvix | |
parent | 649a862ae14d334832831725cf712f737891032c (diff) |
docs(tvix/TODO): toXML string context and self-closing tags is done r/8165
Change-Id: I83f6b1863a023ea0bf8518c67eb51f740c3ea89a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11706 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/docs/src/TODO.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index 8fb22ea82295..ca740c965527 100644 --- a/tvix/docs/src/TODO.md +++ b/tvix/docs/src/TODO.md @@ -33,9 +33,6 @@ sure noone is working on this, or has some specific design in mind already. the underlying backend, similar to `IngestionError`. ## Fixes towards correctness - - `builtins.toXML` is missing string context. See b/398. - - `builtins.toXML` self-closing tags need to be configurable in a more granular - fashion, requires third-party crate support. See b/399. - `rnix` only supports string source files, but `NixString` uses bytes (and Nix source code might be no valid UTF-8). |