tvl-depot/tvix/eval/src/builtins
Vincent Ambo ddf6e6cf47 fix(tvix/eval): allow builtins.toXML to serialise any function
This adds a fake argument name to builtins.toXML which allows toXML to
serialise any value instead of panicking on functions. We do still
have to fix the value itself, eventually, though.

Change-Id: I2e330ecddcd80442b4fac5eced64431ac86123ba
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7962
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2023-01-31 15:31:30 +00:00
..
impure.rs refactor(tvix/eval): directly return builtin tuples from macro 2023-01-20 15:39:51 +00:00
mod.rs feat(tvix/eval): implement builtins.fromTOML 2023-01-25 07:49:44 +00:00
to_xml.rs fix(tvix/eval): allow builtins.toXML to serialise any function 2023-01-31 15:31:30 +00:00
versions.rs chore(tvix/eval): fix all current clippy lints 2022-09-29 11:47:47 +00:00