Commit Graph

341 Commits

Author SHA1 Message Date
Mahmut Surekci
5e9e5e3891 Adding new koans for map sets 2016-05-26 02:02:20 +01:00
Felipe Seré
65553d966f Merge pull request #121 from kamidev/master
Make Sigil tests run
2016-05-22 20:09:22 +01:00
kamidev
753550cded Add Sigils to test runner 2016-05-22 19:24:38 +02:00
Felipe Seré
0426aa40a3 Merge pull request #120 from elixirkoans/improve-pattern-matching
Move pinning to the back of the kaon and enhance example
2016-05-20 13:28:49 +01:00
Felipe Sere
74b6e06ddf Fix typos and bring back the failing pattern match. 2016-05-20 08:02:59 +01:00
Felipe Sere
fc00c6ae60 Move pinning to the back of the kaon and enhance example 2016-05-18 22:40:19 +01:00
Felipe Seré
80a4a5b8d2 Merge pull request #119 from iamvery/sigil-koans
Dass Koans about Sigil
2016-05-18 07:32:02 +01:00
Jay Hayes
e60a284e36 Make list sigil lessons a little more challenging 2016-05-17 07:54:33 -05:00
Felipe Seré
811fb0d3f8 Merge pull request #118 from elixirkoans/clear-by-default
Make clearing the screen the default
2016-05-17 12:10:21 +01:00
Jay Hayes
649c649084 Port sigil koans from iamvery/elixir-koans
7705d743ac/about_sigils.exs
h/t @sebastiangeiger
2016-05-16 18:43:57 -05:00
Jay Hayes
5f149826e1 Rename existing koans to make room for sigils 2016-05-16 18:43:22 -05:00
Felipe Sere
0b508d490d Make clearing the screen the default 2016-05-16 23:23:38 +01:00
Felipe Seré
cee05dbfd6 Merge pull request #117 from elixirkoans/split-display
Extract smaller modules from display.
2016-05-15 17:58:52 +02:00
Felipe Sere
bccb41c280 Removes last outside references to the Colour module 2016-05-15 01:58:57 +02:00
Felipe Sere
ddcd971ede To improve testing, add a layer of indirection around colours. 2016-05-14 00:23:07 +02:00
Felipe Sere
0936ed56e2 Use the new modules 2016-05-14 00:23:05 +02:00
Felipe Sere
af543d1b62 Extracts modules for different sections of the UI 2016-05-14 00:22:41 +02:00
Felipe Seré
8a8a0be771 Merge pull request #115 from elixirkoans/module-doc
Adds an @intro attribute to display when running a module
2016-05-13 22:41:25 +02:00
Felipe Sere
3ef7051888 Moves showing the intro into the formatting of a failure 2016-05-13 07:51:31 +01:00
Felipe Sere
f5477f0fb0 All modules have an intro. 2016-05-11 21:44:18 +01:00
Felipe Sere
94ab9826ae Make intro/2 more readable by making 'not' more explicit. 2016-05-10 23:41:22 +01:00
Felipe Sere
c0a670257d Fixes sample intro. 2016-05-10 23:40:31 +01:00
Felipe Sere
b90c748f20 Adds an example (cheesy!) first intro. 2016-05-10 23:03:42 +01:00
Felipe Sere
751f849585 Collect all intro printing into display 2016-05-10 23:02:23 +01:00
Felipe Sere
3d79284aab Shows into the first time a module is visted. 2016-05-10 23:02:23 +01:00
Felipe Sere
149cc47195 Cleanup how koan modules get their intros 2016-05-10 23:02:23 +01:00
Felipe Sere
7b494e16df To enable adding the intro, the tracker knows visited modules. 2016-05-10 23:02:23 +01:00
Felipe Seré
c23fca5b29 Merge pull request #106 from iamvery/keyword-list-koan
Keyword list koan
2016-05-10 18:40:16 +01:00
Jay Hayes
1c182a2c8c Remove metaprogramming-related keyword list koans
Too advanced at this point. Will considering including something like
this in #21.
2016-05-10 07:21:13 -05:00
Jay Hayes
27b8926aaa Add keyword lists koan to runner 2016-05-10 07:21:13 -05:00
Jay Hayes
b45a08135a Add keyword lists koan 2016-05-10 07:21:13 -05:00
Jay Hayes
92973a0fb7 Add keyword list koan at after maps 2016-05-10 07:21:13 -05:00
Uku Taht
0cdf59ebc4 Merge pull request #114 from riacataquian/suggestions
Improvements suggestions
2016-05-10 12:41:52 +01:00
Ria Cataquian
bb4959ddc0 Fix some type 2016-05-08 04:16:06 +08:00
Ria Cataquian
97a60b095a Fix failing tests 2016-05-08 03:09:50 +08:00
Ria Cataquian
65756b933d Various suggestion improvements 2016-05-08 02:59:48 +08:00
Uku Taht
d931df84cc Merge pull request #113 from iamvery/typo
Typo in error message
2016-05-06 19:33:25 +01:00
Jay Hayes
7dae31c370 Typo in error message 2016-05-06 13:30:12 -05:00
Felipe Seré
2b8581fbe0 Merge pull request #112 from iamvery/include-atoms-in-run
Forgot to add the koan to the runner, oops
2016-05-06 00:01:36 +01:00
Jay Hayes
440f9bdbc1 Forgot to add the koan to the runner, oops 2016-05-05 17:55:50 -05:00
Uku Taht
02f3020d98 Merge pull request #108 from iamvery/zip-keyword-list
Swap order of zipped lists to create learning opportunity
2016-05-05 23:49:48 +01:00
Jay Hayes
d37df5fa77 Swap order of zipped lists to create learning opportunity
Zipping atoms and numbers creates an opportunity for the learner to
realize "💡 I just made a keyword list!"
2016-05-05 17:48:47 -05:00
Uku Taht
3e163a2bd3 Merge pull request #105 from iamvery/atoms-koan
Atoms koan
2016-05-05 23:38:34 +01:00
Jay Hayes
ad011d80f3 Establish that modules are atoms, then show function call on them 2016-05-05 10:43:17 -05:00
Jay Hayes
948fbddcdf Remove unhelpful example
Not really useful without showing dot access.
2016-05-05 10:42:57 -05:00
Jay Hayes
ee89055af6 Remove commented koans
We can't pull this off right now since answers can't be expressions.
2016-05-05 10:41:57 -05:00
Jay Hayes
7b64bd36e9 Add other lessons that don't work with answer system 2016-05-05 10:41:28 -05:00
Jay Hayes
53fc465c3f Add atom koans 2016-05-05 10:41:28 -05:00
Jay Hayes
52f8ed0d6c Add atoms koan as between strings and tuples 2016-05-05 10:41:28 -05:00
Uku Taht
0a57e38ecb Merge pull request #111 from joneslee85/patch-1
Refactor the comma in List syntax
2016-05-05 11:38:20 +01:00