[PR #578] [MERGED] switch to forked readline lib which doesn't wreck the repl prompt #15505

Closed
opened 2026-04-16 05:01:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/578
Author: @pdevine
Created: 9/22/2023
Status: Merged
Merged: 9/22/2023
Merged by: @pdevine

Base: mainHead: readline


📝 Commits (1)

  • a3706d4 switch to forked readline lib which doesn't wreck the repl prompt

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 cmd/cmd.go (+1 -1)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

There's a bug in the readline library for non-Windows systems which causes the placeholder text to drop a character. This switches us over to a patched version temporarily.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/578 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 9/22/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `readline` --- ### 📝 Commits (1) - [`a3706d4`](https://github.com/ollama/ollama/commit/a3706d4aed16fe8f7ffdb89f260b41a515adccb9) switch to forked readline lib which doesn't wreck the repl prompt ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description There's a bug in the readline library for non-Windows systems which causes the placeholder text to drop a character. This switches us over to a patched version temporarily. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 05:01:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15505