diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-07-31 15:02:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 15:02:07 +0200 |
commit | c0e735f474a3a581cb08e8aa54e0001c9809ee92 (patch) | |
tree | a78863601e7febc70c69d505b1c6f4847701d116 /doc/manual/src | |
parent | 2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff) | |
parent | 33d58a90c26f9a62bb20863b767c0a505e6f997a (diff) |
Merge pull request #8607 from hercules-ci/toJSON-trace
toJSON: Add attribute path to trace
Diffstat (limited to 'doc/manual/src')
-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. |