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 |
|
Michael Ficarra
|
63bc12d3f1
|
refactored test_importing.coffee
|
2010-12-12 01:13:02 -05:00 |
|
Jeremy Ashkenas
|
b9c2236885
|
Merging in MichaelFicarra's refactorTests branch.
|
2010-12-11 20:30:48 -05:00 |
|
Jeremy Ashkenas
|
450ae723cb
|
Merge branch 'refactorTests' of http://github.com/michaelficarra/coffee-script
|
2010-12-11 19:47:35 -05:00 |
|
Jeremy Ashkenas
|
2ac5ee4062
|
Adding an existential infix operator example.
|
2010-12-11 19:44:11 -05:00 |
|
Michael Ficarra
|
0d436b5f11
|
updated comments.coffee to make use of new micro-framework
|
2010-12-11 15:51:48 -05:00 |
|
Michael Ficarra
|
ca6983139e
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-11 15:02:37 -05:00 |
|
Jeremy Ashkenas
|
9f56c92497
|
Issue #853. Normalizing values of ARGV and argv with Node.js
|
2010-12-11 13:50:59 -05:00 |
|
Michael Ficarra
|
113cecc4f0
|
updated all completed test files except comments.coffee to the new
testing mini-framework
|
2010-12-10 00:23:37 -05:00 |
|
Michael Ficarra
|
7ac1176120
|
a little extra enhancement to cake test
|
2010-12-10 00:16:25 -05:00 |
|
Michael Ficarra
|
09c23a564d
|
majorly enhanced test output
|
2010-12-09 23:59:50 -05:00 |
|
Michael Ficarra
|
a969d3ff1d
|
Merge branch 'master' of http://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-09 22:49:58 -05:00 |
|
Jeremy Ashkenas
|
b6324d0007
|
Fixing issue #902 ... collected comprehension when no comprehension is necessary.
|
2010-12-09 22:16:32 -05:00 |
|
Jeremy Ashkenas
|
ba27b4be69
|
Fixing Issue #904. Destructuring parameters need to reserve their variable names as if they were true parameters.
|
2010-12-09 21:34:52 -05:00 |
|
Jeremy Ashkenas
|
7c3ef56332
|
LEVEL_PAREN -> LEVEL_LIST
|
2010-12-09 21:12:24 -05:00 |
|
Jeremy Ashkenas
|
7b9286b2c2
|
Issue #905. Fixing soaked-value-as-a-comprehension-subject ... incorrect LEVEL_TOP.
|
2010-12-09 21:03:41 -05:00 |
|
Michael Ficarra
|
50d2b4e0b5
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into refactorTests
|
2010-12-08 01:29:40 -05:00 |
|