17 Commits

Author SHA1 Message Date
Ahmed Ismail
edf50fdf80 Add credo to the project and:
- Run mix credo --all to identify possible code optimizations
 - Resolve most of the errors generated by credo such as:
   - Numbers larger than 9999 should be written with underscores: 58_127
   - Modules should have a @moduledoc tag
   - Comparison will always return true
2023-11-10 00:57:21 +05:00
Jeff Gandt
3742caf1b4 Convert from the retired ExFSWatch to FileSystem
Initial working commit. Use the new GenServer only API.
2017-12-13 09:39:54 -05:00
Nathan Walker
b71221977c Extract display into supervision tree. 2017-07-28 12:56:02 -05:00
Felipe Sere
c0e89d364b Use Elixir 1.3 as the new minimum bar 2017-03-31 16:15:01 +01: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
6986656c91 Allow any 1.x minor version to run koans
See #167
2017-02-23 10:37:45 -06:00
Rafał Gajdulewicz
d04996f470 Support for Elixir 1.4.1 2017-01-29 20:59:01 +01:00
Jay Hayes
feda92c59b Bump exfswatch version to fix Elixir 1.4 warnings 2017-01-21 08:21:59 -06:00
Jay Hayes
77a53e7c13 Fix Elixir 1.4 function paren warnings 2017-01-21 08:18:10 -06:00
Konstantin Zolotarev
113ba4d552 fix for version 1.4.0 2017-01-10 11:19:22 +02:00
Nathan Walker
c56dddf10a Bump elixir version. 2016-10-25 15:02:54 +01:00
Uku Taht
b7161fdc90 Ensure elixir version is at least 1.2.1 2016-05-03 19:06:29 +01:00
Felipe Sere
0de0d6b284 Move sample module into test/support 2016-03-20 20:10:10 +00:00
Uku Taht
e8a16af08f Update exfswatch 2016-03-20 19:19:24 +00:00
Makis Otman
0a933ee2ca Add List koans 2016-01-08 15:21:51 +00:00
Uku Taht
94ff8b63b4 Add basic file watcher to run koans 2015-12-17 01:03:05 +00:00
Uku Taht
ae6b5a7f19 Initial commit 2015-12-15 17:53:27 +00:00