Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 5, 2017 14:38
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/1227bf575dca207b9f4d8040ad1e1cb2 to your computer and use it in GitHub Desktop.
Save Whateverable/1227bf575dca207b9f4d8040ad1e1cb2 to your computer and use it in GitHub Desktop.
bisectable6
old=58900e7ba,new=HEAD sub foo () {$ = 42}; for ^2000000 { $ = foo }
Bisecting: 184 revisions left to test after this (roughly 8 steps)
[d9f51da8845a11cb8b499d89642024aa89108b8f] Merge pull request #1128 from MasterDuke17/remove_kludge_for_RT131306
»»»»» Testing d9f51da8845a11cb8b499d89642024aa89108b8f
»»»»» Script output:
Cannot assign to an immutable value
in block <unit> at /tmp/8oHF0CIDYC line 1
»»»»» 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 10df9a95b3f5b4940fc7ce6b8ecf49fed0aea2f5
»»»»» Script output:
»»»»» 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 3e70d44d47d173265afb6a53fde726c2b41966b0
»»»»» Script output:
»»»»» 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 5fcce673279d9b698678d9ca809b42e00f5ef2bf
»»»»» Script output:
»»»»» 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 da4a0f50ac0a00332920e330b062d03543290fd6
»»»»» Script output:
Cannot assign to an immutable value
in block <unit> at /tmp/8oHF0CIDYC line 1
»»»»» 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 cd7dc4ce934003b9da1e540e638ee6dbe1f44b1b
»»»»» Script output:
Cannot assign to an immutable value
in block <unit> at /tmp/8oHF0CIDYC line 1
»»»»» 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 76af17a8b1dc79f8923109bbd284afed2e2fe011
»»»»» Script output:
»»»»» 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 ec7bc25c4f4df416aa285e556f7fc5edfe91de86
»»»»» Script output:
Cannot assign to an immutable value
in block <unit> at /tmp/8oHF0CIDYC line 1
»»»»» 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”
»»»»» -------------------------------------------------------------------------
76af17a8b1dc79f8923109bbd284afed2e2fe011 is the first new commit
commit 76af17a8b1dc79f8923109bbd284afed2e2fe011
Author: Timo Paulssen <timonator@perpetuum-immobile.de>
Date: Fri Aug 11 13:24:11 2017 +0200
bump nqp and use new peer/socket host/port values in async sockets
bump pulled in changes from moarvm:
5e94da0 Merge branch 'asyncsocket_listen_sockname'
c0853d2 also pass socket and peer names for outgoing connections
527615e return undefined hosts and ports in error cases
ba2ef17 you use VMString to decode strings, box it in BOOTStr
cafe709 the listen callback shall also push socket and peer ip & port
955a9cd Move indexim_s and eqatim_s to oplist order
e50eb61 Tune the inline size a bit.
c663342 Implement inlining of basic lexical lookups.
c8d902a Correct handler order when inlining.
af24ab8 Can never inline frames declaring state vars.
55f850c Another place needing deleted handler handling.
30ff9d5 Use register holding code ref for deopt purposes.
9f12f0c Start storing/using static frame in inline table.
:040000 040000 b272aa20448c28d973299726146947d96ab606ca f5ead32b979bb54049b18d78d9a6b6005dac93d6 M src
:040000 040000 4572334d925a3e171dd707643e7dae4f985ec7fb d3e46edeaa9c5a1a5f1d65e3b98ab3a18de5f4fd M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment