Michael Ficarra
|
fa2fbf0c60
|
minor enhancements to tests for #1005
|
2011-08-11 02:17:48 -04:00 |
|
Michael Ficarra
|
c3fe29455b
|
finishing up fix for #1009: class @do; it's a little bit ugly, but it
makes sense to do it this way
|
2011-08-11 01:52:10 -04:00 |
|
Michael Ficarra
|
df5aca9348
|
fixes #1005: invalid identifiers allowed on LHS of destructuring
assignment
|
2011-08-11 01:11:33 -04: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 |
|
Michael Ficarra
|
fc1cdfc913
|
Merge pull request #1584 from MichaelBlume/grammar_path
fix path to grammar file
|
2011-08-08 22:43:08 -07: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
|
064f2b5787
|
README: corrected compilation instruction; added execution instruction
|
2011-08-09 00:23:55 -03:00 |
|
Michael Ficarra
|
13ac72239a
|
repl: allowing tab completion of an empty line and masking __X
reserved helpers from tab completion; fixes #1583
|
2011-08-08 18:26:50 -04:00 |
|
Michael Ficarra
|
818216374c
|
Merge branch 'restructuring' of github.com:jashkenas/coffee-script
|
2011-08-08 13:21:58 -04:00 |
|
Michael Ficarra
|
5a9cf5722f
|
conditional compilation update as per discussion in
a5ba0c27ae
|
2011-08-08 12:55:22 -04:00 |
|
Michael Ficarra
|
a5ba0c27ae
|
breaking long lines created by 803a7d06e3
|
2011-08-08 12:27:53 -04:00 |
|
Jeremy Ashkenas
|
f6d3953bc6
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2011-08-08 10:04:31 -04:00 |
|
Jeremy Ashkenas
|
c9a5135e23
|
Merge branch 'gh-pages'
|
2011-08-08 10:04:09 -04:00 |
|
Jeremy Ashkenas
|
ab326aea4c
|
removing errant line from changelog
|
2011-08-08 10:03:41 -04:00 |
|
Michael Ficarra
|
7cf5988099
|
allowing classes to extend expressions; fixes #1482
|
2011-08-07 05:02:01 -04:00 |
|
Michael Ficarra
|
35a30fbd6d
|
cleaned up block comment output; fixes #1186
|
2011-08-07 03:51:51 -04:00 |
|
Michael Ficarra
|
6608a7aa98
|
fixes #1100: precedence in or-test compilation of in
|
2011-08-07 03:43:41 -04:00 |
|
Michael Ficarra
|
803a7d06e3
|
output formatting cleanup; fixes #1254: improve when compilation; also
causes single-line, single-statement conditional bodies to sit next to
their conditions
|
2011-08-07 02:59:37 -04:00 |
|
Michael Ficarra
|
be4685589a
|
fixes #1009: classes with reserved words as determined names
|
2011-08-07 01:48:27 -04:00 |
|
Michael Ficarra
|
bf7d62affb
|
avoiding require.paths poison pill from newer node releases in
`CoffeeScript.eval`
|
2011-08-06 18:12:55 -04:00 |
|
Michael Ficarra
|
718b73a0ba
|
removed some unnecessary assignment; related: #1491
|
2011-08-06 13:31:14 -04: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 |
|
Jeremy Ashkenas
|
55e366f29c
|
Merge pull request #1571 from MichaelBlume/fix-ternary
shorten one of the ternaries
|
2011-08-04 21:02:16 -07:00 |
|
Jeremy Ashkenas
|
4e71aad124
|
Merge pull request #1573 from geraldalewis/1464_bound_static_methods
1464 bound static methods
|
2011-08-04 21:00:46 -07:00 |
|
Jeremy Ashkenas
|
a03f2fe937
|
Jison goes to 11
|
2011-08-04 23:59:46 -04:00 |
|
Jeremy Ashkenas
|
5710992156
|
Merge pull request #1576 from sstephenson/dev-dependencies
Add uglify-js and jison as development dependencies
|
2011-08-04 20:58:40 -07:00 |
|
Jeremy Ashkenas
|
0ed9be4665
|
rebuilding the browser js with a new Jison-generated parser.
|
2011-08-04 23:57:40 -04:00 |
|
Sam Stephenson
|
d665c3a75f
|
Add uglify-js and jison as development dependencies
|
2011-08-04 22:55:53 -05:00 |
|
Jeremy Ashkenas
|
48f3c70013
|
bumping version to 1.1.3-pre for Trevor's sake ;)
|
2011-08-04 23:52:27 -04:00 |
|
Jeremy Ashkenas
|
8a4ec8f562
|
Adding books + screencasts to the homepage
|
2011-08-04 23:45:38 -04:00 |
|
Jeremy Ashkenas
|
1a652a9736
|
CoffeeScript 1.1.2
1.1.2
|
2011-08-04 23:17:23 -04:00 |
|
Mike Blume
|
15fed8d17f
|
fix another long ternary in the lib
|
2011-08-04 19:58:27 -07:00 |
|
Mike Blume
|
396f9b3a12
|
eliminate unnecessary assignment
there's no need to assign this entire if statement to condpart
when condpart is assigned at every endpoint
|
2011-08-04 19:58:27 -07:00 |
|
Michael Ficarra
|
1f69200d06
|
Merge pull request #1542 from MichaelBlume/master
Check for existence of this.context. Avoid build error.
|
2011-08-04 13:23:33 -07:00 |
|
Gerald Lewis
|
0e0d625adb
|
test for #1464 ... bound class methods now keep context
|
2011-08-04 13:54:26 -04:00 |
|
Gerald Lewis
|
638dbbecbc
|
fixes issue #1464 ... bound class methods now keep context
|
2011-08-04 13:54:26 -04:00 |
|
Michael Ficarra
|
9f89a83c27
|
formatting and rewording a test
|
2011-08-01 17:28:52 -04:00 |
|
Mike Blume
|
178af9de56
|
check existence of this.context. Avoid build error
https://github.com/jashkenas/coffee-script/issues/1541
with thanks to analyst74 whose bug report made the fix trivial =)
|
2011-07-31 18:45:30 +00:00 |
|
Michael Ficarra
|
e7854bec09
|
changed uses of the slice method to CS slices in nodes.coffee
|
2011-07-31 13:25:57 -04:00 |
|
satyr
|
9b9612e09c
|
fixed #1322; block comments no longer get out of implicitly called implicit objects
|
2011-07-27 18:49:48 +09: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 |
|
Jeremy Ashkenas
|
860c5030d2
|
Merge pull request #1527 from breckinloggins/fix_1446
Fix for issue #1446: Compiler fails with unrelated exception on file permissions problems
|
2011-07-18 12:38:23 -07:00 |
|
Breckin Loggins
|
2d54fea90c
|
Fix for issue #1446: Compiler crashes on permissions error instead of giving meaningful error message
|
2011-07-18 14:29:45 -05:00 |
|
Breckin Loggins
|
5ee0254ce5
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script
|
2011-07-18 14:21:09 -05:00 |
|
Jeremy Ashkenas
|
37019dab1c
|
Merge pull request #1522 from breckinloggins/fix_1470
Issue #1470: Command line compiler now assumes ".coffee" extension if left off of file names
|
2011-07-18 06:12:44 -07:00 |
|
Breckin Loggins
|
2b31f28f8f
|
Replacing heredoc in test with simple string
|
2011-07-17 15:50:42 -05:00 |
|
Michael Ficarra
|
8931e31991
|
improving test for #1492
|
2011-07-17 16:43:50 -04:00 |
|
Jeremy Ashkenas
|
813efbe1d3
|
Merge pull request #1517 from breckinloggins/master
Patch for issue #1492 (consecutive semicolons in compiled output)
|
2011-07-17 13:31:32 -07:00 |
|