Jeremy Ashkenas
|
e14f4c5db1
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
|
Jeremy Ashkenas
|
4b4b0e630e
|
yet another rewriter-based comment fix, this time for issue #403
|
2010-06-12 18:06:33 -04:00 |
|
Jeremy Ashkenas
|
d9071a80a0
|
Unsatisfactory patch that fixes Issue #394 ... comments that prefix spaced out if/else clauses.
|
2010-06-12 17:41:46 -04:00 |
|
Jeremy Ashkenas
|
0222d90fa3
|
adding a 'loop' keyword to CoffeeScript. Takes an expression or a block. Runs it until you break or return out.
|
2010-06-12 12:15:53 -04:00 |
|
Jeremy Ashkenas
|
c2d1ae06c5
|
removing the <- bind operator from CoffeeScript...
|
2010-06-12 11:00:56 -04:00 |
|
Jeremy Ashkenas
|
0a4fe7ed97
|
fixing the lexer so that leading commas surpress newlines
|
2010-06-11 08:29:16 -04:00 |
|
Jeremy Ashkenas
|
676e893c14
|
reworking parser for more permissive non-comma-separated array elements.
|
2010-06-09 00:37:23 -04:00 |
|
Jeremy Ashkenas
|
e37056192b
|
Fix for issue #414 -- apostrophes in heredocs.
|
2010-06-02 19:53:03 -04:00 |
|
Jeremy Ashkenas
|
8321f6bfe3
|
making block comments require their own lines for delimiters. Issue 379.
|
2010-06-02 00:03:07 -04:00 |
|
Jeremy Ashkenas
|
61d9bd7e5e
|
making the lexer more sophisticated about incorrect outdents ... a little safer for everyone.
|
2010-06-01 23:32:46 -04:00 |
|
Jeremy Ashkenas
|
c5fd64c72a
|
allowing direct calls against numbers.
|
2010-05-31 22:56:51 -04:00 |
|
Jeremy Ashkenas
|
45f442bd73
|
allowing Klass::['dynamic-property'] syntax. Issue #392
|
2010-05-31 22:32:43 -04:00 |
|
Jeremy Ashkenas
|
47fdcebb01
|
one more range comprehension vs range literal test, for thoroughness.
|
2010-05-31 19:43:30 -04:00 |
|
Jeremy Ashkenas
|
8cdd8de360
|
adding a negative range comprehension test.
|
2010-05-31 19:41:02 -04:00 |
|
Jeremy Ashkenas
|
39b8bbc39b
|
Moving all of the 'test_issues' tests from 'hiatus' to their proper locations...
|
2010-05-31 15:13:48 -04:00 |
|
Jeremy Ashkenas
|
710b2b5fdc
|
moving issue #381 test to the proper spot.
|
2010-05-31 14:03:07 -04:00 |
|
Stan Angeloff
|
e17bb4ff11
|
FIXES #397: Can't use @variable in switch in instance method
|
2010-05-26 21:58:11 +03:00 |
|
Stan Angeloff
|
aba19841ee
|
FIXES #390: super() calls in constructor of classes that are defined as object properties
|
2010-05-25 09:15:46 +03:00 |
|
Stan Angeloff
|
5a306785ba
|
Tests to ensure reserver words and operators can be used as object keys
|
2010-05-23 12:44:40 +03:00 |
|
Stan Angeloff
|
385b18f588
|
FIXES #383: Numbers that start with . not recognized
|
2010-05-20 00:20:33 +03:00 |
|
Stan Angeloff
|
bf1f9f4b95
|
FIXES #380: problem with @ and instanceof
|
2010-05-19 23:51:53 +03:00 |
|
Jeremy Ashkenas
|
dfb3a13246
|
Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366
|
2010-05-14 23:40:04 -04:00 |
|
Jeremy Ashkenas
|
8136c5f3de
|
making regexes stricter about their flags.
|
2010-05-14 09:14:41 -04:00 |
|
Jeremy Ashkenas
|
8aceef20e1
|
Adding initial implementation of here-comments (block comments) Issue #368
|
2010-05-12 20:56:44 -04:00 |
|
Jeremy Ashkenas
|
7e3c71ed19
|
Allowing more flexible linebreaks/indentation within object literals.
|
2010-05-12 18:28:40 -04:00 |
|
Jeremy Ashkenas
|
9d09bee6fb
|
better test for sans-condition switch...
|
2010-05-11 09:32:16 -04:00 |
|
Jeremy Ashkenas
|
cd6ee373ff
|
enabling condition-less switches.
|
2010-05-10 22:57:51 -04:00 |
|
Jeremy Ashkenas
|
9a7420ccd0
|
adding support for calling variadic functions with less than the requested number of arguments.
|
2010-05-08 12:44:54 -04:00 |
|
Tim Jones
|
0b3bb66708
|
Added safe soaking on non-existent variables.
|
2010-05-05 21:58:48 +12:00 |
|
Jeremy Ashkenas
|
6222ed622f
|
forcing spaces for implicit calls ... making '@ name' a call instead of an access. Ticket #353
|
2010-05-04 23:44:54 -04:00 |
|
Jeremy Ashkenas
|
ee4e34bf6d
|
relative requires...
|
2010-05-01 11:00:43 -04:00 |
|
gfxmonk
|
b47188763c
|
add require statements to tests that depend on coffee-script modules
|
2010-05-02 00:27:50 +10:00 |
|
Jeremy Ashkenas
|
1a97f599dd
|
added a test for the multiple-functions-passed-sans-parens
|
2010-04-30 23:20:22 -04:00 |
|
Jeremy Ashkenas
|
adbcd320b2
|
adding until loops as the inverse of while loops
|
2010-04-28 22:08:00 -04:00 |
|
Jeremy Ashkenas
|
b746c9018e
|
adding 'unless' blocks
|
2010-04-27 19:35:15 -04:00 |
|
Stan Angeloff
|
2a3a713811
|
Allowing pattern matching within for..loops
|
2010-04-26 21:35:35 +03:00 |
|
Jeremy Ashkenas
|
a894db35fd
|
Got the DRY object pattern matching style working properly, from Harmony. {name, age}: person now works correctly.
|
2010-04-25 22:21:53 -04:00 |
|
Jeremy Ashkenas
|
08c877ec7b
|
Fixing string keys in pattern matching on objects (ticket 325)
|
2010-04-25 11:07:09 -04:00 |
|
Jeremy Ashkenas
|
1438cecfad
|
Fixing splats-with-super()-in-classes, an oversight.
|
2010-04-24 15:57:15 -04:00 |
|
Jeremy Ashkenas
|
01b4393fa7
|
fixing Issue #328, parse error with indents and comments (StanAngeloff)
|
2010-04-21 22:26:45 -04:00 |
|
Jeremy Ashkenas
|
bf2a5386f9
|
requiring helpers module in test_bind.coffee
|
2010-04-21 19:52:58 -04:00 |
|
Jeremy Ashkenas
|
1cddb2aa88
|
Redoing Rewriter#add_implicit_parentheses to be more robust.
|
2010-04-20 01:32:12 -04:00 |
|
Jeremy Ashkenas
|
aac9679282
|
merging in gfodor's excellent Rewriter patch.
|
2010-04-19 23:18:39 -04:00 |
|
Greg Fodor
|
1aed9c545f
|
Fix for bug with chaining
|
2010-04-18 00:41:47 -04:00 |
|
Jeremy Ashkenas
|
0d860516ac
|
fixing non-spaced function application.
|
2010-04-13 09:05:55 -04:00 |
|
Jeremy Ashkenas
|
c3bbb48041
|
adding a test case for issue 309, interpolations with implicit calls.
|
2010-04-11 09:37:48 -04:00 |
|
Jeremy Ashkenas
|
df97effb9c
|
fixing implicit-call-in-function-in-parens bug.
|
2010-04-10 18:56:46 -04:00 |
|
Jeremy Ashkenas
|
f36acc27e5
|
safely preserving the arguments object through generated closure wrappers.
|
2010-04-10 14:20:32 -04:00 |
|
Chris Lloyd
|
2e744a1c1b
|
Failing test for string interpolation. Interpolated strings need to be expressions, not values.
|
2010-04-04 16:54:59 +10:00 |
|
Jeremy Ashkenas
|
4a85f3d499
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
|