seqlua

changeset 22:50c6388d4963

Added TODO to README: iterator triplet approach doesn't work
author jbe
date Thu Aug 21 13:04:45 2014 +0200 (2014-08-21)
parents eb40d8ea7b9a
children 29792283522f
files README
line diff
     1.1 --- a/README	Wed Aug 20 12:57:53 2014 +0200
     1.2 +++ b/README	Thu Aug 21 13:04:45 2014 +0200
     1.3 @@ -149,3 +149,12 @@
     1.4  the value at ``idx`` unchanged.
     1.5  
     1.6  
     1.7 +TODO
     1.8 +----
     1.9 +
    1.10 +Accepting iterator triplets doesn't work, because even if a single function
    1.11 +is passed to ipairs, that function still might expect to get the previous
    1.12 +iteration value as second argument. Therefore, accepting iterator triplets
    1.13 +as argument to ipairs should be removed.
    1.14 +
    1.15 +

Impressum / About Us