From 8fd02df90d2a8099d2d547e151b876f77fb5a4a2 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Tue, 26 Mar 2024 17:24:58 +0100 Subject: [PATCH] manual: fix release notes fix key spelling errors, type errors, things-should-not-be-comments errors Change-Id: I3ce12873aa78002bca686bd88404771895b05d30 --- doc/manual/rl-next/debugger-locals-for-let-expressions.md | 2 +- doc/manual/rl-next/empty-search-regex.md | 8 +++----- doc/manual/rl-next/nix-flake-update-ux.md | 2 +- doc/manual/rl-next/print-value-in-coercion-error.md | 4 ++-- 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 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