Erik Simmler
b4fe955c8d
Add stubbed out exercises array to config.json
2016-08-22 20:45:55 -04:00
Erik Simmler
8f82b36223
Fix tests ( #106 )
...
Fixes #100
* Upgrade Node Test Runner and Test Files
* Avoid Installing Deps in Each Exercise
2016-08-22 20:31:41 -04:00
Erik Simmler
4487381ad7
Merge branch 'lpil-docs'
2016-08-21 21:54:47 -04:00
Erik Simmler
8689cbf130
Add imports and exposing to readme example
2016-08-21 21:52:35 -04:00
Erik Simmler
b84ec5b0d4
Merge pull request #101 from tgecho/runtests-redux
...
Add the runtests files back with a message
2016-08-21 21:48:35 -04:00
Erik Simmler
716810612c
Merge pull request #102 from Emiluren/master
...
Remove test for degenerate triangle
2016-08-21 21:11:43 -04:00
Louis Pilfold
518a529828
Correct docs
2016-08-21 16:42:13 +01:00
Emil Segerbäck
b6180e3976
Remove test for degenerate triangle
2016-08-20 22:27:04 +02:00
Erik Simmler
4085701330
Add the runtests files back with a message
2016-08-20 16:14:27 -04:00
Erik Simmler
54e3017815
Update to elm-test 2.0 ( #96 )
...
* Update exercises to elm-test 2.0
* Update docs to mention `elm-test` again
* Update .travis.yml to the correct version of elm-test
* Conform to the `<| \() ->` convention
2016-08-17 07:14:17 -04:00
Louis Pilfold
4999d42ab5
Use a type to express triagles instead of strings ( #97 )
...
Use a type to express triangles instead of strings
2016-08-15 20:16:34 -04:00
Erik Simmler
633997e802
Merge pull request #94 from arnau/listops-fold-direction
...
Direction tests for foldl and foldr in list-ops
2016-08-12 22:47:58 -04:00
Arnau Siches
e3fc6ea2de
Add direction tests for foldl and foldr in list-ops
2016-08-12 06:29:28 +01:00
Katrina Owen
8710ff3d3c
Merge pull request #92 from TrevorBramble/patch-1
...
Replace a word in one of the guiding comments for clarity
2016-07-24 16:35:03 -06:00
Trevor Bramble
7ed9f04790
Replace a word in one of the guiding comments for clarity
2016-07-19 23:37:43 -07:00
Erik Simmler
e71a8b4918
Merge pull request #91 from exercism/travis-ci-badge-link
...
Link the readme's Travis CI badge to https://travis-ci.org/exercism/xelm
2016-07-18 12:41:29 -04:00
Erik Simmler
1a6e43ad4b
Link the readme's Travis CI to https://travis-ci.org/exercism/xelm
2016-07-18 12:38:59 -04:00
Erik Simmler
9bc681b7c6
Merge pull request #90 from rebelwarrior/roman-numerals
...
adds roman-numerals exercise
2016-07-18 12:36:42 -04:00
rebelwarrior
af4de07a42
adds roman-numerals exercise
2016-07-18 10:17:37 -04:00
Erik Simmler
cf3bd4da47
Merge pull request #87 from tgecho/elm-format-0.3.0-alpha
...
Run pre Elm 0.17 exercises through elm-format version 0.3.0-alpha
2016-07-17 20:19:59 -04:00
Erik Simmler
91aaf056a1
Run pre Elm 0.17 exercises through elm-format version 0.3.0-alpha
2016-06-19 17:50:39 -04:00
Erik Simmler
65db27e7e0
Merge pull request #86 from tgecho/largest-series-product
...
Add largest-series-product exercise
2016-06-19 17:50:17 -04:00
Erik Simmler
6244ed3cbc
Merge pull request #84 from tgecho/say
...
Add say exercise
2016-06-19 17:50:05 -04:00
Erik Simmler
80e7c18390
Merge pull request #73 from tgecho/atbash-cipher
...
Add atbash-cipher exercise
2016-06-19 17:47:04 -04:00
Erik Simmler
0cddb22ca4
Add largest-series-product exercise
2016-06-19 17:42:27 -04:00
Erik Simmler
550b9e1f87
Add say exercise
2016-06-19 17:41:37 -04:00
Erik Simmler
72a56f6e12
Add atbash-cipher exercise
2016-06-19 17:37:52 -04:00
Erik Simmler
889e06279c
Merge pull request #83 from tgecho/word-count-confusion
...
Add a type signature for the wordCount function
2016-06-18 14:52:00 -04:00
Erik Simmler
233e7f0d4d
Add a type signature for the wordCount function
...
Since the test converts wordCount’s output with Dict.toList, the required type may not be immediately apparent to an early learner.
2016-06-18 14:39:47 -04:00
Erik Simmler
575ff1875c
Merge pull request #82 from tgecho/track-icon
...
Add the elm icon
2016-06-18 11:55:37 -04:00
Erik Simmler
5cbb4ba4ed
Add the elm icon
2016-06-18 11:21:35 -04:00
Erik Simmler
5797380893
Merge pull request #81 from bdukes/patch-1
...
Add new Pangram tests
2016-06-18 11:13:43 -04:00
Brian Dukes
3c2e561b4b
Add new Pangram tests
...
Fixes #79
2016-06-16 20:31:54 -05:00
Erik Simmler
161e9a96d4
Merge pull request #78 from Janiczek/patch-2
...
Update Pangram exercise for 0.17
2016-05-19 12:20:25 -04:00
Erik Simmler
16c9de7307
Merge pull request #77 from Janiczek/patch-1
...
Update Bob exercise for 0.17
2016-05-19 12:20:09 -04:00
Martin Janiczek
7de1f4a717
Update Pangram exercise for 0.17
...
Module declaration syntax changed between the versions.
2016-05-18 23:42:39 +02:00
Martin Janiczek
a3ba88ded9
Update Bob exercise for 0.17
...
Module declaration syntax changed between the versions.
2016-05-18 13:44:03 +02:00
Erik Simmler
b3d36f3249
Merge pull request #75 from tgecho/elm-0.17
...
Update to support Elm 0.17
2016-05-14 19:06:53 -04:00
Erik Simmler
b182aa4fc0
Auto install elm packages in bin/build.sh
2016-05-13 18:56:30 -04:00
Erik Simmler
7435bd9e7f
Back off a large list comparisons in lieu of a fix for https://github.com/elm-lang/core/issues/601
2016-05-13 18:23:31 -04:00
Erik Simmler
cb3e064605
Add test running wrappers
2016-05-13 17:41:34 -04:00
Erik Simmler
7ddb1b57c6
Update elm-package.json and .elm files to support Elm 0.17
2016-05-12 22:50:29 -04:00
Lew Parker
3c4e15a23c
Merge pull request #72 from RiderSargent/fixed-hamming-tests
...
Fixed order of parameters for Hamming exercise's tests.
2016-04-25 18:48:33 -06:00
Rider Sargent
8b6376f598
Fixed order of parameters for Hamming exercise's tests.
2016-04-25 11:19:43 +01:00
Erik Simmler
91fa86a077
Merge pull request #71 from jcshih/list-ops
...
Add list-ops exercise
2016-04-19 20:58:00 -04:00
Jonathan Shih
74eeb7160e
Fix typo
2016-04-18 06:52:26 -07:00
Jonathan Shih
43aeba836a
Add list-ops exercise
2016-04-18 05:17:26 -07:00
Erik Simmler
a21dda922d
Merge pull request #70 from NobbZ/fix/bin-build.sh
...
Add shebang to `bin/build.sh`
2016-04-17 20:17:34 -04:00
Erik Simmler
ddb0914119
Merge pull request #69 from NobbZ/fix/wordcount-test
...
Makes the testsuite more faulttolerant
2016-04-17 20:17:08 -04:00
Norbert Melzer
ec0b7bea5d
Add shebang to bin/build.sh
...
Without the shebang, the buildscript might fail on environments which do
not use `bash` or a compatible shell as default.
This PR fixes the issue and makes the script more robust to the
environment.
2016-04-18 01:24:36 +02:00