Jeremy Ashkenas
|
5e498ca395
|
merged
|
2013-02-25 17:41:27 +13:00 |
|
Troels Nielsen
|
7f8b56eadd
|
Use the newly compiled code when running tests under build:full
|
2013-02-24 18:08:54 +01:00 |
|
Jason Walton
|
fe45f1bf35
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/coffee-script/grammar.js
lib/coffee-script/rewriter.js
src/grammar.coffee
src/rewriter.coffee
|
2013-02-06 10:29:19 -05:00 |
|
Jeremy Ashkenas
|
33553839e2
|
Fixes #2690 -- tweak cake bench to handle literate coffeescript
|
2013-02-02 12:36:05 +11:00 |
|
Jeremy Ashkenas
|
8a98cb380e
|
Fixes #2531. Allow colors where Node says that colors are available.
|
2013-02-02 10:50:32 +11:00 |
|
Michael Ficarra
|
b1300bdd79
|
fix typo; thanks @Nami-Doc
|
2013-01-26 02:29:16 -06:00 |
|
Michael Ficarra
|
be9707f8d2
|
final tweaks to REPL rewrite
We can still use some more extensive tests, but it's already much better
tested than the current REPL.
|
2013-01-26 02:07:56 -06:00 |
|
Alon Salant
|
47bd05e9a0
|
REPL tests based on direct interaction with input and output stream. Includes multiline tests.
|
2013-01-21 21:56:34 -08:00 |
|
Jason Walton
|
a1ba0a89f8
|
Merge remote-tracking branch 'origin/master'
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/lexer.js
lib/coffee-script/parser.js
src/lexer.coffee
|
2013-01-14 14:26:06 -05:00 |
|
Jeremy Ashkenas
|
6f1fb0352c
|
doing the Scope in literate coffee ... just for kicks.
|
2013-01-05 12:05:09 -10:00 |
|
Jeremy Ashkenas
|
4bf2c6b2e9
|
Merge branch 'master' of github.com:jashkenas/coffee-script into literate
|
2013-01-05 11:34:48 -10:00 |
|
Casey Foster
|
9e3d43193d
|
gh-2631 Update to uglifyjs's new API
|
2012-11-29 09:45:31 -08:00 |
|
Jason Walton
|
d5d772d55e
|
Remove debug logging from Cakefile.
|
2012-11-15 15:18:52 -05:00 |
|
Jason Walton
|
c407a0bf19
|
Fix reporting of errors in 'cake test'
|
2012-11-14 16:19:17 -05:00 |
|
Jeremy Ashkenas
|
4fb3a312b0
|
fixing block comment indentation
|
2012-09-25 19:35:02 -05:00 |
|
Matt Hickford
|
7e32c32057
|
build on Windows - fix spawn command by calling node explicitly
|
2012-03-25 11:17:46 +01:00 |
|
Gerald Lewis
|
3a694d7dfa
|
Issue #1547 'use strict' octal escape sequences prohibited
RegExp updated (thanks @michaelficarra)
and hex escapes for colors in Cakefile
tests updated (thanks @satyr)
error message conforms to existing Lexer SyntaxErrors
|
2012-01-16 17:18:13 -05:00 |
|
Jeremy Ashkenas
|
ad39150565
|
Fixing crappy JS AMD code.
|
2011-12-15 11:21:38 -05:00 |
|
Trevor Burnham
|
fe78e65b16
|
Merging pull req #1826
|
2011-11-13 20:42:02 -05:00 |
|
Michael Ficarra
|
5ae4e06770
|
cake test: change eq to use egal semantics, paralleling arrayEq
|
2011-11-05 11:14:09 -04:00 |
|
Michael Ficarra
|
683b3afbc1
|
cake test: count number of complete tests that pass, not assertions
|
2011-11-05 11:12:50 -04:00 |
|
Sam Day
|
3564f51fb5
|
Added AMD support.
|
2011-11-05 20:44:19 +10:00 |
|
Tim Disney
|
0ded5b3ff3
|
removing old changes
|
2011-10-06 21:39:24 -07:00 |
|
Tim Disney
|
c20a8ff53d
|
using NODE_DISABLE_COLORS instead of flag
|
2011-10-06 18:43:53 -07:00 |
|
Tim Disney
|
2f38ed5e69
|
adding flag to surpress color in cake output
|
2011-10-06 16:17:36 -07:00 |
|
Michael Ficarra
|
c88cb5c8b5
|
Another attempt to fix #1580... still haven't come up with a good way to
test it, though. Hopefully the third time is... the one that works.
|
2011-09-04 12:16:04 -04:00 |
|
Jeremy Ashkenas
|
c6c988ae28
|
Revert "Ensure test failures get fully outputted."
This reverts commit 41b8b3256d.
|
2011-08-14 16:39:38 -04:00 |
|
Aseem Kishore
|
41b8b3256d
|
Ensure test failures get fully outputted.
Node's console.log() is non-blocking, so I was seeing test failure output get
cut off since it was happening on process exit. No more!
|
2011-08-12 14:56:33 -07:00 |
|
Michael Ficarra
|
e5b77b180a
|
fixes #580 by deleteing the compiler from require.cache and requireing it again
|
2011-08-10 21:26:16 -04:00 |
|
Mike Blume
|
8c5027abb9
|
fix the output path too
|
2011-08-08 22:37:48 -07:00 |
|
Mike Blume
|
333daf33a3
|
fix path to grammar file
|
2011-08-08 22:34:09 -07:00 |
|
Michael Ficarra
|
c2a43f70f2
|
moved src/coffee-script/*.coffee to src as per discussion in #1246
|
2011-08-05 18:39:55 -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 |
|
Michael Ficarra
|
d2d02bf91d
|
Cakefile: build:full exits unsuccessfully when tests or builds fail;
test failures now print full stack trace
|
2011-07-18 17:47:31 -04:00 |
|
breckinloggins
|
0353b0ddd3
|
Small typo fixes in several files. Completed some missing documentation in nodes.coffee
|
2011-07-09 09:58:17 -05: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 |
|
Jeremy Ashkenas
|
9aa3b5b78c
|
showing line number information for failed tests.
|
2011-05-01 10:11:56 -04:00 |
|
Jeremy Ashkenas
|
005c5309c4
|
Merging in stable at 1.0.1
|
2011-01-31 23:34:34 -05:00 |
|
Jeremy Ashkenas
|
c44d9ae923
|
CoffeeScript 1.0.1
|
2011-01-31 22:39:12 -05:00 |
|
Jeremy Ashkenas
|
7ae284f432
|
Allowing an environment variable of MINIFY=false to disable minification of the build:browser cake task.
|
2011-01-15 15:20:01 -05:00 |
|
Jeremy Ashkenas
|
150a8a12a0
|
A bit more explanation of what's actually going on with build:browser
|
2011-01-15 15:12:47 -05:00 |
|
Jeremy Ashkenas
|
7c7b9a4be1
|
Merging in 1035 fix. fileName -> filename ... a bit of refactoring.
|
2011-01-15 10:46:53 -05:00 |
|
Michael Ficarra
|
0d3827989d
|
removed global ?= window hack by actually giving tests a global
reference to global
|
2011-01-03 11:50:54 -05:00 |
|
Michael Ficarra
|
6421c865f5
|
finished reorganizing test suite
|
2011-01-03 04:17:00 -05:00 |
|
Jeremy Ashkenas
|
6d3f272551
|
ln -sfn ... part of Issue #971
|
2010-12-26 17:34:26 -08:00 |
|
Jeremy Ashkenas
|
31892e1d68
|
Issue #959 (and countless others) Removing the loop-block-scoped magic for once and for all.
|
2010-12-21 15:45:46 -05:00 |
|
Jeremy Ashkenas
|
d42f7daef7
|
Issue #943 -- splices with expressions.
|
2010-12-20 23:41:58 -05:00 |
|
Jeremy Ashkenas
|
c1c9de4546
|
utils -> util (again)
|
2010-12-18 17:44:28 -05:00 |
|
Michael Ficarra
|
a01225db39
|
moving global identity function back into just the files in which it is
used
|
2010-12-18 15:04:47 -05:00 |
|
Michael Ficarra
|
782de8743f
|
updated comment for arrayEqual function, mentioning that it tests for
functional equivalence
|
2010-12-18 14:48:43 -05:00 |
|