[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama b2082aca99 08/11: Eliminate duplicated code
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama b2082aca99 08/11: Eliminate duplicated code |
Date: |
Fri, 22 Dec 2023 15:57:51 -0500 (EST) |
branch: externals/ellama
commit b2082aca991311be2657479767d757762871f685
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Eliminate duplicated code
---
NEWS.org | 3 +++
ellama.el | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 0bea79cf1d..d29fa38f16 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,6 @@
+* Version 0.4.5
+- Refactoring. Eliminate duplicated code.
+- Fix minor bugs with error handling.
* Version 0.4.4
- Fix ellama-render interactive spec.
* Version 0.4.3
diff --git a/ellama.el b/ellama.el
index db9914e9f4..7b6e120318 100644
--- a/ellama.el
+++ b/ellama.el
@@ -6,7 +6,7 @@
;; URL: http://github.com/s-kostyaev/ellama
;; Keywords: help local tools
;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4"))
-;; Version: 0.4.4
+;; Version: 0.4.5
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023
@@ -250,6 +250,7 @@ when the request completes (with BUFFER current)."
(lambda (_ msg)
(with-current-buffer buffer
(cancel-change-group ellama--change-group)
+ (spinner-stop)
(funcall errcb msg))))))))))
;;;###autoload
- [elpa] externals/ellama updated (a0aba01fa1 -> cb0fbac035), ELPA Syncer, 2023/12/22
- [elpa] externals/ellama 0463fd4d99 02/11: Document new ellama-stream parameters, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama b1ede862bb 03/11: Fix documentation text width, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama 01bcadadf9 04/11: Fix additional lint errors, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama 2d982274cb 05/11: Pass complete response to on-done function, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama c8bf280bc9 06/11: Improve ellama-stream doc string a bit, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama c97c4a8096 01/11: Merge duplicate code, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama 510cc0a2ce 07/11: Merge pull request #29 from Stebalien/steb/dry, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama b2082aca99 08/11: Eliminate duplicated code,
ELPA Syncer <=
- [elpa] externals/ellama acb2a351dd 09/11: Fix code trimming, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama 37696f7029 10/11: Merge pull request #34 from Stebalien/steb/fix-trim, ELPA Syncer, 2023/12/22
- [elpa] externals/ellama cb0fbac035 11/11: Update version, ELPA Syncer, 2023/12/22