Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 23, 2017 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/8569e45b1eb7f68055315a28eccdef1f to your computer and use it in GitHub Desktop.
Save Whateverable/8569e45b1eb7f68055315a28eccdef1f to your computer and use it in GitHub Desktop.
bisectable6
say so 'abc' ~~ /:r ^ a [b || bc] $/
Bisecting: 2993 revisions left to test after this (roughly 12 steps)
[18793d17fcf79bd71e0504738b7d899d25add878] Add emoji-test.t to spectest.data
»»»»» Testing 18793d17fcf79bd71e0504738b7d899d25add878
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 529ed390d021f4f38dd2338678ff6d8467f76f3d
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c229022cb09413e48b7e3d8343a823463f48cb71
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9837687d93c907ec232b1c7635776aa0c7faa6bc
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ec18efa056e80545d0ef81d1223c08e30a879105
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3e358199144268ed6fa8045ed70239d9be9ad927
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 17aead2759cf95ee95a24ea6a64c0a5b901428b0
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 397692aca5d229c860bfd2d7a421d418a827ca01
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 045ef448b62c045630abb8e167cc45d1f9fe6902
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing cee1be22cff6153506e31df2916f8a0be27b5fc8
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 78a4824b8e8d53ac8d55e619ba1348106f6c1991
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 99f90e652863357d7e5be9c0fdc58fff6e783496
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 963a0f0657abaa0431d465e601c75b50462b4cd2
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
963a0f0657abaa0431d465e601c75b50462b4cd2 is the first new commit
commit 963a0f0657abaa0431d465e601c75b50462b4cd2
Author: Samantha McVey <samantham@posteo.net>
Date: Wed Sep 20 23:38:31 2017 -0700
Bump Moar/NQP: Fix 2 big utf8-c8 bugs & fix MacOS build
utf8-c8:
Fixes a bug where encoding values above 0x10FFFF or Surrogate
codepoints would throw and fail.
Fixes a bug with utf8-c8 where concatenation, replace, or
ops that could cause renormalization would turn a utf8-c8
string into a normal utf8 string.
Fixes MacOS build for some OS's caused by the previous fix for
FreeBSD builds.
MoarVM changes: 2017.09.1-16-g3b4b032..2017.09.1-21-g523725a3
523725a3 Only include libuv posix-hrtime on *BSD not Darwin
f112fbcf Fix utfc-c8 enc. for values > 0x10FFFF and surrogates
2f71945d Fix concat bug with utf8c8 strings, flattening utf8c8 synths
5bdb7784 Fix FreeBSD build
NQP changes: 2017.09-3-g4bc6050..2017.09-7-ga5f92f2fe
ba165c8d9 Allow per-atom backtracking modifiers to override :ratchet
263257a9c Make || alternations respect :ratchet mode
:040000 040000 7768de84ed25b07f731c8ee4ced5e1814790f20d 2468460530fc8e6a74e512a13c46416690748c2c M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment