Jeremy Ashkenas
84b8b5ccee
CoffeeScript 1.6.3
1.6.3
2013-06-02 09:37:45 +04:00
Jeremy Ashkenas
7b14a6aad2
Fixing browser build boilerplate.
2013-06-02 09:21:36 +04:00
Jeremy Ashkenas
342306587c
Removing out of date testing cruft
2013-06-02 09:13:16 +04:00
Jeremy Ashkenas
3298c9caad
merge
2013-06-02 09:10:16 +04:00
Jeremy Ashkenas
7089b02a74
Merging in a monkey-patching of Module::load, unfortunately.
2013-06-02 09:03:54 +04:00
Jeremy Ashkenas
bd451800bf
Merge pull request #3000 from sgentle/require-extensions
...
Patch module.prototype.load to enable multiple extensions like .coffee.md
2013-06-01 21:44:02 -07:00
Jeremy Ashkenas
5e06f7e859
Removing Ultraviolet workaround
2013-06-02 07:50:03 +04:00
Michael Ficarra
0f5ae54014
Merge pull request #2930 from marchaefner/Issue1057
...
Fixes #1057 : Allow catch/finally in single line functions.
2013-05-31 14:56:04 -07:00
Michael Ficarra
5496a189bc
fixes #2934
2013-05-31 16:51:30 -05:00
Michael Ficarra
2e6a781014
remove cake build:ultraviolet
2013-05-31 15:49:48 -05:00
Michael Ficarra
b85cf5355f
Merge pull request #2085 from stepheneb/ruby-1-9-generate-coffeescript-syntax
...
rake task creates/installs coffeescript.syntax
2013-05-31 13:48:22 -07:00
Jeremy Ashkenas
f038d0514a
Merge pull request #2984 from xixixao/literatetest
...
Fixes tabbed code test in literate
2013-05-26 04:08:01 -07:00
Jeremy Ashkenas
7c4128ee3b
Merge pull request #3002 from Nami-Doc/issue3001
...
Disallowed `for own in`
2013-05-26 03:43:22 -07:00
Sam Gentle
012e3c019c
fix style problems part 3
2013-05-26 15:59:49 +10:00
Nami-Doc
b3ffd25339
Disallowed for own in
2013-05-26 00:29:26 +02:00
Sam Gentle
46a0dc6dce
Didn't mean to commit testsymlink
2013-05-26 02:33:11 +10:00
Sam Gentle
30b2af820a
Early exit + refactor findExtension
2013-05-26 02:17:34 +10:00
Sam Gentle
e7d01b903f
New tests for module importing
2013-05-26 02:09:52 +10:00
Sam Gentle
e4407dd73c
fix style problems part 2
2013-05-26 00:50:18 +10:00
Sam Gentle
2fd956d8d4
fix style problems
2013-05-26 00:10:07 +10:00
Sam Gentle
c0aac8e598
use helpers.isCoffee in test runner
2013-05-26 00:04:18 +10:00
Sam Gentle
d46a44ac48
Patch node module loader to handle multiple extensions - fixes #2928 & #2855
2013-05-25 23:22:27 +10:00
Sam Gentle
9b1bdd4b36
Add test for .coffee.md loading
2013-05-25 23:06:44 +10:00
Michal Srb
fd47920c63
Fixes tabbed code test in literate
2013-05-15 10:30:20 +01:00
Michael Ficarra
088b8b3ec5
Merge pull request #2978 from pushrax/master
...
Fix 'propeties' typo in docs
2013-05-08 17:44:53 -07:00
Justin Li
afd9b44dea
Fix 'propeties' typo in docs
2013-05-08 15:57:46 -04:00
In-Ho Yi
b54db2ea07
keep track of source map information for require()d coffee files
2013-04-29 17:06:22 +10:00
Michael Ficarra
3650d6eb4e
Merge pull request #2933 from marchaefner/master
...
Fix implicit calls with preceding herecomment
2013-04-28 21:07:52 -07:00
Marc Häfner
05b74f3743
Merge remote-tracking branch 'refs/remotes/upstream/master'
2013-04-29 05:27:13 +02:00
Michael Ficarra
174cd7eaa0
rebuild for some unneccessary parentheses changes
...
rebuild of 3921e3db34
2013-04-28 22:09:46 -05:00
Nami-Doc
3921e3db34
Merge pull request #2965 from Nami-Doc/style-cleanup1
...
Style cleanup
2013-04-28 16:20:53 -07:00
Nami-Doc
63bc7fe354
final style edits
2013-04-29 01:19:24 +02:00
Nami-Doc
ba01e36cc2
partly revert 7be996c
2013-04-28 22:34:56 +02:00
Marc Häfner
40d2761bd8
Fixes #2916 -- implicit calls with preceding herecomment
2013-04-28 10:30:03 +02:00
Nami-Doc
4ff7fef3bb
remove jsl config file and the doc line about it
2013-04-28 00:58:34 +02:00
Nami-Doc
7be996c010
code cleanup
2013-04-28 00:56:44 +02:00
Michael Ficarra
f4332475b5
Merge pull request #2963 from Nami-Doc/lint-flag-removal
...
Lint flag removal
2013-04-27 15:13:38 -07:00
Nami-Doc
4da00e8296
Fix docs : modify source file instead of built file
2013-04-27 20:55:37 +02:00
Nami-Doc
e8fae286be
remove --lint. #2894 : rebuild and fix docs
2013-04-27 19:35:32 +02:00
Nami-Doc
f451bb5f61
Merge pull request #2894 from billymoon/master
...
Literate flag
2013-04-27 10:29:03 -07:00
Billy Moon
d8d7495767
give the -l flag to literate
...
remove `-l` from lint, allowing it to be used for literate
2013-04-27 10:42:10 +03:00
Michael Ficarra
4b4f6ac222
Merge pull request #2951 from xixixao/issue1437
...
Fix #1437 . Unneeded ref in existential assignment.
2013-04-22 13:04:32 -07:00
Michal Srb
7b9699c5fa
Fix #1437 . Unneeded ref in existential assignment.
2013-04-22 21:58:49 +02:00
Jeremy Ashkenas
8a59558e2d
Merge pull request #2946 from Nami-Doc/issue2944
...
Fix #2944
2013-04-21 08:15:15 -07:00
Nami-Doc
5162472f16
Fix REPL when env.HOME isn't available - #2945
2013-04-21 16:03:30 +02:00
Nami-Doc
1917bb69ed
Fix #2944
2013-04-21 12:33:00 +02:00
Michael Ficarra
3b38153759
Merge pull request #2940 from jiangmiao/issue2908
...
Fixes #2908 , add "\n" between pure literal header and function body.
2013-04-20 12:03:25 -07:00
Michael Ficarra
e06a17d929
Merge pull request #2943 from bobbydavid/master
...
fix warning in REPL tests about memory leak.
2013-04-20 12:00:37 -07:00
Robert Martin
71aea4b862
Fix bug in REPL where history file was closed late.
...
The history file was set to close on process exit, when it
should close on REPL exit. Listening to the process exit
event causes a warning when more than 10 CoffeeScript REPL
instances are opened in the same program, which happens in
the test.
2013-04-20 14:49:54 -04:00
Nami-Doc
4b4818d819
Fix missing ` `` - #2926
2013-04-20 00:11:29 +02:00