Issue 299 in glassdb: Collection>>ifEmpty: has wrong return value if not empty

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 299 in glassdb: Collection>>ifEmpty: has wrong return value if not empty

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-GLASS0.231

New issue 299 by [hidden email]: Collection>>ifEmpty: has wrong  
return value if not empty
http://code.google.com/p/glassdb/issues/detail?id=299

#( 1 2 3) ifEmpty: ['blah blah blah'] should return #(1 2 3), but it does  
not ...

Found this while fixing Issue 298