Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 18, 2024 08:53
Show Gist options
  • Save Whateverable/f401c830019989eb67a7bc2e6bc51866 to your computer and use it in GitHub Desktop.
Save Whateverable/f401c830019989eb67a7bc2e6bc51866 to your computer and use it in GitHub Desktop.
bisectable6
old=2024.04 dd Failure.new
Bisecting: 48 revisions left to test after this (roughly 6 steps)
[3ec47540d9b309ea473a0e64976074f48ff117a2] Streamline NativeCall (part 14/N)
»»»»» Testing 3ec47540d9b309ea473a0e64976074f48ff117a2
»»»»» Script output:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 69a335640ef2803c6f9aae0e65a22516a8ffd0cb
»»»»» Script output:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 774cc864108ecdd046bc9aa0e4c2ef7648c2cdd8
»»»»» Script output:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5eb1da8c26fae18a5bdb35b02eede8cad079ed57
»»»»» Script output:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e1bd3ffd3e6f93a3314bc2948d5598295123298f
»»»»» Script output:
Failure 0 = Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 99bfab8c888d4bb6dbac7aac2da2ce60de21d57e
»»»»» Script output:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Failure.new(exception => X::AdHoc.new(payload => "Failed"), backtrace => Backtrace.new)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
e1bd3ffd3e6f93a3314bc2948d5598295123298f is the first new commit
commit e1bd3ffd3e6f93a3314bc2948d5598295123298f
Author: Elizabeth Mattijsen <liz@raku.rocks>
Date: Thu May 16 18:15:45 2024 +0200
Make dd be more verbose about hash/array elements
ab5tract++ for nudging!
src/core.c/Any.rakumod | 5 +++++
1 file changed, 5 insertions(+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment