163 Commits (ada3d8541f048847ceaf0b89cd72b87c3db0a887)
 

Author SHA1 Message Date
Colin Jones ada3d8541f Fix non-failing koan, fixes #14 13 years ago
Colin Jones 0978ffad12 Fix ensure-failing-without-answers, per Caleb Phillips' macro-replacement idea 13 years ago
Colin Jones 0b9a04acf1 Update version number for packaging 13 years ago
Colin Jones fb3f05e2c6 Add first cut at Java interop 13 years ago
Colin Jones d7d54f1a08 Remove unnecessary whitespace 13 years ago
Colin Jones da56dd5ae0 Improve docs and output about auto-runner 13 years ago
Colin Jones 21295e2079 Completely remove dependency on return value from meditations 13 years ago
Colin Jones 8e33a43ee8 Catch exceptions that happen before the assertion can be made 13 years ago
Colin Jones 02b00bafd7 Fix runner freezing after first correct koan
Many thanks to Patrick Gombert for finding the bug
13 years ago
Colin Jones e6174d80dc Remove clojure.test dependencies 13 years ago
Colin Jones 5a5f519fb8 Fix already-passing koans 13 years ago
Colin Jones 9ead934759 Add Caleb as contributor 13 years ago
calebphillips 5060b421c7 Updated example in conditionals that was passing without change.
"And in such a situation you may have nothing"
13 years ago
Colin Jones 4038946c14 Fix frozen autorunner issue on compiler exceptions 13 years ago
Aaron Bedra 777d905d98 Updating project to use 1.3 snapshot version to get message bearing assert capabilities 13 years ago
Colin Jones 236add0812 Bump version to note the addition of fresh. 13 years ago
Colin Jones c2c9a15cea Split freshener and koan ordering out into namespaces. 13 years ago
Colin Jones 3644a48bcd Introduce the auto-refreshing runner via fresh. 13 years ago
Colin Jones and Mike Jansen 7408b164fc Add case. 13 years ago
Colin Jones ff7623f2ad Fix file / line reporting for lazy defn loading, fixes #11. 13 years ago
Colin Jones 99eb97266c Fix clojure version parsing, due to the junit exclusion. 13 years ago
Colin Jones d224979625 Bump version to 0.3.6.
Warning: these version numbers are pretty much arbitrary.
13 years ago
Colin Jones 312332d94e Exclude unnecessary junit dependency of jline.
This has gone on long enough.
13 years ago
Colin Jones b636c68975 Bump to 1.3.0-alpha6. 13 years ago
Colin Jones 1dd2e9ca86 Add a recursive list processing example. 13 years ago
Colin Jones 7d9fb046bb Start on lazy seqs. 13 years ago
Colin Jones 717207339f Add atoms. 13 years ago
Colin Jones 0c286f1686 Provide example of coordinated ref update. 13 years ago
Colin Jones 8a21ad89bd Add Mark to contributor list. 13 years ago
Colin Jones 718a1bcc59 Back to executable permissions for scripts. 13 years ago
Mark Simpson 7f1bb18215 adding code to make the scripts work on cygwin (need to change CLASSPATH
delimeter)
13 years ago
Colin Jones 974a6a48f0 Add more about answer sheet to README for future contributors. 14 years ago
Colin Jones 1d7294dae4 Add tip about managing conflicts on long-running forks. 14 years ago
Colin Jones ae28d1dd98 Standardize whitespace a bit more. 14 years ago
Alex Robbins a395f47b86 Use interpose instead of interleave to add spaces between words. 14 years ago
Colin Jones 8450a39d3d Remove space instead of line breaks for Github Markdown link. 14 years ago
Colin Jones 1a95c214b4 Remove line breaks for Github's Markdown. 14 years ago
Colin Jones 37ab2e4e2d Increment version to 0.3.0. 14 years ago
Colin Jones 54b89a5b2f Update README example for new value of __. 14 years ago
Colin Jones 18e6ac2e38 Explain options for starting the koans. 14 years ago
Colin Jones 6e349470d3 Update to Clojure 1.3.0-alpha4. 14 years ago
Colin Jones ebe856b45d Add datatypes. 14 years ago
Colin Jones c604126a4e Separate expected-failing and -passing concerns. 14 years ago
Colin Jones 21c911f0a4 Make all existing tests fail before input is added. 14 years ago
Colin Jones 6948ed6ec8 Find tests that pass too easily in test run. 14 years ago
Colin Jones ddbb9971fd Move r-infix blanks to the macro itself. 14 years ago
Colin Jones b7d3022b77 Allow r-infix to work with more than 2 operands. 14 years ago
Colin Jones 3e4d2caebf Update contributors list and ideaboard. 14 years ago
Colin Jones bc9113fe60 Tweak wording very slightly for new macros koans. 14 years ago
Jaskirat 08415ecb94 The scripts\test.bat did not work in windows because src was not on the classpath, made change to add src to the classpath 14 years ago