compiling-to-categories / concat

Compiling to Categories
http://conal.net/papers/compiling-to-categories
BSD 3-Clause "New" or "Revised" License
431 stars 49 forks source link

Travis CI #29

Closed isovector closed 6 years ago

isovector commented 6 years ago

This PR should add support to the project for github to automatically run the gold tests and report back. It will run on a variety of GHC versions, as well as on Linux and OSX.

In order to get this working, @conal, you'll need to perform steps 1 and 2 here.

osa1 commented 6 years ago

It will run on a variety of GHC versions

Sorry if I'm confused -- I think this only tests with GHC 8.0.2 because it uses stack. Am I missing anything?

isovector commented 6 years ago

That's a good point! I yanked this script from somewhere I can't seem to source anymore, and it's definitely cargo-culted. Looks like we should be setting a resolver flag from the matrix I'll send a PR tomorrow morning. Good catch!

conal commented 6 years ago

I think @osa1 is working on compatibility with GHC 8.2 (and 8.4?). Meanwhile, should we remove (or comment out) those matrix entries?