snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Fix spec of doForEach block, fix priority queue blocks #375

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

The for each item of l spec needs a small change to work with the Snap! built in implementation. This fixes a problem with the block caused by #374.

The priority queue blocks also had a small problem which caused issues when updating priorities or seeing if they contained items. This has now been fixed.

stevenbird commented 8 years ago

Thanks @cyderize