Automatically detect wrong bisection results due to flapping code #378
Labels
bisectable
Issues related to Bisectable bot
whateverable
Issues affecting the bot framework (and therefore all of the bots)
Currently, there's this check:
whateverable/xbin/Bisectable.p6
Lines 266 to 268 in cf9bcd0
However, @lizmat++ and @Altai-man++ came up with an idea of doing this check automatically by comparing
.moarvm
files of the final commit and its parent.I have a suspicion that rakudo in the past did not produce the same .moarvm file reproducibly, meaning that the check won't work on old commits. However, we can still do some checks, for example we can check if all changed files in the commit were to doc files.
The text was updated successfully, but these errors were encountered: