[arch-commits] Commit in penlight/trunk (fix-tablex.patch)

Levente Polyak anthraxx at archlinux.org
Mon Apr 3 15:27:58 UTC 2017


    Date: Monday, April 3, 2017 @ 15:27:57
  Author: anthraxx
Revision: 220406

upgpkg: penlight 1.5.0-1

Deleted:
  penlight/trunk/fix-tablex.patch

------------------+
 fix-tablex.patch |   23 -----------------------
 1 file changed, 23 deletions(-)

Deleted: fix-tablex.patch
===================================================================
--- fix-tablex.patch	2017-04-03 15:27:29 UTC (rev 220405)
+++ fix-tablex.patch	2017-04-03 15:27:57 UTC (rev 220406)
@@ -1,23 +0,0 @@
-From 9cbdf99d98f19f1e0bfc5f1c6b76dfaff47455fa Mon Sep 17 00:00:00 2001
-From: Peter Melnichenko <mpeterval at gmail.com>
-Date: Mon, 22 Aug 2016 19:13:12 +0300
-Subject: [PATCH] Fix error in tablex.count_map
-
-Regression introduced in @6123f9e.
----
- lua/pl/tablex.lua | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lua/pl/tablex.lua b/lua/pl/tablex.lua
-index fa3b5b0..c513231 100644
---- a/lua/pl/tablex.lua
-+++ b/lua/pl/tablex.lua
-@@ -640,7 +640,7 @@ function tablex.count_map (t,cmp)
-             end
-         end
-     end
--    return setmetatable(res,'Map')
-+    return makemap(res)
- end
- 
- --- filter an array's values using a predicate function



More information about the arch-commits mailing list