Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
Commits on Mar 23, 2012
@geraldalewis geraldalewis Issue #2211 -- splats in destructured parameters c573776
Commits on Mar 25, 2012
@hickford hickford build on Windows - fix spawn command by calling node explicitly 7e32c32
Commits on Apr 11, 2012
@michaelficarra michaelficarra comments in the REPL should have no output, not `undefined` 0867326
@michaelficarra michaelficarra fixes #2052: don't manually assign constructors' `name` property
I'm not sure how we would test this, so... no tests.
f3a1f46
@maxtaco maxtaco sart work on a bugfix, but we're not covering the exact case in issue #… 5542e00
@maxtaco maxtaco now it works for all of #1183. This should do it. 7b66e22
@michaelficarra michaelficarra tests for fix to #2052, f3a1f46 4043124
@maxtaco maxtaco Add some commentary. a92af02
@maxtaco maxtaco restore proper error messages 2f13fae
@maxtaco maxtaco Code and commentary diverged in that short time. Fix. b03bea1
Commits on Apr 13, 2012
@michaelficarra michaelficarra fixes #2255: global leak with splatted @-params 53a82da
@josher19 josher19 See issue #2620 ea60dfa
@michaelficarra michaelficarra Merge pull request #2261 from josher19/patch-2 eabcb2c
Commits on Apr 20, 2012
@michaelficarra michaelficarra corrections for octal escape sequences; allows "\0" alone; see #1547 46ff770
Commits on Apr 23, 2012
@jashkenas Merge pull request #2213 from geraldalewis/2211-destructed-splats
Issue #2211 -- splats in destructured parameters
0fada51
@TrevorBurnham TrevorBurnham Intermediate version bump to 1.3.2-pre d58da49
@TrevorBurnham TrevorBurnham Hidden files no longer queued for --join (fixes #2263) 3b1a566
Commits on Apr 24, 2012
@geraldalewis geraldalewis Fixes issue where destructured assignment params were incorrectly ide…
…ntified as duplicates.
99394e1
@jashkenas Merge pull request #2277 from geraldalewis/2213-dup-destructured-params
Destructured assignment params incorrectly identified as duplicates.
2fb527a
@jashkenas adding a link to the high-rez logo 7a80661
@jashkenas Merge branch 'master' of github.com:jashkenas/coffee-script c06487c
@jashkenas Fixes #2274 -- allow @variables as loop variables 4fc9a34
@jashkenas Fixes #2273, reverts #643 -- no special variable treatment for loop v…
…ariables.
afdcdcf
@jashkenas Adding a test for #2273 e433098
@jashkenas Fixes #2280 -- add enumerable prototypal properties to autocompletion. 8bc6001
@jashkenas Fixes #2258 -- allow parameter lists in the vertical style. 87257ea
@jashkenas Fixes #1183, Refactors #2252, super calls in inner functions 34be878
@jashkenas Merge pull request #2219 from matt-hickford/build-windows-alternative
build on Windows - fix spawn command by calling node explicitly
c3159e4
Commits on Apr 25, 2012
@maxtaco maxtaco Reapply the removed patch from bugfix_1183 in PR 2252. Include a test
case to show it's required.

What's going on: inside of Coffee-generated closures, calling `super()`
is implicitly making use of `this` (or explicitly doing so if you look
at the output code), so we have to pass `this` through closures as if
`@` is being accessed within the closure.  So, just add one more
condition to the list in `Closure::literalThis`
3e95d7f
@jashkenas Fixes #2207 -- unambiguous immediate implicit closes don't close impl…
…icit objects
6bcc798
@jashkenas Fixes #2209 -- document heredocs as 'block strings' c1309e1
@jashkenas Fixes #2197 -- uncached double existential 879fe39
@jashkenas Fixes #2287 -- tweak extends to make jshint easier 4606519
Commits on May 02, 2012
@geraldalewis geraldalewis Wraps up #2211 -- addresses invocations within destructured params f1b2864
Commits on May 08, 2012
@michaelficarra michaelficarra lexer/parser: split out `null` and `undefined` from `BOOL` token
also made explicit AST nodes `Bool`, `Null`, and `Undefined`
caf3da2
@michaelficarra michaelficarra reverting premature start of solution to #2306 848d105
@michaelficarra michaelficarra removing redundant cases in lexer; thanks @satyr d5ddd0f
Commits on May 10, 2012
@jashkenas adding a rel=canonical fdcd99d
Commits on May 12, 2012
@colinscape colinscape Fix typo in test name fa899ab
Commits on May 13, 2012
@michaelficarra michaelficarra Merge pull request #2299 from geraldalewis/2213-no-method-is-array
Wraps up #2211 -- addresses invocations within destructured params
ed70540
Commits on May 14, 2012
@michaelficarra michaelficarra added bugs to package.json e57a5de
@jashkenas CoffeeScript 1.3.2 7792a3a
@michaelficarra michaelficarra fixed REPL to allow streamed input from stdin 66c751b
@michaelficarra michaelficarra package.json: changing license URL to new github raw URL format 5c8eef2
Commits on May 15, 2012
@michaelficarra michaelficarra small refactoring of 66c751b dac24a3
@michaelficarra michaelficarra Fixes broken autocompletion from 8bc6001
8bc6001 removed autocompletions of
non-enumerable own-properties in trying to add enumerable prototype
properties to the autocompletions. This commit adds them back and unions
them with the enumerable prototype properties.
8dcbe54
@jashkenas Fixes #2331 -- bound 'super' regression e3454ed
@jashkenas CoffeeScript 1.3.3 79492aa