eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 stars 3 forks source link

can't add an ff-with to an already-activated expectation #132

Closed eeeeaaii closed 2 years ago

eeeeaaii commented 3 years ago

a call to import or load returns an activated expectation, but vodka doesn't let you add an ff-with to an activated expectation. It's unclear why there is that restriction because it could just work the way promises do:

  1. add it to ff-with if the expectation is not fulfilled
  2. execute it immediately if the expectation IS fulfilled

this limitation seems like it should go away.

eeeeaaii commented 2 years ago

obsolete