🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
antononcube @Coke I should have clarified: I consider making a Raku interface package for a C-package that is with AGPL3. In this kind of interfacing I prefer making the interface package to have the same license as the core package. 08:57
Obviously, it is not a principle necessary to follow. 08:58
Here is the C-package I am looking at: github.com/SINTEF-Geometry/SISL 09:00
xinming m: my @x = <a b>; "ag" ~~ /^ (@x) /; $0.say; 13:40
camelia a 13:41
xinming how do we bisect the commit which fixed the above line? 13:44
I mean with channel bots. just found that 2024.08 has this bug, But .12 version fixes it.
ab5tract bisectable6: help 13:45
bisectable6 ab5tract, Like this: bisectable6: old=2015.12 new=HEAD exit 1 if (^∞).grep({ last })[5] // 0 == 4 # See wiki for more examples: github.com/Raku/whateverable/wiki/Bisectable
xinming bisectable6: old=2024.08 new=2024.12 my @x = <a b>; "ag" ~~ /^ (@x) /; $0.say; 13:49
bisectable6 xinming, Bisecting by exit code (old=2024.08 new=2024.12). Old exit code: 1
xinming, bisect log: gist.github.com/e17ec670fb7553e260...57edd6cc62
xinming, (2024-10-11) github.com/rakudo/rakudo/commit/75...584bef0aa3
Geth advent/main: 4b0628741e | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | raku-advent-2024/authors.md
23 scheduled
19:12
ab5tract xinming: it’s also worth noting that all these bots hang out in #whateverable , so if you ever have a lot of questions or just want to avoid the feeling of spamming #raku, you can always chat with them there as well 19:51
guifa o/ 22:22
tbrowder lizmat: i just published PDF::NameTags 22:29
tbrowder zef shows it, but not Raku.land :-( 23:55