uwmisl / puddle

A system for high-level, reliable programming of microfluidic devices
http://misl.cs.washington.edu/projects/puddle.html
MIT License
36 stars 10 forks source link

Consumption isn't checked #10

Closed mwillsey closed 6 years ago

mwillsey commented 6 years ago

Droplets can only be consumed once. We should crash the program if it's going to be used again. See test here for an example test: https://github.com/mwillsey/puddle/blob/c876326b4568c61152cf0540977c19c75b911b6f/tests/test_execution.py#L139