Skip to content

Instantly share code, notes, and snippets.

@tkelman
Created April 3, 2014 10:26
Show Gist options
  • Select an option

  • Save tkelman/9952067 to your computer and use it in GitHub Desktop.

Select an option

Save tkelman/9952067 to your computer and use it in GitHub Desktop.
$ git bisect log
git bisect start
# bad: [bec9cb1af56c682e5fd66dfd7791080db4c4121e] Add uncommitted blob to update linalg tests (whoops)
git bisect bad bec9cb1af56c682e5fd66dfd7791080db4c4121e
# good: [1a37f0a8333c6e3ea2a11258cb462bc9323d257b] Merge pull request #6230 from tkelman/msvc
git bisect good 1a37f0a8333c6e3ea2a11258cb462bc9323d257b
# bad: [fc35a81b44703a1a15f6e8fc8d4ba77ef3828cf5] Add return statement to map! on SharedArrays
git bisect bad fc35a81b44703a1a15f6e8fc8d4ba77ef3828cf5
# good: [8621463c15dbaba2aa6bf2f1b6bb2dbceaa985b2] Merge pull request #6351 from JuliaLang/cb/replformat
git bisect good 8621463c15dbaba2aa6bf2f1b6bb2dbceaa985b2
# bad: [6ede07b769544ea4477e41793d91e7eacf143d65] make nextfloat(-5.0e-324) === -0.0 as per IEEE standard. fixes #6342
git bisect bad 6ede07b769544ea4477e41793d91e7eacf143d65
# good: [7df04dc21d924da63280e3e4f7bc0baebfbbbe5a] repl: fix some reverse-i-search display issues
git bisect good 7df04dc21d924da63280e3e4f7bc0baebfbbbe5a
# good: [852349a33efac82a89a6ca82abaf0d572300f563] fix #6360 (repl enters pasted text even if no newline is present)
git bisect good 852349a33efac82a89a6ca82abaf0d572300f563
# skip: [32eed5c3bcf6c7f580dacb01afbfc6632df9a7e8] Merge branch 'master' of github.com:JuliaLang/julia
git bisect skip 32eed5c3bcf6c7f580dacb01afbfc6632df9a7e8
# skip: [7d56e0e529eb99bee7d0de17b19964f1fab7bfa3] fix #6361 (invalid expression aborts help mode)
git bisect skip 7d56e0e529eb99bee7d0de17b19964f1fab7bfa3
# skip: [6f6ca0007adae8e6c6c6ea04e007082cf8770541] fix large and empty StepRanges. fixes #6353
git bisect skip 6f6ca0007adae8e6c6c6ea04e007082cf8770541
# bad: [a3a5e3dc4a365c1c5dd7b6ae84d78f3f3fe01da2] fix build breakage due to undefined flipsign
git bisect bad a3a5e3dc4a365c1c5dd7b6ae84d78f3f3fe01da2
# only skipped commits left to test
# possible first bad commit: [a3a5e3dc4a365c1c5dd7b6ae84d78f3f3fe01da2] fix build breakage due to undefined flipsign
# possible first bad commit: [7d56e0e529eb99bee7d0de17b19964f1fab7bfa3] fix #6361 (invalid expression aborts help mode)
# possible first bad commit: [32eed5c3bcf6c7f580dacb01afbfc6632df9a7e8] Merge branch 'master' of github.com:JuliaLang/julia
# possible first bad commit: [6f6ca0007adae8e6c6c6ea04e007082cf8770541] fix large and empty StepRanges. fixes #6353
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment