diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-26 17:24:58 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-27 03:09:14 +0000 |
commit | 8fd02df90d2a8099d2d547e151b876f77fb5a4a2 (patch) | |
tree | c18ae4fd9e3dacbf1ce031fd9bf33523d2d1db06 /doc/manual/rl-next | |
parent | da22dbc33397c9c6c5d115ce753d5cf11585291e (diff) |
manual: fix release notes
fix key spelling errors, type errors, things-should-not-be-comments errors
Change-Id: I3ce12873aa78002bca686bd88404771895b05d30
Diffstat (limited to 'doc/manual/rl-next')
-rw-r--r-- | doc/manual/rl-next/debugger-locals-for-let-expressions.md | 2 | ||||
-rw-r--r-- | doc/manual/rl-next/empty-search-regex.md | 8 | ||||
-rw-r--r-- | doc/manual/rl-next/nix-flake-update-ux.md | 2 | ||||
-rw-r--r-- | doc/manual/rl-next/print-value-in-coercion-error.md | 4 | ||||
-rw-r--r-- | doc/manual/rl-next/print-value-in-type-error.md | 4 |
5 files changed, 9 insertions, 11 deletions
diff --git a/doc/manual/rl-next/debugger-locals-for-let-expressions.md b/doc/manual/rl-next/debugger-locals-for-let-expressions.md index 736208724..048687631 100644 --- a/doc/manual/rl-next/debugger-locals-for-let-expressions.md +++ b/doc/manual/rl-next/debugger-locals-for-let-expressions.md @@ -1,7 +1,7 @@ --- synopsis: "`--debugger` can now access bindings from `let` expressions" prs: 9918 -issues: 8827. +issues: 8827 --- Breakpoints and errors in the bindings of a `let` expression can now access diff --git a/doc/manual/rl-next/empty-search-regex.md b/doc/manual/rl-next/empty-search-regex.md index b193f9456..5f3f293d3 100644 --- a/doc/manual/rl-next/empty-search-regex.md +++ b/doc/manual/rl-next/empty-search-regex.md @@ -1,8 +1,6 @@ +--- synopsis: Disallow empty search regex in `nix search` -prs: #9481 -description: { +prs: 9481 +--- [`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`. - -} - diff --git a/doc/manual/rl-next/nix-flake-update-ux.md b/doc/manual/rl-next/nix-flake-update-ux.md index f0f42cda8..82f00f542 100644 --- a/doc/manual/rl-next/nix-flake-update-ux.md +++ b/doc/manual/rl-next/nix-flake-update-ux.md @@ -1,5 +1,5 @@ --- -synposis: "`Overhaul `nix flake update` and `nix flake lock` UX" +synopsis: "`Overhaul `nix flake update` and `nix flake lock` UX" prs: 8817 --- diff --git a/doc/manual/rl-next/print-value-in-coercion-error.md b/doc/manual/rl-next/print-value-in-coercion-error.md index 046e4e3cf..cbd6caee6 100644 --- a/doc/manual/rl-next/print-value-in-coercion-error.md +++ b/doc/manual/rl-next/print-value-in-coercion-error.md @@ -1,7 +1,7 @@ --- synopsis: Coercion errors include the failing value -issues: #561 -prs: #9754 +issues: 561 +prs: 9754 --- The `error: cannot coerce a <TYPE> to a string` message now includes the value diff --git a/doc/manual/rl-next/print-value-in-type-error.md b/doc/manual/rl-next/print-value-in-type-error.md index aaae22756..cbd3b7b7f 100644 --- a/doc/manual/rl-next/print-value-in-type-error.md +++ b/doc/manual/rl-next/print-value-in-type-error.md @@ -1,7 +1,7 @@ --- synopsis: Type errors include the failing value -issues: #561 -prs: #9753 +issues: 561 +prs: 9753 --- In errors like `value is an integer while a list was expected`, the message now |