Skip to content

Commit f718134

Browse files
committed
mentioned latest reported bug in README
1 parent 4091c40 commit f718134

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Developing a Koan:
2323
Something's wrong:
2424
==================
2525
* If the koans app is constantly timing out compiling a koan, your computer may be too slow to compile the koan classes with the default timeout value. Update the compile_timeout_in_ms property in koans/app/config/config.properties with a larger value and try again.
26+
* If you're running the koans command with the class and/or method arguments, the app may hang if the class you saved won't compile. Until this is fixex this, when you you suspect this is occuring revert to a state the file compiled and try again.

koans/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Developing a Koan:
2323
Something's wrong:
2424
==================
2525
* If the koans app is constantly timing out compiling a koan, your computer may be too slow to compile the koan classes with the default timeout value. Update the compile_timeout_in_ms property in koans/app/config/config.properties with a larger value and try again.
26+
* If you're running the koans command with the class and/or method arguments, the app may hang if the class you saved won't compile. Until this is fixex this, when you you suspect this is occuring revert to a state the file compiled and try again.

0 commit comments

Comments
 (0)