David Chambers

Results 266 comments of David Chambers

That sounds good to me, @mightybyte, provided the changes are backwards-compatible. Do you have a suggestion as to how the package should expose the new functionality? The current API is...

If someone is interested in making this change, I will gladly review a pull request. :)

> Tests can use `log (channel) (value)` to produce additional output besides the return value of the expression: > > ```javascript > > ( log ('stdout') (1) > . ,...

Thank you for the pull request and for the words of encouragement, @kocielnik. :)

I would love to see this. A common pattern is... ``` coffee jQuery ($) -> # rest of file resides inside this function ``` When manually compiling a single file...

It's not just for trivial cases, @showell. I have dozens of files which begin `jQuery ($) ->`. This change perfectly aligns with one of CoffeeScript's stated goals: to produce readable...

> Is the difference between `fn(a)(b)` and `fn(a, b)` really that big that it justifies the second version, which would require a programmatic solution and thus an additional layer of...

@simon04, might you be able to review this pull request? :) The test failures are misleading: I intentionally overrode `entries_as_json` and `types_as_json` to preserve ordering.

Tests are now passing. :)

I would love to see this pull request merged. I spent two days preparing it. Is there something I can do to make the changes easier to review, @simon04? :)