[lua-moonscript] helps if i commit the patch

Tom Callaway spot at fedoraproject.org
Wed May 15 01:09:49 UTC 2013


commit e5a7ff650ef5525ec721e857ed12e9ae435f023d
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue May 14 21:09:21 2013 -0400

    helps if i commit the patch

 moonscript-0.2.3-2-lua-5.2.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/moonscript-0.2.3-2-lua-5.2.patch b/moonscript-0.2.3-2-lua-5.2.patch
new file mode 100644
index 0000000..61866e5
--- /dev/null
+++ b/moonscript-0.2.3-2-lua-5.2.patch
@@ -0,0 +1,12 @@
+diff -up moonscript-0.2.3-2/test.lua.lua-52 moonscript-0.2.3-2/test.lua
+--- moonscript-0.2.3-2/test.lua.lua-52	2013-05-12 12:35:43.972839608 -0400
++++ moonscript-0.2.3-2/test.lua	2013-05-12 12:35:50.887840063 -0400
+@@ -184,7 +184,7 @@ local actions = {
+ 
+ local fn = actions[action]
+ if fn then
+-	fn(unpack(argv))
++	fn(table.unpack(argv))
+ else
+ 	print("Unknown action:", action)
+ end


More information about the scm-commits mailing list