THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#1151 - Padding in 3.5 seems broken
User who did this - Uli Schlachter (psychon)

Reason for closing: Fixed
Additional comments about closing: commit 
0bdaed2704c3b6315366f6c1f3d098cf707febe6
Author: Uli Schlachter <[email protected]>
Date:   Fri Oct 4 15:24:09 2013 +0200

    screen: Fix screen equality comparison (FS#1151)
    
    We did some black magic which broke and was replaced with more black magic. 
This
    now broke using screen objects as table indexes:
    
      $ echo 'local l, s = {}, screen[1] ; l[s] = 42 ; return l[s]' | 
awesome-client
      double 42
      $ echo 'local l, s = {}, screen[1] ; l[s] = 42 ; return l[screen[1]]' | 
awesome-client
      <no output>
    
    Fix this by using just a single lua userdata for representing a screen 
object.
    
    It would be even better if screens were allocated with lua, but that doesn't
    really provide any benefits right now and would be more complicated...
    
    Signed-off-by: Uli Schlachter <[email protected]>

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1151

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to