[00:12] *** Pixi left
[00:18] *** Pixi joined
[04:37] *** kurahaupo left
[04:37] *** kurahaupo joined
[08:22] *** rba left
[08:22] *** rba joined
[11:42] <lizmat> m: sub term:<foo>() { "foo" }; sub foo() { 666 }; dd foo   # this feels this should bne an err

[11:42] <evalable6> lizmat, rakudo-moar 287dfb25e: OUTPUT: «"foo"␤»

[11:42] <lizmat> *be an error

[11:43] <lizmat> m: sub term:<foo>() { "foo" }; sub foo() { 666 }; dd foo()

[11:43] <evalable6> lizmat, rakudo-moar 287dfb25e: OUTPUT: «666␤»

[11:44] <lizmat> *if* there is a zero arg candidate for the sub

[12:14] <lizmat> or should we consider this a case of DIHWIDT ?

[13:25] <timo> it occurs to me one could also interpret DIHWIDT as "Damn I Hate When It Does That" 

[13:25] <lizmat> I think that could be golfed to: WAT

[14:38] <librasteve_> https://rakudoweekly.blog/2026/04/27/2026-17-release-192/

[16:38] <lizmat> librasteve_++

[18:11] <lizmat> m: dd Set[Int].new (|) { :42a }   # meh

[18:11] <evalable6> lizmat, rakudo-moar 287dfb25e: OUTPUT: «Bool  = Set.new("a")␤»

