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 |
|
Jeremy Ashkenas
|
7790df0df6
|
Merge pull request #1518 from taku0/fix_pluckDirectCall
Removed a garbage code in `pluckDirectCall`.
|
2011-07-17 09:21:29 -07:00 |
|
Jeremy Ashkenas
|
c2b32df22b
|
Merge pull request #1460 from yyyc514/fix_print_with_join
compileJoin should happen once after all files are read
|
2011-07-17 09:11:32 -07:00 |
|
Breckin Loggins
|
479a2e0383
|
Using string interpolation when adding extension
|
2011-07-16 14:44:26 -05:00 |
|
Breckin Loggins
|
471cf1d51a
|
Issue #1470: Cleaning up logic on extension detection
|
2011-07-16 14:42:45 -05:00 |
|
taku0
|
ecdaad2fd6
|
Removed a garbage code in pluckDirectCall.
`args` are removed at 094b876a38.
|
2011-07-17 02:31:50 +09:00 |
|
Breckin Loggins
|
3e20622bd5
|
Test implementation of issue #1470. Assuming '.coffee' extension if file not found
|
2011-07-16 10:44:37 -05:00 |
|
Breckin Loggins
|
8a4a28bd33
|
Fixing issue #1492: Consecutive semicolons in compiled output in some situations
|
2011-07-16 09:34:46 -05:00 |
|
Jeremy Ashkenas
|
8fe59ed888
|
Fixing funkiness introduced in #1498.
|
2011-07-12 13:13:46 -04:00 |
|
Jeremy Ashkenas
|
1927213174
|
Merge pull request #1498 from breckinloggins/master
Some typo corrections and minor documentation edits
|
2011-07-12 09:07:48 -07:00 |
|
Michael Ficarra
|
cb8e147212
|
arranged and formatted nonContextGlobals list in REPL
|
2011-07-11 13:08:47 -04:00 |
|
Michael Ficarra
|
07baed89ed
|
Added globals to the REPL that are (for a reason currently unknown to
me) not provided by `vm.Script.createContext`
|
2011-07-11 12:55:29 -04:00 |
|
Michael Ficarra
|
af1cf3400e
|
fixes tab completion in the REPL
|
2011-07-10 14:26:31 -04:00 |
|
breckinloggins
|
eb53670676
|
Changing sentance structure in a grammar rule explanation
|
2011-07-09 18:33:19 -05:00 |
|
breckinloggins
|
709dc73c27
|
Removing 'the' from the CoffeeScript Compiler for Windows link
|
2011-07-09 11:52:02 -05:00 |
|
breckinloggins
|
14e09d2ca8
|
One more minor correction to main documentation
|
2011-07-09 10:03:04 -05:00 |
|
breckinloggins
|
0353b0ddd3
|
Small typo fixes in several files. Completed some missing documentation in nodes.coffee
|
2011-07-09 09:58:17 -05:00 |
|
breckinloggins
|
f2ba08f77f
|
Minor edits to the main documentation. Added a reference to @alisey's CoffeeScript Compiler for Windows.
|
2011-07-08 22:22:28 -05:00 |
|
Michael Ficarra
|
1d7d8cb4d2
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2011-07-06 22:16:30 -04:00 |
|
Michael Ficarra
|
6e9cfd8a33
|
allow Ctrl-C to escape an unwanted continuation prompt
|
2011-07-06 22:15:35 -04:00 |
|