Skip to content

chore(deps): bump readline to v1.3.0#86

Merged
maxlandon merged 1 commit into
mainfrom
dev
Jul 5, 2026
Merged

chore(deps): bump readline to v1.3.0#86
maxlandon merged 1 commit into
mainfrom
dev

Conversation

@maxlandon

Copy link
Copy Markdown
Member

Bumps github.com/reeflective/readline from v1.2.2 to v1.3.0.

Why

The main driver is the completer panic recovery (reeflective/readline#116): readline now recovers from a panicking application completer at its own boundary and surfaces a completion error message instead of crashing the shell. This is the upstream fix for #81 — console's completer no longer needs to guard itself against panics.

Also picked up in v1.3.0:

  • Right-edge redraw fix at the terminal bottom (+ line-renderer de-duplication).
  • History out-of-range panic fix in memory.GetLine.
  • New APIs: bracketed paste transformer (Shell.PasteTransformer) and inline suggestions (Set/Get/ClearInlineSuggestion + inline-suggest-* commands) — available to console consumers if desired.

Changes

Only go.mod / go.sum (version line + checksums). No source changes required.

Testing

  • go build ./..., go vet ./..., and go test ./... all pass against readline v1.3.0.

Consumes the readline-side fixes and features from v1.3.0, notably the
completer panic recovery (reeflective/readline#116): readline now recovers
from a panicking application completer at its own boundary, so console's
completer no longer needs to guard against it.

Also picks up the right-edge redraw fix, the history out-of-range fix, and the
new paste-transformer and inline-suggestion APIs.
@codecov

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 22.54%. Comparing base (7002774) to head (a998baa).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   22.54%   22.54%           
=======================================
  Files          27       27           
  Lines        2045     2045           
=======================================
  Hits          461      461           
  Misses       1554     1554           
  Partials       30       30           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maxlandon maxlandon merged commit 0199308 into main Jul 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant