List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 1/1] fix email-gravatar.lua for lua 5.2
@ 2014-01-14 10:32 mail
  2014-01-14 12:48 ` Jason
  0 siblings, 1 reply; 3+ messages in thread
From: mail @ 2014-01-14 10:32 UTC (permalink / raw)


---
 filters/email-gravatar.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filters/email-gravatar.lua b/filters/email-gravatar.lua
index 982e030..9feb611 100644
--- a/filters/email-gravatar.lua
+++ b/filters/email-gravatar.lua
@@ -7,7 +7,7 @@
 -- 	<http://mkottman.github.io/luacrypto/>
 --
 
-require("crypto")
+local crypto = require("crypto")
 
 function filter_open(email, page)
 	buffer = ""
-- 
1.8.5.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] fix email-gravatar.lua for lua 5.2
  2014-01-14 10:32 [PATCH 1/1] fix email-gravatar.lua for lua 5.2 mail
@ 2014-01-14 12:48 ` Jason
  2014-01-14 17:20   ` mail
  0 siblings, 1 reply; 3+ messages in thread
From: Jason @ 2014-01-14 12:48 UTC (permalink / raw)


Merged, thanks.

What exactly is the reason for this change in Lua 5.2?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20140114/cb0054b5/attachment.html>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] fix email-gravatar.lua for lua 5.2
  2014-01-14 12:48 ` Jason
@ 2014-01-14 17:20   ` mail
  0 siblings, 0 replies; 3+ messages in thread
From: mail @ 2014-01-14 17:20 UTC (permalink / raw)


"Jason A. Donenfeld" <Jason at zx2c4.com> on Tue, 2014/01/14 13:48:
> Merged, thanks.
> 
> What exactly is the reason for this change in Lua 5.2?

No idea. Just noticed it is broken and fixed it. ;)
-- 
Schoene Gruesse
Chris
                         O< ascii ribbon campaign
                   stop html mail - www.asciiribbon.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20140114/3a10df10/attachment.asc>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-14 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 10:32 [PATCH 1/1] fix email-gravatar.lua for lua 5.2 mail
2014-01-14 12:48 ` Jason
2014-01-14 17:20   ` mail

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).