Commit Graph

11 Commits

Author SHA1 Message Date
Jeremy Ashkenas d2b0404188 big whitespace / readability change. join top level block with extra newlines, and class definitions as well. 2011-09-18 17:16:39 -05:00
Jeremy Ashkenas 85342f1e31 Issue #1682, futher refinements to command-line help. 2011-09-11 22:43:28 -04:00
Michael Ficarra 2d6cda7f32 sorting options in `coffee --help` 2011-09-11 22:04:44 -04:00
Rod Knowlton d6ec5e40cc tiny edit 2011-09-09 15:24:56 -05:00
Rod Knowlton c44b80b6b6 build to update lib 2011-09-08 20:02:12 -05:00
Rod Knowlton ed4f7046d3 clarify --watch option in "coffee -h" output 2011-09-07 20:19:14 -05:00
Michael Ficarra b4e2240ede fixes #1633: error output when using `coffee -e` 2011-08-27 13:21:03 -04:00
John Yanarella 0bf0f6d721 Resolved an issue that could occur while compiling with the --join option which would cause the compiler to silently fail with no resulting output file.
While recursively traversing a source directory, if a directory was encountered containing either no .coffee files (ex. an .svn metadata directory) or where the last file processed in that directory was not a .coffee file, compileJoin() might never be called.

This issue was originally introduced by a (well-needed) optimization in commit dc272a680b.

In join mode, anytime the 'unprocessed' count is decremented, the remaining file count should be evaluated to determine if it is time to run compileJoin().  Previously, compileJoin() would only ever be called in one of the four possible terminating branches of this recursive asynchronous operation.
2011-08-22 13:32:54 -04:00
Michael Ficarra 818216374c Merge branch 'restructuring' of github.com:jashkenas/coffee-script 2011-08-08 13:21:58 -04:00
Michael Ficarra c222da9dd6 Merge branch 'restructure' of https://github.com/gfxmonk/coffee-script into restructuring
Conflicts:
	Cakefile
2011-08-05 17:47:54 -04:00
gfxmonk ab17f41652 Moved src/*.coffee under src/coffee-script/ so that lib can be added to $NODE_PATH and only expose the top-level coffee-script namespace. Fixes #1246 2011-07-05 21:58:04 +10:00