emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/assess 5dde98a124 31/95: Merge branch 'master' of githu


From: ELPA Syncer
Subject: [elpa] externals/assess 5dde98a124 31/95: Merge branch 'master' of github.com:phillord/sisyphus
Date: Tue, 19 Jul 2022 15:57:30 -0400 (EDT)

branch: externals/assess
commit 5dde98a1247ecb00d369de2a47fbbe4152b07593
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Merge branch 'master' of github.com:phillord/sisyphus
---
 sisyphus.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sisyphus.el b/sisyphus.el
index 591bdc0a00..687597473f 100644
--- a/sisyphus.el
+++ b/sisyphus.el
@@ -7,7 +7,7 @@
 ;; Author: Phillip Lord <phillip.lord@russet.org.uk>
 ;; Maintainer: Phillip Lord <phillip.lord@russet.org.uk>
 ;; Version: 0.1
-;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash))
+;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash "2.12.0"))
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
 
@@ -150,7 +150,7 @@ string into something that will identified appropriately."
 
 (defun sisyphus-buffer (b)
   "Add type data to the string B marking it as a buffer."
-  `(:buffer b))
+  `(:buffer ,b))
 
 (defun sisyphus-file (f)
   "Add type data to the string F marking it as a file."
@@ -316,7 +316,7 @@ afterwards for cleanup by the operating system."
 (defun sisyphus--explainer-simple-string= (a b)
   "Compare strings for first difference."
   ;; We could do a bit more here.
-  (format "String :%s:%s: are not equal."))
+  (format "String :%s:%s: are not equal." a b))
 ;; #+end_src
 
 ;; And the actual predicate function and explainer. We do a simple string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]