Joiey Seeley
4035e7caab
Removed "mkdirp": "~0.3.5" from bower.json
2014-10-29 15:10:57 -05:00
Joiey Seeley
2c6e6ca870
Added an initial bower.json configuration file
2014-10-29 14:23:31 -05:00
Jeremy Ashkenas
f2a3f7507e
Merge pull request #3521 from gscottolson/master
...
Retina favicon.ico
2014-10-27 17:18:33 -04:00
Jeremy Ashkenas
4f82e5912e
Merge pull request #3677 from alubbe/master
...
implemented proper precedence for 'yield'
2014-10-13 11:41:36 -04:00
alubbe
dd5da7f5f2
implemented proper precedence for 'yield'
2014-10-13 03:32:02 +02:00
Anatoly Ressin
ec44aba71a
Improved test readability + fixed integer divison
2014-10-12 22:32:02 +03:00
Anatoly Ressin
e8a4e93a72
Added failing test case for the yield precedence
2014-10-12 20:08:28 +03:00
Jeremy Ashkenas
158ca0d869
Merge pull request #3638 from lbeschastny/issue3638
...
Invalid block comments compilation
2014-09-23 14:52:03 -04:00
Jeremy Ashkenas
a78cbe78a1
Merge pull request #3240 from alubbe/master
...
using 'yield' automatically turns functions into generators
2014-09-19 16:38:41 -04:00
Leonid Beschastny
77d5b95260
Added test for jashkenas/coffee-script#3638
2014-09-17 15:02:18 +04:00
Leonid Beschastny
55e3b6b3c3
Fixed jashkenas/coffeescript#3638 - invalid block comments compilation
2014-09-17 15:02:10 +04:00
Andreas Lubbe
efca2861a6
added tests for yield, yield from, yield return and yield in if statements
2014-09-06 17:25:44 +02:00
Andreas Lubbe
781ea22d57
always wrap 'yield' in () to allow composability with all other operators
2014-09-06 17:12:25 +02:00
Andreas Lubbe
437b9ed65c
added 'yield return'
2014-09-06 15:40:53 +02:00
Andreas Lubbe
c72556619f
added 'yield from'
2014-09-06 13:53:21 +02:00
Andreas Lubbe
565d78f00b
removed support for '->*" and '=>*'
2014-09-06 13:38:04 +02:00
Andreas Lubbe
75900660fd
Merge remote-tracking branch 'A/master'
2014-09-06 11:32:25 +02:00
Michael Ficarra
b407a59baf
Merge pull request #3618 from josh/update-site-example-projects
...
Refresh site Examples section
2014-08-28 00:40:35 -04:00
Joshua Peek
9dfd71b0e4
Add Atom to Examples
2014-08-27 21:24:42 -07:00
Joshua Peek
872092f6de
Remove josh/nack from Examples
2014-08-27 21:21:25 -07:00
Michael Ficarra
8b066f125d
Merge pull request #3616 from epmatsw/spelling
...
Quick spelling fixes
2014-08-26 19:46:34 -07:00
Will Stamper
94c467b520
Quick spelling fixes
2014-08-26 20:41:32 -05:00
Jeremy Ashkenas
81047d45ee
CoffeeScript 1.8.0
1.8.0
2014-08-26 12:24:29 -04:00
Jeremy Ashkenas
9177676979
Merge pull request #3611 from lydell/release-1.8.0
...
Release 1.8.0
2014-08-26 12:20:18 -04:00
Simon Lydell
7cfba37f7c
Update changelog for 1.8.0
2014-08-25 19:39:27 +02:00
Simon Lydell
ee8d105194
Rebuild docs
2014-08-23 16:08:39 +02:00
Michael Ficarra
6929441cb7
Merge pull request #3592 from mmotorny/master
...
Exit with an error code 1 if could not write a compiled JavaScript file ...
2014-08-17 22:07:07 -07:00
Maksym Motornyy
b5734028d9
Exit with an error code 1 if could not write a compiled JavaScript file or a source map
...
Currently CoffeeScript reports a success even if it failed to write a
compiled file to disk. This behavior confuses automated tools such as
test runners which may return false positives if a test failed to
compile because of a file lock.
2014-08-17 20:42:30 -07:00
Michael Ficarra
ab6f69c741
Merge pull request #3561 from yjo/js-map-file-ext
...
Use '.js.map' as file extension for created map files
2014-07-29 10:52:59 -07:00
Joe Lee-Moyet
2ec6e7e944
Use '.js.map' as file extension for created map files
...
Addresses jashkenas/coffeescript#3297
2014-07-29 17:28:08 +01:00
Nami-Doc
fbbda3f85f
Fix the "Examples" link on coffeescript.org
...
It now points to the "Trending repositories" of the month.
2014-07-23 22:17:00 +02:00
Michael Ficarra
f96ab11feb
Merge pull request #3545 from jordanbtucker/patch-1
...
`bin/cake` will be in `coffeescript`
2014-07-17 16:23:47 -07:00
jordanbtucker
5c1daf966a
bin/cake will be in coffeescript
...
Since the name change, `bin/cake` will be in `coffeescript`, not `coffee-script`.
2014-07-17 15:04:40 -07:00
Michael Ficarra
df8529fbfb
Merge pull request #3543 from ysmood/err_info_issue
...
Fixed an error formatting issue
2014-07-16 07:36:48 -07:00
Yad Smood
3465e7554d
Fixed an error formatting issue f7b36054fc
...
When using tab for code indent, the error marker
will be wrongly positioned.
2014-07-16 17:56:07 +08:00
Yad Smood
f7b36054fc
Add a test case for compiler error formatting.
...
Error formatting with mixed tab and space.
2014-07-16 17:50:15 +08:00
Michael Ficarra
3ec10df4a1
Merge pull request #3539 from minodisk/fix-heregex-interpolation
...
Fix wrong location issue in heregex interpolation
2014-07-13 21:10:03 -07:00
minodisk
deead4bfad
Fix wrong location issue in heregex interpolation
2014-07-13 16:39:41 +09:00
Michael Ficarra
302aa6a457
Merge pull request #3533 from minodisk/fix-string-interpolation
...
Fix wrong location issue in "string" interpolation
2014-07-02 21:49:24 -07:00
minodisk
5920939e23
Fix wrong location issue in "string" interpolation
2014-07-03 13:11:20 +09:00
Michael Ficarra
2bab1b6aa1
Merge pull request #3524 from minodisk/master
...
Fix location data bug for string interpolations
2014-07-01 07:35:57 -07:00
minodisk
2b539ebea8
Fix wrong location issue in string interpolation starting with line break
2014-07-01 11:28:21 +09:00
dabbler0
159d562230
Fix off-by-one issue with string interpolation in lexer
2014-07-01 10:55:17 +09:00
Nami-Doc
eb030a2c73
Update link to "CoffeeScript Ristretto", fixes #3489
2014-06-26 17:10:11 +02:00
G. Scott Olson
ba4157b5e2
Retina favicon.ico
2014-06-23 11:11:54 -04:00
Michael Ficarra
5a54d8ba6d
Merge pull request #3509 from aviflax/patch-1
...
Remove sudo from install command in introduction
2014-06-09 08:21:27 -07:00
Avi Flax
f619416492
Remove typo
...
No idea how that got in there.
2014-06-06 13:46:41 -04:00
Avi Flax
2dd1ec3314
Remove sudo from install command in introduction
...
1. It just seems like a bad practice to encourage people to run npm with `sudo`
2. The doc wasn’t consistent with itself — down below in the full “Installation” section the same command did *not* include `sudo`
2014-06-06 09:26:18 -04:00
Michael Ficarra
4ad625a265
Merge pull request #3508 from bwin/patch-1
...
remove docco as dependency (still a devDependency)
2014-06-05 21:51:26 -07:00
Benjamin Winkler
df2b79fa56
remove docco as dependency (still a devDependency)
...
also changed version requirement notation for from `n.n.x` to `~n.n.n` like the others
2014-06-06 04:33:19 +02:00