]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Fix the implementation of cy$toJSON for primitives.
[cycript.git] / todo.txt
index f6b586347ae0609c0800c7cccc21840745032167..28f2580c42d8042595b5a31b2e0707188a45a5d9 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -87,7 +87,8 @@ with is being translated in a manner that doesn't handle variables
 cy# function b() { for each (var t in a) {} }
 function b(){var e,t,n;with({t:a,n:undefined})for(n in t)e=t[n]}
 
-I feel like [[self toJSON] toCYON] might should be one or the other
+[[self description] cy$toCYON:] seems like a poor implementation of toCYON
+implement cy$toJSON:inContext: for NSDictionary and NSArray
 
 the non-local transform used for let is ludicrous... :( :(