Skip to content

Instantly share code, notes, and snippets.

@shawwn
Created April 14, 2018 10:55
Show Gist options
  • Save shawwn/3c8166e2808bea22f4508f5611c72da5 to your computer and use it in GitHub Desktop.
Save shawwn/3c8166e2808bea22f4508f5611c72da5 to your computer and use it in GitHub Desktop.
Bisecting the OS X resource loading error for Exokit
git bisect start
# bad: [c5230ff9006da945693f72d77119885d31d7ca6e] Bump exokit-core version
git bisect bad c5230ff9006da945693f72d77119885d31d7ca6e
# good: [ad436b923b1e2991725cdcf38c380bb77b398f29] 0.0.104
git bisect good ad436b923b1e2991725cdcf38c380bb77b398f29
# bad: [f069bec5161f27d7d03f775659a47ccc15c98428] Clean up exokit-bindings imageBitmap context creation
git bisect bad f069bec5161f27d7d03f775659a47ccc15c98428
# good: [73264fb8d21f8c3c8bc98dfab047326f4cb83002] Initial size arg support
git bisect good 73264fb8d21f8c3c8bc98dfab047326f4cb83002
# skip: [a8124cca7c9a5e880c4bce5eff479beeecae21de] Add exodump.2
git bisect skip a8124cca7c9a5e880c4bce5eff479beeecae21de
# bad: [20c355b10debb0d7b885cfcadd0c399a684852e8] Bump exokit-core version
git bisect bad 20c355b10debb0d7b885cfcadd0c399a684852e8
# good: [d3d096364673206d8c5cfc0f6ea45701761d7c79] Bump window-worker version
git bisect good d3d096364673206d8c5cfc0f6ea45701761d7c79
# skip: [a19bc957b4e9678c7a772ff7bf66dee7d14a20a0] Bugfix bindings to work with node 10
git bisect skip a19bc957b4e9678c7a772ff7bf66dee7d14a20a0
# skip: [2d0108eb47b70f8e7ff4ad81762ae951c90d0ee0] Small spacing cleanup
git bisect skip 2d0108eb47b70f8e7ff4ad81762ae951c90d0ee0
# good: [8c33c809d827a22425ce1b505cf476fdbbadde40] Bump window-worker version
git bisect good 8c33c809d827a22425ce1b505cf476fdbbadde40
# skip: [9f2d3c10607bee1e3c9028a0a2544f5cf3d1ea89] Delete old CreateImageBitmap code
git bisect skip 9f2d3c10607bee1e3c9028a0a2544f5cf3d1ea89
# only skipped commits left to test
# possible first bad commit: [20c355b10debb0d7b885cfcadd0c399a684852e8] Bump exokit-core version
# possible first bad commit: [9f2d3c10607bee1e3c9028a0a2544f5cf3d1ea89] Delete old CreateImageBitmap code
# possible first bad commit: [2d0108eb47b70f8e7ff4ad81762ae951c90d0ee0] Small spacing cleanup
# possible first bad commit: [a19bc957b4e9678c7a772ff7bf66dee7d14a20a0] Bugfix bindings to work with node 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment