Gerald Lewis
bd8d82809b
Updated tests for #1216 and pull #1348
2011-05-11 09:11:41 -04:00
Gerald Lewis
51b7142805
Fix for #1216 and pull #1348 ; preserves original semantics while prettying the compiled output
2011-05-11 09:10:58 -04:00
Michael Ficarra
6c9ef76b95
fixed behavioural change accidentally introduced by #1348 , thanks @satyr
2011-05-11 00:08:24 -04:00
Michael Ficarra
a024ec5b27
reverting tests from @geraldalewis's fix for #1216
2011-05-10 23:23:31 -04:00
Gerald Lewis
2212e959ac
Fix for #1216 ?= compilation
2011-05-10 19:33:30 -04:00
Jeremy Ashkenas
d4d027159f
rebuilding browser/source
1.1.1
2011-05-10 10:04:25 -04:00
Jeremy Ashkenas
a8a581acae
Never return from a constructor.
2011-05-10 10:03:22 -04:00
Jeremy Ashkenas
9e4fa02cdb
CoffeeScript 1.1.1
2011-05-10 09:27:19 -04:00
Jeremy Ashkenas
6d6e07604e
Fixing external constructors / order of execution for once and for all ... knock on wood.
2011-05-10 09:24:20 -04:00
Adam Freidin
dc499089e9
fixed name of simple destructuring test.
2011-05-08 15:00:27 -07:00
Michael Ficarra
f4b8e19c7f
adding another failing test case related to #1182
2011-05-08 17:16:45 -04:00
Adam Freidin
1809c0e675
fixed 2nd scoping problem
...
x = 10
([x]) -> # used to not declare var x
this is one fix, the other way to fix
it is to remove the entire if ... olen is 1 ....
block... not sure if that's a good idea or not.
2011-05-08 04:59:44 -07:00
Adam Freidin
d11d69958f
Removed extra index variable left from code thrash
2011-05-08 04:32:47 -07:00
Adam Freidin
6d2733405d
Fixed splat sibling variable scope leak.
2011-05-07 20:46:08 -07:00
Adam Freidin
2dc2d162bc
variadic arguments breaking out of scope (test)
2011-05-07 16:55:27 -07:00
Michael Ficarra
56b2b02637
some cleanup, renaming temporary variable from _by to _step
2011-05-06 23:10:46 -04:00
Michael Ficarra
d031c26229
Merge git://github.com/geraldalewis/coffee-script into geraldalewis_issue1326
2011-05-06 22:53:26 -04:00
Michael Ficarra
4046fcf971
adding failing test case for #1182 execution order bug mentioned by
...
@satyr
2011-05-06 09:48:12 -04:00
Michael Ficarra
7a4fd2ec01
slightly improved fix for #1182 and #1313
2011-05-06 09:47:40 -04:00
Michael Ficarra
73731ba155
Merge branch 'issue1313'
2011-05-06 01:10:27 -04:00
Michael Ficarra
8781a148db
issues #1313 and #1182 : better class compilation in presence of
...
externally defined constructors and inheritence via `extends`. Thanks to
@stephank for the suggested approach.
2011-05-06 01:00:35 -04:00
Gerald Lewis
0e978a0d99
Merge branch 'issue_1326'
2011-05-04 13:14:46 -04:00
Gerald Lewis
ac46ede170
Fix for #1326 by value is uncached
2011-05-04 13:12:05 -04:00
Satoshi Murakami
ad669fc23a
command: JSLint => JavaScript Lint
2011-05-04 10:04:17 -07:00
Trevor Burnham
b9d3bc5b44
x = {} if x -> x and= {}, per Michael's suggestion
...
https://github.com/jashkenas/coffee-script/pull/1324/files#r25463
2011-05-03 17:06:34 -04:00
Trevor Burnham
fa2ed81485
Renaming root to mainModule in run method
2011-05-03 15:53:10 -04:00
Trevor Burnham
ea4a723379
Simpler method of getting the root module
2011-05-03 15:47:39 -04:00
Jeremy Ashkenas
71bcdb91c8
fixing changelog -- it was a regression from an earlier commit, not a true fix.
2011-05-01 14:29:48 -04:00
Jeremy Ashkenas
08294dc4d6
s/process.mainModule/require.main
2011-05-01 13:45:47 -04:00
Jeremy Ashkenas
09712603c4
coffee-script 1.1.0
1.1.0
2011-05-01 12:08:15 -04:00
Jeremy Ashkenas
2fb7ccc8f0
Revert "Fix for #1304 ... but disallows an alternative syntax."
...
This reverts commit 31bfe50831 .
2011-05-01 10:43:50 -04:00
Jeremy Ashkenas
31bfe50831
Fix for #1304 ... but disallows an alternative syntax.
2011-05-01 10:16:04 -04:00
Jeremy Ashkenas
9aa3b5b78c
showing line number information for failed tests.
2011-05-01 10:11:56 -04:00
Jeremy Ashkenas
7480f55e53
making end implicit tokens generated
2011-05-01 10:03:50 -04:00
Jeremy Ashkenas
5fd82e829b
fixing test.html
2011-05-01 08:28:00 -04:00
Jeremy Ashkenas
43ebec1812
Merge branch 'master' of github.com:jashkenas/coffee-script
2011-05-01 08:12:27 -04:00
Michael Ficarra
5cdf02f840
Merge pull request #1309 from TrevorBurnham/sandbox.
...
Fixing unavailability of `global` properties on REPL
2011-04-30 23:26:25 -07:00
Trevor Burnham
824e081005
Fixing unavailability of global properties on REPL
2011-05-01 01:45:14 -04:00
Trevor Burnham
fc992ba380
Using process.mainModule.filename instead of passing __filename
2011-04-30 23:01:36 -04:00
Trevor Burnham
264070bfc7
Making process.execPath point to coffee when running .coffee files
...
Related: #1303 set `process.argv[0]` to `coffee`. This makes
`process.execPath` consistent with that change.
2011-04-30 19:45:32 -04:00
Jeremy Ashkenas
a91509ba72
reintroducing a variant of kit's in-order script loading fix.
2011-04-30 13:48:54 -04:00
Jeremy Ashkenas
0dfe2429bc
reverted @kitgoncharov's commits that broke the browser runner.
2011-04-30 13:33:28 -04:00
Jeremy Ashkenas
f1ad2e1fae
Revert "Fix a typo in browser.coffee."
...
This reverts commit 6793eb383c .
2011-04-30 13:32:26 -04:00
Jeremy Ashkenas
c51679810a
fixing unfoldSoak performance my memoizing. #1033
2011-04-30 13:13:09 -04:00
Jeremy Ashkenas
468ad1a2d5
Updating README and website with -g instructions.
2011-04-30 11:10:37 -04:00
Jeremy Ashkenas
bf8fbc2c0e
Fixing process.argv[0] ... #1303
2011-04-30 10:59:55 -04:00
Jeremy Ashkenas
0ed8ae28e7
merging #1303 ... setting process.argv[0] to coffee for coffee's run.
2011-04-30 10:39:28 -04:00
Jeremy Ashkenas
f76ad8912c
Merge pull request #1305 from benatkin/patch-1.
...
Updated for npm 1.0: the -g option installs to the global npm bin directory
2011-04-30 07:36:43 -07:00
Jeremy Ashkenas
83e7d442fb
slightly less sketchy fix for #1106 .
2011-04-30 10:35:56 -04:00
Jeremy Ashkenas
76252659fd
Merge pull request #1300 from michaelficarra/issue1106.
...
fixes issue #1106
2011-04-30 07:29:41 -07:00