Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 1, 2017 14:55
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/a8b354f8e35060af3830745e703f86ab to your computer and use it in GitHub Desktop.
Save Whateverable/a8b354f8e35060af3830745e703f86ab to your computer and use it in GitHub Desktop.
bisectable6
old=HEAD~50 enum RT116719 (<red green purple> Z=> 1,2,4); dd RT116719.enums
Bisecting: 35 revisions left to test after this (roughly 5 steps)
[f82433bfd9c06c282145c117da45fed7dd8034d2] Merge pull request #1267 from FCO/supply-zip
»»»»» Testing f82433bfd9c06c282145c117da45fed7dd8034d2
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing e0394b6acc44e439568bd8b5e767678cb60dcd43
»»»»» Script output:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 415142355230907e1b69d98c273e0ae77c11eb96
»»»»» Script output:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1668b4f0b89912c8b9988661ce2b42572cb3cb88
»»»»» Script output:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4a32089fda44b33a99e15a200572e5af76c5b088
»»»»» Script output:
Map.new((:green(2),:purple(4),:red(1)))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 754664ed54aea24f9c9162002b6e68aadd311412
»»»»» Script output:
Map.new((:green(2),:purple(4),:red(1)))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d9021cf16e7df051c5e17c33919c9bde44c5e0db
»»»»» Script output:
Map.new((:green(2),:purple(4),:red(1)))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new(("green\t2" => 1,"purple\t4" => 2,"red\t1" => 0))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
d9021cf16e7df051c5e17c33919c9bde44c5e0db is the first new commit
commit d9021cf16e7df051c5e17c33919c9bde44c5e0db
Author: TimToady <larry@wall.org>
Date: Mon Nov 27 23:41:32 2017 -0800
enums from generated list should handle pairs
The enum actions code could handle literal pairs correctly but
didn't handle generated pairs such as might be generated from X=>.
Fixes #130041
:040000 040000 3781d0fa174a401cdde850a445bb06a70524714b dae195acc74f36bfb739e36192388b58cf47df45 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment