🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
Geth problem-solving: AlexDaniel self-assigned Ecosystem issues and a corresponding dev github.com/Raku/problem-solving/issues/45
AlexDaniel self-assigned Open a blog github.com/Raku/problem-solving/issues/115

  AlexDaniel self-assigned Creditcard for cloud services github.com/Raku/problem-solving/issues/117
  AlexDaniel self-assigned Managing the Raku project as it is Coming of Age github.com/Raku/problem-solving/issues/203
  AlexDaniel self-assigned Add a "community" label for issues that don't fit existing labels github.com/Raku/problem-solving/issues/232
  AlexDaniel self-assigned To what extent are resources part of the API of a distribution? github.com/Raku/problem-solving/issues/234
  AlexDaniel self-assigned META6 specification only exists "de facto" github.com/Raku/problem-solving/issues/236
  AlexDaniel self-assigned `language` `rakudo` `moarvm` labels have no dev responsible for them github.com/Raku/problem-solving/issues/237
  AlexDaniel self-unassigned META6 specification only exists "de facto" github.com/Raku/problem-solving/issues/236
  AlexDaniel self-assigned META6 specification only exists "de facto" github.com/Raku/problem-solving/issues/236
7d13b0314f | (Aleks-Daniel Jakimenko-Aleksejev)++ | 6 files Remove jnthn from auto assign and README
Based on this comment by @niner:
  github.com/Raku/problem-solving/is...-704136333
I think this is a bit too early, but either way submitting bug reports currently triggers this warning: ... (5 more lines)
07:19
lizmat weekly: news.perlfoundation.org/post/jnthn...st-2020-09 10:36
notable6 lizmat, Noted! (weekly)
lizmat hmmm.. looks like the module uploader bot is either not receiving posts, or is not operatiing 11:30
cpan-raku New module released to CPAN! silently (0.0.1) by 03ELIZABETH 11:50
New module released to CPAN! Gnome::Gtk3 (0.30.0) by 03MARTIMM
timotimo gave the things a little kick
lizmat timotimo++ 12:00
nwellnhof p6: say 1..5, 1..5 Z∩ 3..7, 3..7 12:33
camelia (Set(1 2 3 4 5 6 7) Set(1 2 3 4 5 6 7))
lizmat m: dd 1..5, 1..5 Z∩ 3..7, 3..7 12:36
camelia (Set.new(7,1,2,6,5,3,4), Set.new(3,1,7,6,2,4,5)).Seq
nwellnhof say zip with=>*∩*, (1..5, 1..5), (3..7, 3..7) 12:37
evalable6 (Set(3 4 5) Set(3 4 5))
lizmat hmmm.... 12:40
brb&
nwellnhof I just filed an issue: github.com/rakudo/rakudo/issues/3945 12:42
tbrowder kudos to jnthn and lizmat for RakuAST progress +++++ 12:51
Geth Raku-Steering-Council/main: e221878bd7 | (Elizabeth Mattijsen)++ | nominations/2020/acceptance.txt
Indicate resignation of jnthn
14:21
Geth Raku-Steering-Council/main: 0b2c6c4b98 | (Vadim Belman)++ | nominations/2020/acceptance.txt
Update acceptance.txt
14:22
El_Che sad to read, jnthn. Hopefully everything will be ok soon 14:32
lizmat clickbaits rakudoweekly.blog/2020/10/05/2020-...anifestly/ 15:33
jeff76 I think I have found a bug in one of the solutions in Think Perl 6 by Laurent Rosenfeld 15:37
lizmat could you gist it 15:38
?
jeff76 it's a semantic bug in the solution for the last problem that is not an exercise in chapter 7. the is-reverse function prints false when it should print true and if you change the substring functions last object to 0 it prints true when it should print false 15:41
it's in 7.10 15:45
lizmat I don't have the book on my desk... could you gist a golf of the issue ? 15:46
timotimo my copy is still in a box somewhere 15:47
jeff76 I'm using the online version greenteapress.com/thinkperl6/thinkperl6.pdf
jeff76 the solution (that is supposed to be bug-free) is in A.5.6 15:48
[Coke] jeff76: looks like it's checking if word1 is a palindrome, not if word1 eq word2.flip 15:57
good catch, I'd report it out to the author.
(note to self, if I ever write a book, make sure I test the samples by running them.) 15:58
rypervenche So Think Raku is different there. 16:04
Version 0.6.0, I think it is. So I think that already got fixed. 16:06
jeff76: Check this one out: raw.githubusercontent.com/LaurentR...k_raku.pdf 16:07
[Coke] rypervenche++ 16:11
El_Che paper copy is a hard format 17:50