Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 18, 2022 10:39
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/ee07f2752b3537796ba9c23ad7cc2ab1 to your computer and use it in GitHub Desktop.
Save Whateverable/ee07f2752b3537796ba9c23ad7cc2ab1 to your computer and use it in GitHub Desktop.
bisectable6
old=2020.06 new=2020.07 sub a(Int :@a) { dd @a }; a
Bisecting: 44 revisions left to test after this (roughly 6 steps)
[f550c9f97b5634010eed22e1474e34dba54762d9] Wordwrap X::Parameter::Placeholder message
»»»»» Testing f550c9f97b5634010eed22e1474e34dba54762d9
»»»»» Script output:
Array[Int] element = Array[Int].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9e9851a808c03b72968a0358651cbafc036cd21f
»»»»» Script output:
Array[Int] element = Array[Mu].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 98c7e512a6e0988d3435e52ddce4104e2df6f1a3
»»»»» Script output:
Array[Int] element = Array[Int].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 07009cc0ddf1dd95fb5fa9bad3ae141b36f12fea
»»»»» Script output:
Array[Int] element = Array[Int].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ed5bbf7fe53d544f342959c20b6fd555ac13aa59
»»»»» Script output:
Array[Int] element = Array[Int].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 90f86d4c9154898f5e081fa944f222d7784c6a17
»»»»» Script output:
Array[Int] element = Array[Mu].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 631ab687c721bf232e7e052125dd19767c41cea5
»»»»» Script output:
Array[Int] element = Array[Int].new()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Array[Int] element = Array[Int].new()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
90f86d4c9154898f5e081fa944f222d7784c6a17 is the first new commit
commit 90f86d4c9154898f5e081fa944f222d7784c6a17
Author: Ben Davies <kaiepi@outlook.com>
Date: Thu Jul 9 21:26:02 2020 -0300
Fix handling of generics in TypedArray.raku
When calling .raku on a generic typed array, it's possible for the
method to wind up calling .raku on an uninstantiated generic. Instead of
using the typed array's parameter directly, use the type of the array's
container descriptor (which should get instantiated eventually).
Fixes #3784
:040000 040000 d630d42430f29caf8dfb81f6dc893253b06be995 6460a59c3547a0e828cbcf149240e6e964198679 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment