deadfoxygrandpa / elm-test

A unit testing framework for Elm
MIT License
204 stars 21 forks source link

Remove IO #5

Closed maxsnew closed 10 years ago

maxsnew commented 10 years ago

I've implemented a more complete IO implementation in a separate project: https://github.com/maxsnew/IO. The implementation there subsumes the hacky setup in the console runner and can very easily reimplement the console runner using the String runner. Should we remove the Console Runner/shell script/elm-runtime.js from here and point people to my library for actually performing IO?

deadfoxygrandpa commented 10 years ago

That IO library is pretty cool. I think this would be a good move, to separate the two.

Also since I primarily develop on Windows I'll send over a pull request soon to make your IO example on that repo cross-platform

maxsnew commented 10 years ago

Fixed in release 0.2