bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
854 stars 60 forks source link

notin incorrect on empty block #252

Closed jhellerstein closed 12 years ago

jhellerstein commented 12 years ago

notin predicates without a block should implicitly compare items attribute-by-attribute, by position, and return items that are not also in the argument collection:

outsie <= foo.notin(bar)

should return items from foo that are not in bar.

jhellerstein commented 12 years ago

fixed in 3d36a27cc88d995df1dfbcdf1c30fa3fe881d19e