Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 9, 2022 18:06
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/31e0f21d74489a410d5cf35f4c6e3909 to your computer and use it in GitHub Desktop.
Save Whateverable/31e0f21d74489a410d5cf35f4c6e3909 to your computer and use it in GitHub Desktop.
bisectable6
my $v = 3; my $sign = $v +> 31 ?? -1 !! 1
Bisecting: 46 revisions left to test after this (roughly 6 steps)
[4b2fc66fce2ec328cfdeb1e373adc8c975d13e8a] Add Cool.Order "coercer" (#4473)
»»»»» Testing 4b2fc66fce2ec328cfdeb1e373adc8c975d13e8a
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Script exit signal: 11 (SIGSEGV)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 11 (SIGSEGV), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7f1189fe757045119b5779b2c5280c48dbc87d83
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Script exit signal: 11 (SIGSEGV)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 11 (SIGSEGV), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6b828fe6159ad948aaac24035233ee697a9f72da
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Script exit signal: 11 (SIGSEGV)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 11 (SIGSEGV), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing dd5fabf917713a787fb8a8e6e69052604d45c72d
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Script exit signal: 11 (SIGSEGV)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 11 (SIGSEGV), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing bf43cffc49dc1752bece812ab8522b2151b88bba
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 0 (None), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9237926eb4d571d6adc8d46b024cb4e3b9b418c2
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Script exit signal: 11 (SIGSEGV)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 11 (SIGSEGV), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 71c62e7c1121c19e7c486de5f56d0e7d13855ce1
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Script exit signal: 11 (SIGSEGV)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 11 (SIGSEGV), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
71c62e7c1121c19e7c486de5f56d0e7d13855ce1 is the first new commit
commit 71c62e7c1121c19e7c486de5f56d0e7d13855ce1
Author: Daniel Green <ddgreen@gmail.com>
Date: Wed Dec 15 19:45:42 2021 -0500
Warn on potential problem with ternaries and infixes
An infix potentially being used incorrectly (because of precedence problems)
in the condition of a ternary will now cause a warning.
:040000 040000 d9c371a4645c8353684980489bf27c74e549ae26 cd1488111f008fc6c6b1a11d3d1e36f6484b2f08 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment