diff options
author | rebecca “wiggles” turner <rbt@sent.as> | 2024-09-17 16:36:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-09-17 16:36:34 +0000 |
commit | 8ab5743904a06c78153281bf61b3aa8aa451a489 (patch) | |
tree | 836534a073094d387e04b86bff411fdd8d726c74 /doc | |
parent | 80202e3ca314c21547c48f3a23d3f629cd9ddb87 (diff) | |
parent | 7ae0409989187d44044c4cd6f274f0a02ec5f826 (diff) |
Merge "Remove readline support" into main
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/readline-support-removed.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manual/rl-next/readline-support-removed.md b/doc/manual/rl-next/readline-support-removed.md new file mode 100644 index 000000000..6e4faeb67 --- /dev/null +++ b/doc/manual/rl-next/readline-support-removed.md @@ -0,0 +1,17 @@ +--- +synopsis: readline support removed +cls: [1885] +category: Packaging +credits: [9999years] +--- + +Support for building Lix with [`readline`][readline] instead of +[`editline`][editline] has been removed. `readline` support hasn't worked for a +long time (attempting to use it would lead to build errors) and would make Lix +subject to the GPL if it did work. In the future, we're hoping to replace +`editline` with [`rustyline`][rustyline] for improved ergonomics in the `nix +repl`. + +[readline]: https://en.wikipedia.org/wiki/GNU_Readline +[editline]: https://github.com/troglobit/editline +[rustyline]: https://github.com/kkawakam/rustyline |