Jeremy Ashkenas
|
fba165408c
|
#923 ... correct interpolation.
|
2010-12-18 13:20:14 -05:00 |
|
Jeremy Ashkenas
|
dd168373a1
|
1.0.0-pre, that is.
|
2010-12-18 12:14:40 -05:00 |
|
Jeremy Ashkenas
|
f121558668
|
Starting to use development versions. This one is '1.0-pre'
|
2010-12-18 10:53:08 -05:00 |
|
Jeremy Ashkenas
|
640ba7d69e
|
Issue #948. A plucked direct call should not have shared scope. (kinda defeats the whole point.)
|
2010-12-18 10:41:44 -05:00 |
|
Jeremy Ashkenas
|
bc4498e018
|
Issue #910. Adding support for a --nodejs flag to forward arguments.
|
2010-12-18 09:29:04 -05:00 |
|
Michael Ficarra
|
805d03125b
|
added --node flag for passing options through directly to node
|
2010-12-17 02:39:39 -05:00 |
|
Jeremy Ashkenas
|
c3943d21d0
|
Pulling out a lastNonComment method.
|
2010-12-16 11:35:51 -05:00 |
|
Jeremy Ashkenas
|
a7158ec69c
|
fixing trailing herecomments with 'break'
|
2010-12-16 08:23:34 -05:00 |
|
Jeremy Ashkenas
|
346621ed21
|
Fix for #926
|
2010-12-15 23:38:27 -05:00 |
|
Jeremy Ashkenas
|
76e11e6f64
|
Fixing #934 (at least partially).
|
2010-12-15 22:59:28 -05:00 |
|
Jeremy Ashkenas
|
466cd43277
|
Pulling in variable declarations closer to inner scope (after Coco).
|
2010-12-13 21:24:32 -05:00 |
|
Jeremy Ashkenas
|
39009dcfb9
|
Fixing Issue #916. Overoptimization leading to empty var;
|
2010-12-12 12:16:27 -05:00 |
|
Michael Ficarra
|
ca6983139e
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-11 15:02:37 -05:00 |
|
Jeremy Ashkenas
|
9f56c92497
|
Issue #853. Normalizing values of ARGV and argv with Node.js
|
2010-12-11 13:50:59 -05:00 |
|
Michael Ficarra
|
a969d3ff1d
|
Merge branch 'master' of http://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-09 22:49:58 -05:00 |
|
Jeremy Ashkenas
|
b6324d0007
|
Fixing issue #902 ... collected comprehension when no comprehension is necessary.
|
2010-12-09 22:16:32 -05:00 |
|
Jeremy Ashkenas
|
ba27b4be69
|
Fixing Issue #904. Destructuring parameters need to reserve their variable names as if they were true parameters.
|
2010-12-09 21:34:52 -05:00 |
|
Jeremy Ashkenas
|
7c3ef56332
|
LEVEL_PAREN -> LEVEL_LIST
|
2010-12-09 21:12:24 -05:00 |
|
Jeremy Ashkenas
|
7b9286b2c2
|
Issue #905. Fixing soaked-value-as-a-comprehension-subject ... incorrect LEVEL_TOP.
|
2010-12-09 21:03:41 -05:00 |
|
Michael Ficarra
|
50d2b4e0b5
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-08 01:29:40 -05:00 |
|
Jeremy Ashkenas
|
a24a3c565e
|
Merge branch 'fixSplices' of http://github.com/michaelficarra/coffee-script
|
2010-12-07 22:24:17 -05:00 |
|
Jeremy Ashkenas
|
20d87297b2
|
merging in 909
|
2010-12-07 22:16:27 -05:00 |
|
Michael Ficarra
|
00fd33b635
|
fixes (temporarily) issue #908; line 1232 of src/nodes.coffee still
needs a rewrite though
|
2010-12-07 19:44:47 -05:00 |
|
Michael Ficarra
|
f2dc526fc8
|
Fixing compileSplice broken by c7a9801d because " + 1" is now evaluated
as NaN by node. Removed that implicit cast entirely.
|
2010-12-07 14:27:44 -05:00 |
|
Michael Ficarra
|
e5491198f6
|
Merge branch 'master' of http://github.com/jashkenas/coffee-script into refactorTests
Conflicts:
lib/coffee-script.js
|
2010-12-07 12:27:03 -05:00 |
|
Jeremy Ashkenas
|
fa53a4c057
|
CoffeeScript 0.9.6
|
2010-12-07 00:21:34 -05:00 |
|
Jeremy Ashkenas
|
2fb269a938
|
refactoring Scope.
|
2010-12-06 23:32:32 -05:00 |
|
Jeremy Ashkenas
|
ec64646fee
|
Issue #901 ... allow constructor functions to maintain their position in the class body.
|
2010-12-06 01:01:57 -05:00 |
|
Michael Ficarra
|
5371268f8f
|
Merge branch 'master' of http://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-05 22:31:28 -05:00 |
|
Jeremy Ashkenas
|
2decb30d4e
|
Issue #897 ... fixed leaking direct-call-plucked comprehension variables, due to shared scope.
|
2010-12-05 21:18:30 -05:00 |
|
Jeremy Ashkenas
|
c0bbc609be
|
Fixing direct construction splats.
|
2010-12-05 20:44:32 -05:00 |
|
Jeremy Ashkenas
|
f6be426aa0
|
utils -> util.
|
2010-12-05 17:51:52 -05:00 |
|
Jeremy Ashkenas
|
17b5c8ac6f
|
Issue #887 and #893. Adding timestamps to --watch --compile.
|
2010-12-05 16:06:13 -05:00 |
|
Jeremy Ashkenas
|
b18d0d75fd
|
adding newlines after error stacktrace in REPL.
|
2010-12-05 15:46:04 -05:00 |
|
Jeremy Ashkenas
|
77e13e459b
|
Fixing the repl so that errors print properly, and async exceptions are logged instead of killing the session.
|
2010-12-05 15:40:49 -05:00 |
|
Jeremy Ashkenas
|
24183d9a39
|
Issue #894: Strange interaction between class instantiation and splats
|
2010-12-05 15:08:41 -05:00 |
|
Michael Ficarra
|
1e080cc258
|
Merge branch 'master' of github.com:michaelficarra/coffee-script into refactorTests
|
2010-12-05 13:37:34 -05:00 |
|
Michael Ficarra
|
dc5854689b
|
fix for bug introduced in 63cbb643
|
2010-12-05 13:10:14 -05:00 |
|
Jeremy Ashkenas
|
c7a9801db7
|
simplifying generated output for common-case splices.
|
2010-12-04 15:06:21 -05:00 |
|
Michael Ficarra
|
fb7498a8ec
|
made reserved words available as CoffeeScript.RESERVED
|
2010-12-03 18:07:36 -05:00 |
|
Jeremy Ashkenas
|
67c20c0715
|
style tweaks to previous patch.
|
2010-12-03 01:23:54 -05:00 |
|
Michael Ficarra
|
c50cb65019
|
Chained comparisons now properly apply DeMorgan's Laws. I couldn't
believe there wasn't a test to remind me to toggle the
{dis,con}junctions. Added that test.
|
2010-12-03 00:07:30 -05:00 |
|
Michael Ficarra
|
23b4d2fd1d
|
Finally got !== and === back to inverting again (instead of wrapping in
`!()`)
Also, removed the `@inverted` kludge. It was gross to begin with, but I
didn't know the proper way to do it.
|
2010-12-02 23:03:21 -05:00 |
|
Michael Ficarra
|
dd18703b50
|
Issue #891: cannot safely invert < and > to >= and <= (or the
other way around). Proper fix this time.
|
2010-12-02 20:55:19 -05:00 |
|
Michael Ficarra
|
992324b425
|
fix for #891: incorrect inversion of chained comparisons
|
2010-12-02 12:55:53 -05:00 |
|
Jeremy Ashkenas
|
1f5727fe9d
|
Coco 38aa762: rewriter: made addImplicitBraces consume multiple leading comments
|
2010-11-28 17:54:00 -08:00 |
|
Jeremy Ashkenas
|
b52a1ed60a
|
disallow index mentions for range loops.
|
2010-11-28 15:54:39 -08:00 |
|
Jeremy Ashkenas
|
c3f1820ebc
|
Issue #856. Invert
|
2010-11-28 15:33:43 -08:00 |
|
Jeremy Ashkenas
|
4afa6a2887
|
Issue #860. Nested classes.
|
2010-11-28 14:56:07 -08:00 |
|
Jeremy Ashkenas
|
1254efaddb
|
Issue #878. Namespaced classes should not leak their function name.
|
2010-11-28 10:08:49 -08:00 |
|