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 |
|
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 |
|
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 |
|
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 |
|
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
|
24183d9a39
|
Issue #894: Strange interaction between class instantiation and splats
|
2010-12-05 15:08:41 -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 |
|
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
|
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 |
|
Jeremy Ashkenas
|
4447180d5a
|
Removing dynamic keys from objects.
|
2010-11-28 09:42:43 -08:00 |
|
Jeremy Ashkenas
|
41beccbe3c
|
reverting Scope#temporary simplification.
|
2010-11-28 09:28:46 -08:00 |
|
Jeremy Ashkenas
|
51988dba09
|
Removing unused garbage collection from Scope.
|
2010-11-27 18:04:40 -08:00 |
|
Jeremy Ashkenas
|
39c4c23200
|
nested shared scopes don't clobber variables.
|
2010-11-27 17:52:52 -08:00 |
|
Michael Ficarra
|
63cbb64341
|
fixes #855; fix partially inspired by satyr/coco 3e37cf32
|
2010-11-26 02:08:25 -05:00 |
|
Jeremy Ashkenas
|
fc64fa49ac
|
Switching default arguments to use an if instead of an and, more documentation.
|
2010-11-21 21:12:59 -05:00 |
|
Jeremy Ashkenas
|
5dfd36af6a
|
removing some extra parens.
|
2010-11-21 19:59:22 -05:00 |
|
Jeremy Ashkenas
|
1778177195
|
continuing to document the homepage for 0.9.5 ... removing an optimization for local variables within loops.
|
2010-11-21 19:53:31 -05:00 |
|
Jeremy Ashkenas
|
338e6d7f72
|
Coco 9a917bb: nodes: removed NUMBER
|
2010-11-20 20:51:43 -05:00 |
|
Jeremy Ashkenas
|
0e4d589d80
|
Coco ce2d08a: removed _argN temporaries for readability/consistency
|
2010-11-20 20:39:35 -05:00 |
|
Jeremy Ashkenas
|
2f498162b0
|
Coco f10291f: parens can now take a sequence of expressions: a = (b; c)
|
2010-11-20 20:22:05 -05:00 |
|
Jeremy Ashkenas
|
93cf3bd922
|
Coco ecd6aa4: Accessor -> Access
|
2010-11-20 20:09:36 -05:00 |
|
Jeremy Ashkenas
|
d3ae3525b8
|
reordering __extends. Issue #848
|
2010-11-20 19:17:09 -05:00 |
|
Jeremy Ashkenas
|
c8a2a78319
|
Issue #843. If a for-body ends in a pure-statement, no need to try and return results.
|
2010-11-20 19:12:39 -05:00 |
|
Jeremy Ashkenas
|
1f12642af2
|
Slice and Splice tests are back on master.
|
2010-11-20 18:49:17 -05:00 |
|
Jeremy Ashkenas
|
0e388fd21c
|
making empty loops compile newlineless
|
2010-11-20 18:37:19 -05:00 |
|
Jeremy Ashkenas
|
41c6364f6c
|
removing an accidental double-method
|
2010-11-20 18:21:31 -05:00 |
|
Jeremy Ashkenas
|
12134d2043
|
Using pluckDirectCalls again
|
2010-11-20 18:14:05 -05:00 |
|
Jeremy Ashkenas
|
83c41c69be
|
CoffeeScript lints cleanly again.
|
2010-11-20 17:46:44 -05:00 |
|
Jeremy Ashkenas
|
31f4214b5d
|
first draft of range literals back...
|
2010-11-20 17:40:46 -05:00 |
|
Jeremy Ashkenas
|
0c11267045
|
coco fd028a0: closes #13; leading comments/literals are now placed before variable declarations
|
2010-11-16 00:11:52 -05:00 |
|
Jeremy Ashkenas
|
f31798bbb4
|
coco 31ad9f0: nodes: made Op::invert more accurate
|
2010-11-14 15:07:43 -05:00 |
|