-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: mochajs/mocha
base: v2.3.2
head repository: mochajs/mocha
compare: v2.3.3
Commits on Sep 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0565fac - Browse repository at this point
Copy the full SHA 0565facView commit details
Commits on Sep 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9e45609 - Browse repository at this point
Copy the full SHA 9e45609View commit details -
Merge pull request #1876 from danielstjules/issue-1875
Fix 1875: Markdown reporter exceeds maximum call stack size
Configuration menu - View commit details
-
Copy full SHA for 75a7f71 - Browse repository at this point
Copy the full SHA 75a7f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for e950ea6 - Browse repository at this point
Copy the full SHA e950ea6View commit details -
Merge pull request #1878 from danielstjules/issue-1864
Fix #1864: xunit missing output with --reporter-options output
Configuration menu - View commit details
-
Copy full SHA for edaef34 - Browse repository at this point
Copy the full SHA edaef34View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbf7ff - Browse repository at this point
Copy the full SHA cbbf7ffView commit details -
"Expected a conditional expression and instead saw an assignment"
Configuration menu - View commit details
-
Copy full SHA for 8a100df - Browse repository at this point
Copy the full SHA 8a100dfView commit details
Commits on Sep 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d7e4605 - Browse repository at this point
Copy the full SHA d7e4605View commit details
Commits on Sep 11, 2015
-
4
Configuration menu - View commit details
-
Copy full SHA for c4647bf - Browse repository at this point
Copy the full SHA c4647bfView commit details -
Merge pull request #1885 from danielstjules/flags
Support all harmony flags
Travis Jeffery committedSep 11, 2015 Configuration menu - View commit details
-
Copy full SHA for a3ae593 - Browse repository at this point
Copy the full SHA a3ae593View commit details -
Merge pull request #1882 from danielstjules/fragile
Fix fragile xunit reporter spec
Configuration menu - View commit details
-
Copy full SHA for f023018 - Browse repository at this point
Copy the full SHA f023018View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22ab53 - Browse repository at this point
Copy the full SHA f22ab53View commit details
Commits on Sep 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fb3fe33 - Browse repository at this point
Copy the full SHA fb3fe33View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3b652 - Browse repository at this point
Copy the full SHA ea3b652View commit details -
Call the inspect() function if message is not set
Unfortunately some frameworks throw error objects which do not have a `message` property but do have an `inspect()` function. This means Mocha reports a test failure, but prints the empty string instead of any useful information about the error message. For an example, see versions of the Waterline ORM before v0.10.19: balderdashy/waterline@0965d132 If the `message` key is not set on an error object, attempt to print the same output as `console.log` in Node, by calling the object's `inspect()` function, if it exists. We could try to fallback to calling `util.inspect` on the `err` object and logging that, but I'm not sure the format would be appropriate.
Configuration menu - View commit details
-
Copy full SHA for 31fb4be - Browse repository at this point
Copy the full SHA 31fb4beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0956c02 - Browse repository at this point
Copy the full SHA 0956c02View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 4747437 - Browse repository at this point
Copy the full SHA 4747437View commit details
Commits on Sep 13, 2015
-
Merge pull request #1886 from danielstjules/uncaught-delay
Fix #1669: catch uncaught errors outside test suite execution
Configuration menu - View commit details
-
Copy full SHA for d8617b2 - Browse repository at this point
Copy the full SHA d8617b2View commit details -
Merge pull request #1888 from danielstjules/revert-jade
Revert jade to support npm < v1.3.7
Configuration menu - View commit details
-
Copy full SHA for 7c17c65 - Browse repository at this point
Copy the full SHA 7c17c65View commit details -
Merge pull request #1880 from danielstjules/stackfilter-browser
Stackfilter fix: Don't remove modules/components from stack trace in the browser
Configuration menu - View commit details
-
Copy full SHA for 44ba417 - Browse repository at this point
Copy the full SHA 44ba417View commit details
Commits on Sep 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 10e8604 - Browse repository at this point
Copy the full SHA 10e8604View commit details -
Merge pull request #1889 from danielstjules/issue-1798
Fix #1798: Correctly attribute mutiple done err with hooks
Configuration menu - View commit details
-
Copy full SHA for 23b2955 - Browse repository at this point
Copy the full SHA 23b2955View commit details
Commits on Sep 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for de273d6 - Browse repository at this point
Copy the full SHA de273d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e902b7 - Browse repository at this point
Copy the full SHA 0e902b7View commit details
Commits on Sep 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8ca09fd - Browse repository at this point
Copy the full SHA 8ca09fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6d378 - Browse repository at this point
Copy the full SHA 7b6d378View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4393c4 - Browse repository at this point
Copy the full SHA c4393c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.2...v2.3.3