๐Ÿฆ‹ 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.
00:35 veesh left 00:50 veesh joined 01:23 veesh left 01:37 veesh joined 02:16 llfourn` left, llfourn` joined 02:20 llfourn` left, llfourn` joined, wildtrees left 02:22 llfourn` left, llfourn joined 02:57 wamba left 03:12 lucasb left 03:41 xinming left, xinming joined 03:57 llfourn left 04:04 llfourn joined 04:09 llfourn left 04:45 llfourn joined 05:03 llfourn left 05:42 xinming left 05:43 xinming joined
ZzZombo ELI5: package vs module? 06:06
06:46 mid_laptop left 06:59 llfourn joined 07:20 llfourn left 07:29 corvu joined
corvu Hi :) 07:36
07:46 atweiden-air joined
atweiden-air i'm trying to update the macos rakudo homebrew formula to 2019.11 07:49
it builds and installs fine, but the test which is as follows, is failing:
cd nqp-2019.11; cd src/vm/moar/stage0; moar nqp.moarvm -e 'for (0,1,2,3,4,5,6,7,8,9) { print($_) }'
this test passes on void linux with MoarVM-2019.11, so it must be macos-related
unfortunately i can't install moar-2019.11 with either p6env or rakudobrew on my macbook, so i have no way of seeing if this test failure is being caused by homebrew system libs, or whether everyone is getting this error
can someone who has 2019.11 installed on macos do me a huge favor? please run this test using the nqp-2019.11 release tarball
cd nqp-2019.11; cd src/vm/moar/stage0; moar nqp.moarvm -e 'for (0,1,2,3,4,5,6,7,8,9) { print($_) }' 07:50
08:06 llfourn joined 08:11 wamba joined 08:27 llfourn left 08:55 llfourn joined 09:13 llfourn left 09:17 rindolf left 09:29 llfourn joined 09:36 benjif joined 09:43 rindolf joined 09:48 sena_kun joined 09:58 benjif left 10:01 llfourn left 10:04 llfourn joined 10:07 lucasb joined 10:18 llfourn left, llfourn joined 10:21 atweiden-air left 10:53 sena_kun left 11:08 wamba left, sena_kun joined 11:21 chloekek joined 11:27 wamba joined 11:31 wamba left 11:35 wamba joined 11:38 llfourn left 12:10 llfourn joined 12:12 veesh left 12:22 BlackChaosNL[m] left, uzl[m] left, matiaslina left, CIAvash left 12:23 Demos[m] left, rba[m] left, unclechu left, Nasrudin left, AlexDaniel` left 12:25 veesh joined 12:28 cpan-raku left 12:36 cpan-raku joined, rba[m] joined 12:38 llfourn left 12:52 sena_kun left 13:00 llfourn joined 13:04 Kaiepi joined 13:07 sena_kun joined 13:08 llfourn left 13:11 llfourn joined 13:12 BlackChaosNL[m] joined, AlexDaniel` joined, Demos[m] joined, tyil[m] joined, MitarashiDango[m joined, unclechu joined, timotimo[m] joined, Nasrudin joined, uzl[m] joined, CIAvash joined, matiaslina joined 13:16 llfourn left 13:19 llfourn joined 13:23 llfourn left, llfourn joined 13:25 MasterDuke joined 13:31 llfourn left 13:33 llfourn joined 13:38 llfourn left 13:39 llfourn joined 13:44 llfourn left 13:50 llfourn joined 13:53 llfourn left 13:54 llfourn joined 13:55 rindolf left 13:56 chloekek left 13:57 rindolf joined 13:58 llfourn left 14:05 llfourn joined 14:09 Kaiepi left 14:10 llfourn left 14:11 Kaiepi joined 14:12 llfourn joined 14:16 llfourn left, llfourn joined 14:22 Kaiepi left, Kaiepi joined 14:23 llfourn left 14:25 llfourn joined 14:28 llfourn left, llfourn joined 14:33 llfourn left 14:37 llfourn joined 14:42 mid_home joined, llfourn left 14:48 llfourn joined 14:52 llfourn left 14:53 sena_kun left 14:57 llfourn joined 15:00 zjt joined 15:01 zjt left, llfourn left, llfourn joined 15:06 llfourn left 15:08 sena_kun joined 15:12 llfourn joined 15:17 llfourn left 15:20 llfourn joined 15:23 chloekek joined 15:24 llfourn left 15:25 llfourn joined 15:28 llfourn left, llfourn joined 15:30 Doc_Holliwould left 15:31 Doc_Holliwould joined 15:33 llfourn left 15:36 llfourn joined 15:41 llfourn left 15:47 llfourn joined 15:51 timotimo[m] left 15:52 llfourn left 15:59 llfourn joined 16:04 llfourn left, llfourn joined 16:09 llfourn left 16:11 llfourn joined 16:16 llfourn left
tbrowder hi all 16:18
16:18 llfourn joined
tbrowder i just spent a frustrating time trying to get some subs in a raku module to export properly. 16:19
i finally found that, apparently, if one sub has an export tag, then ALL subs must have an export tag. i see no note about it in the docs' modules section (and i helped with writing that), but i vaguely remember the problem early on and thought that would be a entry for traps to avoid but was shot down. 16:23
16:24 llfourn left
tbrowder the error msgs are LTA and thathowever, i will add a note to the docs unless someone can show i'm making a mistake. i will check again to 16:26
fumble....
sena_kun tbrowder: hmm, are you sure? Let me check...
16:28 Kaiepi left, llfourn joined 16:29 wamba left
sena_kun tbrowder: I have `my sub hehe { 42.say }; our sub foo is export { 50.say }` in Foo.pm6 and `use Foo; foo` in `a.pm6` and `perl6 -I. a.pm6` (don't do that in home directory because of `-I.`) prints 50 16:29
16:30 wamba joined, Kaiepi joined 16:31 cpan-raku left 16:32 cpan-raku joined, cpan-raku left, cpan-raku joined
tbrowder i used 3 simple subs, one with an export tag and two without, and i rearranged them to no effect. in your example, none of them have export tags. 16:32
tag": ... is export(:some-tag) {...} 16:33
16:33 llfourn left
sena_kun tbrowder: aaaaah, export tags, sorry... 16:33
tbrowder: are you sure it is not a bug? maybe better to create a rakudo ticket before changing docs? 16:34
tbrowder i have all subs in module with "is export" but only one with a tag, i believe that is the problem.
well, i haven't looked at "speculations" in that area for a long time, nor have i looked at roast, but good point. in the meantime, i can press on with my project. 16:36
but i will submit an issue just in case, yes? 16:37
sena_kun tbrowder: I'd vote for a ticket to clarify the situation, maybe that's a bug...
16:37 llfourn joined
tbrowder ok 16:37
16:42 llfourn left 16:46 llfourn joined, Kaiepi left 16:47 Kaiepi joined 16:51 llfourn left 16:53 sena_kun left 16:54 llfourn joined 16:57 llfourn left 16:58 llfourn joined 17:02 llfourn left 17:03 llfourn joined 17:07 sena_kun joined, llfourn left 17:08 llfourn joined 17:12 llfourn left 17:19 llfourn joined
squashable6 ๐Ÿ• JJ++ opened issue โ€œFix typos in Strโ€: github.com/Raku/doc/issues/3112 17:23
17:25 llfourn left 17:26 llfourn joined
Geth doc: c179f06ea1 | (JJ Merelo)++ | doc/Type/Str.pod6
Checks out contains, #3112
17:29
doc: f8beb0dc62 | (JJ Merelo)++ | doc/Type/Cool.pod6
Checks out and fixes contains, fixes #3112
squashable6 ๐Ÿ• JJ++ closed issue โ€œFix typos in Strโ€: github.com/Raku/doc/issues/3112
AlexDaniel ZzZombo: file a doc ticket with that question :)
ZzZombo: last time I checked there was no simple explanation 17:30
17:30 llfourn left 17:31 llfourn joined, sine0 joined 17:36 llfourn left 17:41 llfourn joined 17:43 llfourn left 17:44 llfourn joined
Geth doc: 329bc2dfcf | (JJ Merelo)++ | doc/Type/Cool.pod6
Better syntax #3112
17:45
17:47 llfourn left, llfourn` joined 17:52 llfourn` left 17:54 llfourn` joined 17:58 llfourn` left, llfourn` joined 18:03 llfourn` left 18:04 llfourn` joined 18:07 llfourn` left, llfourn` joined, Kaiepi left 18:15 llfourn` left 18:19 llfourn` joined 18:24 llfourn` left 18:26 llfourn` joined 18:27 benjif joined 18:31 llfourn` left 18:36 llfourn` joined 18:41 llfourn` left, llfourn` joined 18:46 llfourn` left 18:48 llfourn` joined 18:51 robertle left, stoned75 joined 18:52 llfourn` left 18:53 sena_kun left 18:54 llfourn` joined 18:58 llfourn` left 18:59 llfourn` joined 19:04 llfourn` left 19:06 llfourn` joined 19:08 llfourn` left 19:09 llfourn` joined, sena_kun joined 19:13 llfourn` left 19:14 llfourn` joined 19:16 lucasb left 19:17 llfourn` left 19:23 sidtiw joined 19:24 bazzaar joined
bazzaar o/ Raku 19:25
19:27 sidtiw left
bazzaar Sorry for stating the obvious, I'm getting an error when installing Inline::Python, I've tried to document everything in this gist (gist.github.com/bazzaar/4dda03bb5d...98478b04), I know it's not much of a help me just pointing this out. 19:30
19:41 stoned75 left 19:55 wildtrees joined
AlexDaniel nine: โ†‘ 20:04
brass Is there any way to use to get the intersection of a list of lists using the intersection operator? 20:05
*the intersection of two lists of lists
20:13 Pacho joined 20:16 Pacho left
moritz m: say ((1, 2), (3, 4)) โŠ ((1, 2), (3, 4, 5)) 20:52
evalable6 Bag(1, 2, 3, 4)
moritz it seems that flattens
and you cannot use arrays, since they are not value objects
m: say (\(1, 2), \(3, 4)) โŠ (\(1, 2), \(3, 4, 5)) 20:53
evalable6 Bag(\(1, 2))
20:53 sena_kun left
lizmat abusing signatures for this ? yuk :-) 20:56
*captures 20:57
Geth doc: MasterDuke17++ created pull request #3113:
Some Raku<->Perl6 changes, some misc editing also
21:03
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113
squashable6 ๐Ÿ•๐Ÿ•๐Ÿ• First contribution by MasterDuke17++! โ™ฅ
brass haha nice use of signatures 21:05
lizmat m: dd \(1,2).^name
evalable6 "Capture"
21:07 sena_kun joined
squashable6 ๐Ÿ• lizmat++ submitted a review on pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#pull...-328575874 21:17
๐Ÿ•๐Ÿ•๐Ÿ• First contribution by lizmat++! โ™ฅ
๐Ÿ• lizmat++ wrote a comment on a review for โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#disc...r355144396
๐Ÿ• MasterDuke17++ submitted a review on pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#pull...-328575956 21:20
๐Ÿ• MasterDuke17++ wrote a comment on a review for โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#disc...r355144507
๐Ÿ• lizmat++ submitted a review on pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#pull...-328575987 21:21
๐Ÿ• lizmat++ wrote a comment on a review for โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#disc...r355144547
21:23 cognominal joined 21:27 cognomin_ left
squashable6 ๐Ÿ• MasterDuke17++ synchronize pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113 21:31
๐Ÿ• MasterDuke17++ submitted a review on pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#pull...-328576367
๐Ÿ• MasterDuke17++ wrote a comment on a review for โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113#disc...r355145010
๐Ÿ• lizmat++ merged pull request โ€œSome Raku<->Perl6 changes, some misc editing alsoโ€: github.com/Raku/doc/pull/3113
Geth doc: ab9df5b836 | MasterDuke17++ (committed using GitHub Web editor) | doc/Language/faq.pod6
Some Raku<->Perl6 changes, some misco editing also
doc: 8b0b7f120f | MasterDuke17++ (committed using GitHub Web editor) | doc/Language/faq.pod6
Mention the new .raku method
doc: 927d5068e0 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | doc/Language/faq.pod6
Merge pull request #3113 from MasterDuke17/patch-1

Some Raku<->Perl6 changes, some misc editing also
21:32 PacoLinux joined
lizmat MasterDuke: thanks! 21:32
21:44 bazzaar left
Geth doc: MasterDuke17++ created pull request #3114:
"Perl( 6)?" -> "Raku" changes, misc others also
21:49
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Perl( 6)?" -> "Raku" changes, misc others alsoโ€: github.com/Raku/doc/pull/3114
MasterDuke is the official name "Pod 6" or "Pod6"? 21:52
AlexDaniel RakuDoc? :) 21:53
sena_kun github.com/perl6/problem-solving/p...2017cfR146 says Pod6 21:54
21:55 rindolf left
Geth doc: MasterDuke17++ created pull request #3115:
"Pod 6" -> "Pod6"
21:59
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3115
Geth doc: MasterDuke17++ created pull request #3116:
"Pod 6" -> "Pod6"
22:01
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3116
๐Ÿ• lizmat++ merged pull request โ€œ"Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3115 22:02
Geth doc: bf4b76f69f | MasterDuke17++ (committed using GitHub Web editor) | doc/Language/tables.pod6
"Pod 6" -> "Pod6"
doc: 00a7df9bb0 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | doc/Language/tables.pod6
Merge pull request #3115 from MasterDuke17/patch-2

  "Pod 6" -> "Pod6"
sjn o/
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3117
Geth doc: MasterDuke17++ created pull request #3117:
"Pod 6" -> "Pod6"
squashable6 ๐Ÿ• lizmat++ merged pull request โ€œ"Perl( 6)?" -> "Raku" changes, misc others alsoโ€: github.com/Raku/doc/pull/3114
Geth doc: 3bf706f42b | MasterDuke17++ (committed using GitHub Web editor) | doc/Language/pod.pod6
"Perl( 6)?" -> "Raku" changes, misc others also
doc: ee8fffb416 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | doc/Language/pod.pod6
Merge pull request #3114 from MasterDuke17/patch-1

  "Perl( 6)?" -> "Raku" changes, misc others also
sjn I need some Raku Advent calendar admin help... can someone here assist?
Geth doc: MasterDuke17++ created pull request #3118:
"Raku Pod" -> "Raku Pod6" and "Pod 6" -> "Pod6"
22:05
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Raku Pod" -> "Raku Pod6" and "Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3118
lizmat sjn: I might be of assistance 22:06
AlexDaniel sena_kun: well, the extension will be .rakudoc, so I guess we'll switch naturally to that even if pod6 is official right now
Geth doc: MasterDuke17++ created pull request #3119:
"Raku Pod" -> "Raku Pod6" and "Pod 6" -> "Pod6"
22:07
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Raku Pod" -> "Raku Pod6" and "Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3119
22:07 corvu left
sjn lizmat: I'll pm you 22:07
Geth doc: MasterDuke17++ created pull request #3120:
"Pod 6" -> "Pod6"
22:09
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3120
22:13 PacoLinux left
Geth doc: MasterDuke17++ created pull request #3121:
"Pod 6" -> "Pod6", plus some other misc changes
22:15
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Pod 6" -> "Pod6", plus some other misc changesโ€: github.com/Raku/doc/pull/3121
Geth doc: MasterDuke17++ created pull request #3122:
"Pod 6" -> "Pod6"
22:17
squashable6 ๐Ÿ• MasterDuke17++ opened pull request โ€œ"Pod 6" -> "Pod6"โ€: github.com/Raku/doc/pull/3122
22:20 chloekek left 22:45 k29 joined 22:46 k29 left 22:53 sena_kun left 22:55 benjif left 23:02 RobRaku left 23:08 sena_kun joined 23:09 maggotbrain left 23:10 maggotbrain joined, El_Che left 23:11 El_Che joined 23:18 wamba left