From b7b1ca9a3fa63a2ab57e9a5eb4ec1442a3e3393c Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 14 May 2025 18:11:51 -0400 Subject: [PATCH] doc/rl-next: Add repl-reload-flakes --- doc/manual/rl-next/repl-reload-flakes.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/manual/rl-next/repl-reload-flakes.md diff --git a/doc/manual/rl-next/repl-reload-flakes.md b/doc/manual/rl-next/repl-reload-flakes.md new file mode 100644 index 000000000..c4ffc8bac --- /dev/null +++ b/doc/manual/rl-next/repl-reload-flakes.md @@ -0,0 +1,9 @@ +--- +synopsis: "REPL `:load-flake` and `:reload` now work together" +issues: [8753] +prs: [13180] +--- + +Previously, `:reload` only reloaded the files specified with `:load` (or on the command line). +Now, it also works with the flakes specified with `:load-flake` (or on the command line). +This makes it correctly reload everything that was previously loaded, regardless of what sort of thing (plain file or flake) each item is.