docs(tvix/TODO): toXML string context and self-closing tags is done

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>
This commit is contained in:
Florian Klink 2024-05-23 16:52:01 +02:00 committed by clbot
parent 649a862ae1
commit 6ad3780734

View file

@ -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).