[roll] Roll fuchsia [zxsh] Migrate to line-editor

Migrate zxsh from the C linenoise library to the pure-Rust
line-editor crate:
- Replace //zircon/third_party/ulib/linenoise dependency with
  //src/lib/line-editor in BUILD.gn.
- Remove C FFI bindings in src/repl/linenoise.rs.
- Update autocompletion to return Vec<BString> directly to
  line-editor's completion callback.
- Drive interactive REPL sessions using line-editor's Editor,
  supporting command history, interrupt handling, and completion.
- Add comprehensive interactive unit tests for line execution,
  history recording, EOF handling, and completion integration.
- Update documentation in README.md.

Test: fx test zxsh_tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1802261
Original-Original-Revision: ed63d5dc167f31fc65756a96219c56248f03feae
GitOrigin-RevId: b2f975af6709f694cb207c2ae669d735a1e6d644
Change-Id: I0ddf1f8c30d98750c44ff669909b09cc8240c610
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1803078
Cr-Commit-Position: refs/heads/main@{#201143}
1 file changed
tree: 4d02092cc334f01ece31f76fb7d2925cc54d693d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.