Jay Hayes
ffc8df9856
Merge pull request #197 from eatoncns/master
...
Correct spelling of function in Display.ProgressBar
2017-06-08 11:25:58 -05:00
Philip MEIER
bad4f8003e
Correct spelling of function in Display.ProgressBar
2017-06-08 17:12:57 +01:00
Felipe Seré
9669430877
Merge pull request #194 from membranepotential/patch-1
...
Move Sigils lesson down in runner.ex
2017-05-06 22:39:38 +01:00
membranepotential
2e6dd9aaad
Move Sigils lesson down in runner.ex
2017-04-29 17:21:33 +02:00
Felipe Seré
81195bcb16
Merge pull request #192 from tjarratt/move-koans-lesson-later
...
Move sigils to later in the lessons
2017-04-29 08:28:55 -05:00
Tim Jarratt
00eb17014a
Move sigils to later in the lessons
...
While doing this, I also discovered that
there is also a reference to lists in numbers, but
that might a bit easier for someone to grasp, given
the hint that the koan gives, and the output they
see when they run it.
2017-04-25 22:38:49 +02:00
Uku Taht
4de3a5f3d2
Merge pull request #189 from Nagasaki45/atoms
...
Simplify atoms koans. Fix #185
2017-04-24 09:51:16 +01:00
Tom Gurion
e64394fbaa
Add nil example to the atoms koans
2017-04-22 22:59:08 +01:00
Tom Gurion
ca97177b99
Simplify atoms koans. Fix #185
2017-04-22 22:32:29 +01:00
Uku Taht
9d7a7e8cbe
Merge pull request #188 from trumant/spelling_and_grammar
...
Correcting some spelling and grammar issues
2017-04-22 20:13:11 +01:00
Travis Truman
0df20b8b41
Correcting some spelling and grammar issues
2017-04-21 09:46:24 -04:00
Jay Hayes
309a275201
Merge pull request #187 from Nagasaki45/no-char-list
...
Remove 'I think I need my number as a char' koan. Fix #176
2017-04-09 07:53:27 -05:00
Tom Gurion
1a6449ff1f
Remove 'I think I need my number as a char' koan. Fix #176
2017-04-09 10:40:27 +01:00
Felipe Sere
ae53f24f3c
Use latest exfswatch
2017-04-09 09:20:40 +01:00
Jay Hayes
f29a46796b
Merge pull request #186 from Nagasaki45/string_interpolation
...
Add string interpolation koan. Fix #184
2017-04-06 11:26:42 -05:00
Tom Gurion
4d667eff61
Add string interpolation koan. Fix #184
2017-04-06 16:36:23 +01:00
Felipe Seré
912a431a3f
Merge pull request #175 from Nagasaki45/string_strip_deprecated
...
String.strip is deprecated, replace it with String.trim
2017-04-01 08:39:33 +01:00
Tom Gurion
e81db22b87
String.strip is deprecated, replace with String.trim
2017-03-31 23:00:24 +01:00
Felipe Seré
946f10f30f
Merge pull request #173 from elixirkoans/clarify-living-processes
...
Just 'nil' might have lived long enough, 'receive' definitly does.
2017-03-31 17:27:34 +01:00
Felipe Sere
2529a199e8
Just 'nil' might have lived long enough, 'receive' definitly does.
2017-03-31 17:24:40 +01:00
Felipe Seré
8b13e69c26
Merge pull request #183 from elixirkoans/boost_the_minimum_required_version_to_1.3
...
Use Elixir 1.3 as the new minimum bar
2017-03-31 17:18:25 +01:00
Felipe Seré
84e11b56ab
Merge pull request #180 from cybrox/schroedingers-process
...
Split koan with race condition into two more logical ones
2017-03-31 16:23:24 +01:00
Felipe Sere
c0e89d364b
Use Elixir 1.3 as the new minimum bar
2017-03-31 16:15:01 +01:00
Sven Gehring
c708936456
Refactor Koan with slow/fast process example
...
A combined solution of the examples provided by
@iamvery and myself.
2017-03-22 15:10:21 +01:00
Sven Gehring
2881c95c00
Split koan with race condition into two more logical ones
2017-03-22 10:38:42 +01:00
Felipe Seré
c9db06adc5
Merge pull request #178 from elixirkoans/iamvery/loosen-upper-version
...
Loosen version restriction on project
2017-02-26 20:41:07 +00:00
Jay Hayes
c08904c131
Fix invalid version specification
...
It seems that I don't know how to specify the correct version... I would
have sworn that ~> as an upper limit would include 1.3.x ¯\_(ツ)_/¯
2017-02-23 10:43:49 -06:00
Jay Hayes
41955a16de
Fix unbound variable error in Elixir v1.5.0-dev
...
It's not clear to me why "e in _" ever worked, but this seems to make
things better. Afaict, the point of these clauses are to "rescue
anything".
2017-02-23 10:39:02 -06:00
Jay Hayes
6986656c91
Allow any 1.x minor version to run koans
...
See #167
2017-02-23 10:37:45 -06:00
Felipe Seré
6e22272c2b
Merge pull request #174 from elixirkoans/iamvery/tweaks-to-pr-170
...
Tweaks to #170 MapSet example
2017-02-19 13:52:51 +00:00
Jay Hayes
f1fd2a2dad
Uncomment 💡 moment about set size
2017-02-19 07:44:59 -06:00
Jay Hayes
95a2ed95a6
Fix sorted?/1 implementation
2017-02-19 07:44:45 -06:00
Jay Hayes
4a9800f1f7
Further simplify mapset example with sorted?/1 function
2017-02-19 07:37:57 -06:00
Jay Hayes
5731f8ac3b
Simplify variable names and add space
2017-02-19 07:20:49 -06:00
Jay Hayes
cef72bc0f8
Add comment about "why 33?"
2017-02-19 07:15:23 -06:00
Jay Hayes
ca0151ba0c
Simplify description
2017-02-19 07:14:39 -06:00
Jay Hayes
c08f22b0d2
Extract common value in example
2017-02-19 07:14:33 -06:00
Jay Hayes
ec082f0e72
Fix broken mapset koan test
2017-02-19 07:14:04 -06:00
Jay Hayes
84cd227108
whitespace
2017-02-19 07:13:01 -06:00
Felipe Sere
ebae90c50a
Update to the latest exfswatch to fix issue with Ubuntu
2017-02-18 17:21:33 +00:00
Felipe Seré
ef986ee584
Merge pull request #171 from elixirkoans/iamvery/whitespace
...
Whitespace
2017-02-11 19:44:53 +00:00
Jay Hayes
c712592ac4
🔪 whitespace
2017-02-11 13:56:20 -05:00
huyz
0985507d45
Fixed __. Should be ___
2017-02-10 23:50:44 -08:00
huyz
0b1f19accc
Clarify the koan that shows that MapSets are unordered.
2017-02-10 23:43:21 -08:00
Jay Hayes
2cf4ed485b
Merge pull request #168 from jessejanderson/master
...
Fix comma placement typo
2017-02-08 09:05:26 -06:00
Jesse J. Anderson
dafbfa6daa
fix comma placement typo
2017-02-07 22:15:57 -08:00
Jay Hayes
bceeac5bf0
Merge pull request #165 from rafax/patch-1
...
Support for Elixir 1.4.1
2017-02-02 11:47:23 -06:00
Rafał Gajdulewicz
b176814879
Bump Elixir to 1.4.1
2017-01-29 21:08:27 +01:00
Rafał Gajdulewicz
d04996f470
Support for Elixir 1.4.1
2017-01-29 20:59:01 +01:00
Felipe Seré
136e02cafe
Merge pull request #162 from srufle/master
...
Demonstrate put_in to manipulate nested struct values
2017-01-26 20:02:30 +00:00