bloom-lang / bud

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

BudCollection#merge allows string inputs #195

Closed jhellerstein closed 13 years ago

jhellerstein commented 13 years ago

Current check for valid inputs doesn't reject strings. This lets thru annoying common errors where you forget to wrap strings in arrays like this:

  stdio <~ cool_event  { |c| "got a cool event" }