Michael Ficarra
|
a01225db39
|
moving global identity function back into just the files in which it is
used
|
2010-12-18 15:04:47 -05:00 |
|
Jeremy Ashkenas
|
b36f6b67e6
|
removing start from balancedString.
|
2010-12-18 14:48:44 -05:00 |
|
Michael Ficarra
|
782de8743f
|
updated comment for arrayEqual function, mentioning that it tests for
functional equivalence
|
2010-12-18 14:48:43 -05:00 |
|
Michael Ficarra
|
c42ac967ea
|
changed arrayEqual to arrayEq, added global identity function id
|
2010-12-18 14:45:32 -05:00 |
|
Jeremy Ashkenas
|
e379fcf2cf
|
unterminated -> missing.
|
2010-12-18 14:40:22 -05:00 |
|
Jeremy Ashkenas
|
89678fca47
|
unterminated -> missing.
|
2010-12-18 14:38:55 -05:00 |
|
Michael Ficarra
|
e378f79d2b
|
moving splats.coffee back to test_splats.coffee while it's in development
|
2010-12-18 14:24:40 -05:00 |
|
Jeremy Ashkenas
|
fba165408c
|
#923 ... correct interpolation.
|
2010-12-18 13:20:14 -05:00 |
|
Jeremy Ashkenas
|
dd168373a1
|
1.0.0-pre, that is.
|
2010-12-18 12:14:40 -05:00 |
|
Michael Ficarra
|
076e60378a
|
begun working on refactoring test_splats.coffee
|
2010-12-18 11:57:27 -05:00 |
|
Jeremy Ashkenas
|
526af777d4
|
Adding 'by' to the documentation.
|
2010-12-18 11:54:40 -05:00 |
|
Jeremy Ashkenas
|
f121558668
|
Starting to use development versions. This one is '1.0-pre'
|
2010-12-18 10:53:08 -05:00 |
|
Jeremy Ashkenas
|
640ba7d69e
|
Issue #948. A plucked direct call should not have shared scope. (kinda defeats the whole point.)
|
2010-12-18 10:41:44 -05:00 |
|
Jeremy Ashkenas
|
bc4498e018
|
Issue #910. Adding support for a --nodejs flag to forward arguments.
|
2010-12-18 09:29:04 -05:00 |
|
Michael Ficarra
|
805d03125b
|
added --node flag for passing options through directly to node
|
2010-12-17 02:39:39 -05:00 |
|
Michael Ficarra
|
7499f0811b
|
bugfix for previous fix to #930 and added (almost) all tests to
ranges_slices_and_splices.coffee
|
2010-12-16 20:21:29 -05:00 |
|
Michael Ficarra
|
37e0566957
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-16 12:41:55 -05:00 |
|
Michael Ficarra
|
1fbaff9f81
|
using 9e9 over 1/0 for compatibility
|
2010-12-16 12:18:53 -05:00 |
|
Jeremy Ashkenas
|
c3943d21d0
|
Pulling out a lastNonComment method.
|
2010-12-16 11:35:51 -05:00 |
|
Jeremy Ashkenas
|
a7158ec69c
|
fixing trailing herecomments with 'break'
|
2010-12-16 08:23:34 -05:00 |
|
Michael Ficarra
|
f66906d54d
|
finished converting tests to newer, cleaner format in
test_ranges_slices_and_splices.coffee, just need to add some new ones
|
2010-12-16 05:14:57 -05:00 |
|
Michael Ficarra
|
85afef9981
|
crap, forgot to remove a piece of temporary code
|
2010-12-16 04:43:32 -05:00 |
|
Michael Ficarra
|
bd463a038c
|
overhaul of last fix for #930, much better this time
|
2010-12-16 04:39:17 -05:00 |
|
Michael Ficarra
|
eeb1a284a8
|
Fixing #930 so I can work on testing ranges, slices, and splices.
Regression tests for this will come with the other refactored slicing
tests in a future commit.
|
2010-12-16 03:25:54 -05:00 |
|
Michael Ficarra
|
b38cc75f17
|
refactored test_if.coffee, renamed to conditionals.coffee
|
2010-12-16 01:06:40 -05:00 |
|
Michael Ficarra
|
dd11528160
|
changed occurrences of deepEqual to new, self-defined arrayEqual for
recursively walking arrays and testing if their values are equal
|
2010-12-16 00:12:11 -05:00 |
|
Michael Ficarra
|
912d6f442a
|
Merge branch 'master' of http://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-15 23:57:15 -05:00 |
|
Jeremy Ashkenas
|
346621ed21
|
Fix for #926
|
2010-12-15 23:38:27 -05:00 |
|
Jeremy Ashkenas
|
941f5a8ecb
|
tagged -> stable
|
2010-12-15 23:20:32 -05:00 |
|
Jeremy Ashkenas
|
76e11e6f64
|
Fixing #934 (at least partially).
|
2010-12-15 22:59:28 -05:00 |
|
Jeremy Ashkenas
|
3c558ebbee
|
pulling jQuery in locally, rebuilding docs with variable scope patch
|
2010-12-15 21:11:43 -05:00 |
|
Michael Ficarra
|
eba7b16ccf
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
Conflicts:
test/importing.coffee
|
2010-12-14 03:23:44 -05:00 |
|
Jeremy Ashkenas
|
466cd43277
|
Pulling in variable declarations closer to inner scope (after Coco).
|
2010-12-13 21:24:32 -05:00 |
|
Michael Ficarra
|
47acbefa57
|
forgot to rename test_helpers.coffee to helpers.coffee
|
2010-12-13 06:34:42 -05:00 |
|
Michael Ficarra
|
d9cf34ab8c
|
Refactored test_helpers.coffee. Added now-needed deepEqual to browser
test page; warning: was unable to test it, so it might be completely
broken!
|
2010-12-13 06:28:17 -05:00 |
|
Michael Ficarra
|
9dc7d2a081
|
CoffeeScript.helpers.count now handles empty strings properly instead of
going into an infinite loop
|
2010-12-13 05:51:57 -05:00 |
|
Michael Ficarra
|
438708ea15
|
using deepEqual where I would have like to before, if I had known about
it
|
2010-12-13 05:03:11 -05:00 |
|
Michael Ficarra
|
835840e8da
|
minor enhancements to test/exception_handling.coffee
|
2010-12-13 01:27:22 -05:00 |
|
Michael Ficarra
|
d13e0762d3
|
fixed error introduced when testingBrowser global was added to
cakefile and test/importing.coffee. `testingBrowser` did not exist when
running the test suite through cake:test.
|
2010-12-13 00:27:41 -05:00 |
|
Michael Ficarra
|
ae8f6a6db5
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-12 23:28:14 -05:00 |
|
Michael Ficarra
|
608c5fd516
|
Merge branch 'master' of github.com:michaelficarra/coffee-script into refactorTests
|
2010-12-12 23:28:04 -05:00 |
|
Jeremy Ashkenas
|
b5bd58b2b6
|
fixing some site bugs.
|
2010-12-12 21:53:17 -05:00 |
|
Jeremy Ashkenas
|
9785fd0333
|
Bumping site.
|
2010-12-12 21:41:04 -05:00 |
|
Michael Ficarra
|
b02a1ee037
|
just fixing a single test in test_functions.coffee for now, so I don't
forget my suggested fix
|
2010-12-12 18:35:41 -05:00 |
|
Michael Ficarra
|
5de43fca4e
|
added try-catch around script eval so that errors that are NOT inside
`test` calls (or syntax errors) are caught, and the test suite can
continue on
|
2010-12-12 18:34:44 -05:00 |
|
Jeremy Ashkenas
|
46fdbd629d
|
prettifying coffeescript.org, part 3. Next up, Try CoffeeScript
|
2010-12-12 15:02:27 -05:00 |
|
Jeremy Ashkenas
|
2f4902a478
|
prettifying coffeescript.org, part 2
|
2010-12-12 14:34:33 -05:00 |
|
Jeremy Ashkenas
|
7e58c5009e
|
first round of prettifications to coffeescript.org
|
2010-12-12 14:11:33 -05:00 |
|
Jeremy Ashkenas
|
39009dcfb9
|
Fixing Issue #916. Overoptimization leading to empty var;
|
2010-12-12 12:16:27 -05:00 |
|
Michael Ficarra
|
a19ea4b662
|
refactored test_regexps.coffee
|
2010-12-12 05:04:48 -05:00 |
|