You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.4.10 fixes the tests that were broken by change to import structure.
The reason the tests didn't fire that problem was that the change to
task.js wasn't being picked up. So I've modified the Makefile to include
task.js as a dependency so that the js files get generated every time it
changes. Should've been that way from the start. Damn!
BUGFIX: It looks like I need a separate case for the variable
declaration pattern when counting states. Not sure why I need
that. This may be a bug in sweet.js, but this commit works
around it.