Commit Graph

198 Commits

Author SHA1 Message Date
Russ Miles
9804ace8dd Added specification for Leiningen to run main class so that 'lein run run' will work, as will 'lein run test' 2012-08-03 00:13:23 +01:00
Colin Jones
78c5704f34 Rename to use underscores instead of dashes
Works fine either way - this is just since underscores are required
in filenames for real projects, so it's something good for folks to
get used to.
2012-06-08 15:22:42 -05:00
Noam Yorav-Raphael
d7c093d2c8 Rename koan files to start with a number, to give the learner a feeling of progress. 2012-06-08 15:22:42 -05:00
Colin Jones
a3b7313c1b Merge pull request #24 from mg50/contributor-list
Replaced contributors section of README to github contributor list
2012-04-27 14:06:56 -07:00
Mark Grant
04ca65b16f Replaced contributors section of README to github contributor list 2012-04-25 14:27:49 -05:00
Colin Jones
b83e14359b Fix grammar problem, closes #23
Thanks to @jamieorc for reporting.
2012-03-03 12:44:26 -06:00
Colin Jones
c86a7643ec Update ideaboard 2012-03-02 09:15:49 -06:00
Aaron Bedra
01751458cf Merge pull request #22 from lukearno/deeper
Issue #21: Go deeper... deeper... in final recursion koan
2012-01-13 17:01:47 -08:00
Luke Arno
5627b8d37b Issue #21: Go deeper... deeper... in final recursion koan 2012-01-13 15:19:15 -08:00
Colin Jones
1c4520a8b4 Update new koan location in README 2011-11-29 13:50:45 -06:00
Colin Jones
42391c8b08 Include dev deps in classpath for batch files 2011-11-28 19:25:01 -06:00
Colin Jones
373a71837f No need for -i for shell scripts either 2011-11-28 19:21:22 -06:00
Colin Jones
9971e0b2a0 Not sure why these hoops felt necessary at the time, but they're not now 2011-11-28 19:18:55 -06:00
Colin Jones
c148c483a2 Add resources to batch file classpath and clean up a bit 2011-11-28 19:18:32 -06:00
Colin Jones
7c00277b17 Update to snapshot 2011-11-28 19:17:41 -06:00
Colin Jones
8bdf7015a5 Update engine dependency 2011-11-27 18:10:03 -06:00
Sam Ritchie
337d39684a Extracted koan logic out into koan-engine. 2011-11-27 17:55:14 -06:00
Colin Jones
e2b5f87984 Add note about auto-uploading the zipfile 2011-11-27 17:55:07 -06:00
Aaron Bedra
3cca560b96 Reformatting for consistency 2011-10-25 22:55:54 -04:00
Aaron Bedra
dd232703af Update README do it doesn't refer to 1.3.0-RC0 2011-10-25 22:40:22 -04:00
Aaron Bedra
977e998592 Don't rely on SNAPSHOT version of swank-clojure 2011-10-25 22:39:13 -04:00
Colin Jones
23cbe0ea09 Avoid the need to remove old release zips 2011-09-24 13:22:58 -05:00
Colin Jones
9c2fd12c58 Update to Clojure 1.3.0 final 2011-09-24 13:15:26 -05:00
Colin Jones
b9575318a9 Use syntax highlighting for README 2011-09-24 12:45:43 -05:00
Colin Jones
6c943db44a Add Doug South to the contributors list 2011-09-24 12:41:13 -05:00
Colin Jones
1cc6a84222 Bump version for stack overflow bugfix 2011-09-23 15:11:01 -05:00
Colin Jones
c2d99c3d97 Tweak deploy script to allow for multiple zipfiles per day 2011-09-23 15:01:06 -05:00
Colin Jones
652cc6d29c Fix auto-runner for exceptions without causes or messages, fixes #16 2011-09-23 14:55:06 -05:00
Colin Jones
9239c1d172 Add deploy script to ease uploading the zipfile 2011-09-23 14:29:33 -05:00
Colin Jones
9c3934b7f7 Ignore distribution zipfiles 2011-09-23 14:28:43 -05:00
Colin Jones
aa6e154859 Merge pull request #18 from dsouth/master
Idiomatic keywords
2011-09-23 12:27:34 -07:00
Doug South
5e1fe2f23a More idiomatic keywords 2011-09-23 12:59:29 -04:00
Colin Jones
ca7514450a Update to 1.3.0-RC0 2011-09-14 09:57:36 -05:00
Aaron Bedra
186e5f635f Updating to 1.3.0-beta2 2011-08-29 10:41:33 -04:00
Colin Jones
b8c529d421 Update fresh dependency to exclude hidden files
Fixes #15
2011-08-14 19:51:25 -05:00
Colin Jones
ada3d8541f Fix non-failing koan, fixes #14 2011-08-13 12:20:39 -05:00
Colin Jones
0978ffad12 Fix ensure-failing-without-answers, per Caleb Phillips' macro-replacement idea 2011-08-13 12:16:34 -05:00
Colin Jones
0b9a04acf1 Update version number for packaging 2011-08-01 15:23:08 -05:00
Colin Jones
fb3f05e2c6 Add first cut at Java interop 2011-07-08 15:57:44 -05:00
Colin Jones
d7d54f1a08 Remove unnecessary whitespace 2011-06-17 14:57:00 -05:00
Colin Jones
da56dd5ae0 Improve docs and output about auto-runner 2011-06-16 18:01:43 -05:00
Colin Jones
21295e2079 Completely remove dependency on return value from meditations 2011-06-16 17:48:13 -05:00
Colin Jones
8e33a43ee8 Catch exceptions that happen before the assertion can be made 2011-06-16 17:47:28 -05:00
Colin Jones
02b00bafd7 Fix runner freezing after first correct koan
Many thanks to Patrick Gombert for finding the bug
2011-06-16 11:55:04 -05:00
Colin Jones
e6174d80dc Remove clojure.test dependencies 2011-06-10 22:22:04 -05:00
Colin Jones
5a5f519fb8 Fix already-passing koans 2011-06-10 22:11:45 -05:00
Colin Jones
9ead934759 Add Caleb as contributor 2011-06-09 19:44:08 -05:00
calebphillips
5060b421c7 Updated example in conditionals that was passing without change.
"And in such a situation you may have nothing"
2011-06-09 16:27:59 -05:00
Colin Jones
4038946c14 Fix frozen autorunner issue on compiler exceptions 2011-05-12 18:14:22 -05:00
Aaron Bedra
777d905d98 Updating project to use 1.3 snapshot version to get message bearing assert capabilities 2011-04-30 14:47:23 -04:00