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
Ben Atkin
19036348a5
Updated for npm 1.0: the -g option installs to the global npm bin directory.
...
Without -g, the bin is in node-modules/.bin/coffee.
2011-04-29 19:57:18 -07:00
Michael Ficarra
7efea4bb23
removed "globals" option of CoffeeScript.compile and enhanced fix from
...
previous commits
2011-04-29 15:53:30 -04:00
Michael Ficarra
63ce244359
Better fixes for problem mentioned in last 3 commits. Also adds _
...
special value (as in node's REPL) that always holds return value of last
executed expression. Finally, fixes #1109
2011-04-29 13:59:59 -04:00
Michael Ficarra
0bdf9538d0
Recently discussed problem has been understood. Adding relevant values
...
to the global scope upon `eval` in REPL.
See bcf1e178a1 (commitcomment-362493)
2011-04-29 09:29:25 -04:00
Michael Ficarra
b88e23892f
Fixes broken require from last commit. We're not actually sure yet
...
*why* `require` and only `require` was affected. All other globals that
I tried were unaffected: `console`, `parseInt`, `process`, `global`,
`Array`, `Object`, `Buffer`, `setTimeout`, ...
2011-04-29 09:18:47 -04:00
Michael Ficarra
bcf1e178a1
Fixes error in REPL where any variable defined in
...
`src/coffee-script.coffee` is shared with the REPL scope. Example: try
`lexer` or `@VERSION` pre-commit.
2011-04-29 02:32:16 -04:00
Trevor Burnham
fe889b8428
Setting process.argv[0] to 'coffee' in the REPL (aesthetic)
2011-04-28 18:35:42 -04:00
Trevor Burnham
cde7498c8e
Setting process.argv[0] to 'coffee' in 'coffee foo.coffee'
...
See #1301 et al.
2011-04-28 18:27:40 -04:00
Jeremy Ashkenas
a27feb4157
Making the naming of the --join'd coffeescript mandatory. Issue #1076 .
2011-04-27 23:06:58 -04:00
Jeremy Ashkenas
a93c835557
Issue #1006 , infinite loop in addImplicitParentheses.
2011-04-27 22:49:42 -04:00
Michael Ficarra
5cd5821c18
#1106 test case: making sure __proto__ exists in case v8 ever removes it
2011-04-27 18:57:22 -07:00
Jeremy Ashkenas
3912e29eb7
Merge branch 'master' of github.com:jashkenas/coffee-script
2011-04-27 21:56:31 -04:00
Jeremy Ashkenas
0bad04d374
Issue #1182 -- subclasses with external constructor functions.
2011-04-27 21:56:08 -04:00
Michael Ficarra
50c3a64553
fixes #1106 ; __proto__ compilation
2011-04-27 21:39:30 -04:00
Michael Ficarra
cd8492dd7b
test for #1106
2011-04-27 21:36:29 -04:00
Jeremy Ashkenas
79e160a46b
Edited documentation/index.html.erb via GitHub
2011-04-27 06:51:05 -07:00
Timothy Jones
761b3b3646
Merged pull request #1298 from pjaspers/patch-1.
...
Typo error, s/synax/syntax
2011-04-27 03:18:32 -07:00
Piet Jaspers
937f027f3c
Typo error, s/synax/syntax
2011-04-27 00:57:37 -07:00
Jeremy Ashkenas
da14538299
Issue #1272 documentation
2011-04-26 21:47:48 -04:00
Jeremy Ashkenas
02fbf766ad
removing erroneous tabs from nodes.coffee.
2011-04-26 21:23:51 -04:00
Jeremy Ashkenas
b13bef7f45
#1256 , documentation typo
2011-04-26 20:46:07 -04:00
Jeremy Ashkenas
5e1aadba80
expanding on the sentence that talks about standalone extends ... Issue #1258
2011-04-26 20:42:24 -04:00
Jeremy Ashkenas
44e0bbf342
Issue #1262 , print filename in error messages for require module scripts.
2011-04-26 20:35:30 -04:00
Jeremy Ashkenas
a7ed3379df
merging in kit's in-order execution patch.
2011-04-23 13:40:40 -04:00
Jeremy Ashkenas
19849e66d4
renaming wordy test titles.
2011-04-23 13:35:15 -04:00
Jeremy Ashkenas
e9dac2fddc
Fixes #1280 , regex and compound division mixup.
2011-04-23 13:33:35 -04:00
Jeremy Ashkenas
e61fe48b4d
Issue #1294 , throw the error for a bad symlink reference when compiling a file.
2011-04-23 13:21:58 -04:00