diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-06-30 01:29:11 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-07-31 13:02:54 +0200 |
commit | 33d58a90c26f9a62bb20863b767c0a505e6f997a (patch) | |
tree | a78863601e7febc70c69d505b1c6f4847701d116 /doc | |
parent | 2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff) |
toJSON: Add attribute path to trace
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 065364453..df30ce83d 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -6,3 +6,5 @@ [`builtins.flakeRefToString`](@docroot@/language/builtins.md#builtins-flakeRefToString), have been added. These functions are useful for converting between flake references encoded as attribute sets and URLs. + +- [`builtins.toJSON`](@docroot@/language/builtins.md#builtins-parseFlakeRef) now prints [--show-trace](@docroot@/command-ref/conf-file.html#conf-show-trace) items for the path in which it finds an evaluation error. |