snix/tvix/cli/src
Vincent Ambo 124af9e5d5 refactor(tvix/cli): add helper method for strong string coercion
This is repetitive and error prone (e.g. switching around
to_string/as_str has drastic consequences) due to the ToString
overloads.

Change-Id: I9b16a2e0e05e4c21e83f43e9f603746eb42e53f7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7947
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
2023-01-29 17:39:36 +00:00
..
.skip-subtree feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
derivation.nix feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
derivation.rs refactor(tvix/cli): add helper method for strong string coercion 2023-01-29 17:39:36 +00:00
errors.rs refactor(tvix/cli): describe errors with thiserror 2023-01-27 14:08:15 +00:00
known_paths.rs refactor(tvix/cli): consistently assert type unity in known_paths 2023-01-17 10:45:09 +00:00
main.rs feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
nix_compat.rs fix(tvix/cli): correctly trim cppnix output in NixCompatIO 2023-01-26 10:29:55 +00:00
refscan.rs refactor(tvix/cli): reference scanner owns all the strings 2023-01-17 10:31:42 +00:00