Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 13, 2020 11:43
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/324305f3e8223c8b32dd1579a4ae1f52 to your computer and use it in GitHub Desktop.
Save Whateverable/324305f3e8223c8b32dd1579a4ae1f52 to your computer and use it in GitHub Desktop.
bisectable6
use nqp; dd nqp::elems(nqp::decodelocaltime(nqp::time_i))
Bisecting: 60 revisions left to test after this (roughly 6 steps)
[18a6968b98f4ffecf4d27de01239bd03a8326958] Bump NQP to fix build on MacOS
»»»»» Testing 18a6968b98f4ffecf4d27de01239bd03a8326958
»»»»» Script output:
===SORRY!===
No registered operation handler for 'decodelocaltime'
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d419a313123608c240c2f154eaceca28d1e1a68f
»»»»» Script output:
===SORRY!===
No registered operation handler for 'decodelocaltime'
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8fcebb861585d915eff63cf3771f3eb8fff905ae
»»»»» Script output:
9
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1c3b72488962bc1dd6b5bd7f5f5b0a55e68e19f2
»»»»» Script output:
===SORRY!===
No registered operation handler for 'decodelocaltime'
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 85da7b206fa6d0ae9b8c11719b24fd293bddbaf9
»»»»» Script output:
===SORRY!===
No registered operation handler for 'decodelocaltime'
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d59603138820eaf4ee92a12aae5680a6d03da6e8
»»»»» Script output:
===SORRY!===
No registered operation handler for 'decodelocaltime'
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ed9b48de6a55ee39f4574fbf7f476a0d9e6e389e
»»»»» Script output:
===SORRY!===
No registered operation handler for 'decodelocaltime'
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
8fcebb861585d915eff63cf3771f3eb8fff905ae is the first new commit
commit 8fcebb861585d915eff63cf3771f3eb8fff905ae
Author: Samantha McVey <samantham@posteo.net>
Date: Sat Sep 15 13:37:52 2018 -0700
Bump Moar/NQP to get utf16 decodestream and fh write support
Changes: 2018.08-52-g000fea1..2018.08-63-gcb3d9562e
cb3d9562e Bump MoarVM to get utf16 fh write and decodestream support
d46ad39b5 [decodelocaltime] Make test less sensitivve to timezone
a7351c4a0 put the name of the SC in every type's extra info
88e732216 bump moarvm to get new profiler data structure
b6901ebdd adapt sql output to new type output structure
5da45ed3e [decodelocaltime] Disable dies-ok test
cac20e500 [decodelocaltime] Introduce opcode + test
894e2cc1b also store whether a type holds extra data
570719a80 no need to pre-size an array for one element.
da4a99dc6 allow more type info to be passed from moarvm
:040000 040000 35153a1e9cc3e304faa59887e9b1914c9df6c709 2b1168d8b589c6ec50a54aaff571be4c9fc6479d M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment