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
This turns out to be a bug specific to Racket builds. When building with Chez, we use a version of match built by Ryan, but Racket uses its own match for Racket builds and apparently there are some differences in how they handle ellipses.
There are other bugs in Chez builds resulting from the wavescript FIFO reimplementation from a while ago where FIFO:andmap was never reimplemented. Those are the only failing tests for Chez builds, so we'll just comment them out for now and bring them back when we reimplement FIFO:andmap. (See issue #17.)
We should come back to the Racket issues at some point, but for now we're focused on getting wavescript working at all.
After successfully (I think) building with Racket,
make test
produces some failing tests:The text was updated successfully, but these errors were encountered: