Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use the latest version of Elm Test #95

Closed
lpil opened this issue Aug 14, 2016 · 3 comments · Fixed by #96
Closed

Update to use the latest version of Elm Test #95

lpil opened this issue Aug 14, 2016 · 3 comments · Fixed by #96
Assignees

Comments

@lpil
Copy link
Member

lpil commented Aug 14, 2016

Hello!

Currently the Elm exercises are using an older version of Elm Test that is unmaintained and uses ugly hacks to report tests results to the user.
I believe we should update to use the latest version.

There are a few problems with this:

  • The current version has a new syntax for tests that we would need to update to.
  • Due to the nature of Elm there isn't an obvious way to do IO, so there are multiple solutions for returning test results to the user. We would need to decide how to run out tests in a fashion that is user friendly and does not pull too many dependencies into the exercises.
@tgecho
Copy link
Contributor

tgecho commented Aug 14, 2016

I totally agree that we should sort this out. I was hoping to take a stab at solving #76 while we're at it.

@tgecho tgecho self-assigned this Aug 14, 2016
@tgecho
Copy link
Contributor

tgecho commented Aug 14, 2016

First example exercise upgrade: #96

I'm going to work on porting the rest of the exercises. What do you think @lpil?

@tgecho tgecho mentioned this issue Aug 14, 2016
3 tasks
@lpil
Copy link
Member Author

lpil commented Aug 17, 2016

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants