whateverable icon indicating copy to clipboard operation
whateverable copied to clipboard

Potentially wrong result given by bisectable

Open AlexDaniel opened this issue 8 years ago • 1 comments

<AlexDaniel-> bisect: old=4a8038c295 my $s1 = Supplier.new; $s1.Supply.tap: { say $_; $s1.emit(2) if $++ < 5; say "here" }; $s1.emit(1) <bisectable6> AlexDaniel-, Bisecting by exit signal (old=4a8038c new=012c80f). Old exit signal: 1 (SIGHUP) <bisectable6> AlexDaniel-, bisect log: https://gist.github.com/05fdeca84b03e40704a638614d3cdd8a <bisectable6> AlexDaniel-, (2017-09-18) https://github.com/rakudo/rakudo/commit/66c2d05f2995522295e19b7ae014fcb803347194 <AlexDaniel-> c: 66c2d05f2^,66c2d05f2 my $s1 = Supplier.new; $s1.Supply.tap: { say $_; $s1.emit(2) if $++ < 5; say "here" }; $s1.emit(1) <committable6> AlexDaniel-, ¦66c2d05f2^,66c2d05: «1␤2␤2␤2␤2␤2␤here␤here␤here␤here␤here␤here» <AlexDaniel-> bisectable, are you fucking sure?

AlexDaniel avatar Oct 14 '17 03:10 AlexDaniel

It marks all revisions as “new”. I don't know what's going on here.

AlexDaniel avatar Apr 20 '20 04:04 AlexDaniel