🦋 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:40
evalable6 left,
linkable6 left
00:41
evalable6 joined
00:42
linkable6 joined
01:14
Kil93ac joined
|
|||
Kil93ac | Does anyone know who came up with the whole "LTA" concept? | 01:15 | |
If someone finds out, would be nice to include in Glossary: github.com/Raku/doc/blob/master/do....pod6#L533 We're implementing the same concept at work and everyone loves it. Would be nice to know who came up with the idea (feels like Audrey's or Larry's doing, but don't know) | 01:30 | ||
01:30
Kil93ac left
|
|||
perryprog | Huh, that's kinda funny: "LTA" in the context of Wikipedia stands for Long Term Abuse(r). I might have to steal Less Than Awesome as a less-aggressive expansion. | 01:36 | |
02:29
maggotbrain joined
02:32
frost-lab joined
02:33
Xliff left
03:19
mathieu joined
03:20
mathieu left
03:22
_4d47 joined
04:04
squashable6 left
04:07
squashable6 joined
04:08
xinming left
04:09
xinming joined
04:53
xinming left
04:55
xinming joined
05:08
xinming left,
xinming joined
|
|||
cpan-raku | New module released to CPAN! CRDT (0.0.2) by 03FCO | 05:24 | |
05:30
BenGoldberg left,
Ben_Goldberg joined,
Ben_Goldberg is now known as BenGoldberg
05:39
cpan-raku left
05:45
cpan-raku joined,
cpan-raku left,
cpan-raku joined
05:46
_4d47 left
06:03
xinming_ joined
06:06
xinming left
|
|||
cpan-raku | New module released to CPAN! CRDT (0.0.3) by 03FCO | 06:11 | |
06:19
bocaneri joined
06:20
jmerelo joined
|
|||
cpan-raku | New module released to CPAN! CRDT (0.0.4) by 03FCO | 06:27 | |
06:27
bocaneri left,
bocaneri joined
06:28
bocaneri left
06:29
bocaneri joined
06:30
bocaneri left,
bocaneri joined
06:31
bocaneri left,
bocaneri joined
06:32
parabolize left,
bocaneri left
06:33
bocaneri joined,
bocaneri left
06:52
aluaces joined
07:15
ufobat_ joined
07:25
skids left
07:28
natrys joined,
Kaeipi left
07:29
patrickb joined,
Kaeipi joined
07:35
Altai-man joined
07:39
sjm_uk joined
07:41
Sgeo_ left
07:44
BenGoldberg left
07:58
stoned75 joined
08:09
aborazmeh joined,
aborazmeh left,
aborazmeh joined
08:11
sena_kun joined
08:12
Altai-man left
08:20
abraxxa joined
08:21
abraxxa left
08:22
abraxxa joined
08:23
abraxxa left
08:24
abraxxa joined
08:26
domidumont joined
08:32
abraxxa left
08:33
abraxxa joined
08:59
bocaneri joined
09:04
Chi1thangoo joined
09:08
bocaneri left,
bocaneri joined
09:10
Kaeipi left,
Merfont joined
09:12
aborazmeh_ joined,
aborazmeh_ left,
aborazmeh_ joined
|
|||
cpan-raku | New module released to CPAN! CRDT (0.0.5) by 03FCO | 09:17 | |
09:24
Merfont left,
vike joined
09:25
Merfont joined
09:28
Chi1thangoo left
|
|||
lizmat | pretty sure that it was Audrey who came up with LTA | 09:30 | |
10:06
wamba joined
10:07
tejr left,
tejr joined
10:16
aborazmeh_ left,
aborazmeh_ joined,
aborazmeh_ left,
aborazmeh_ joined
10:27
domidumont left
10:29
domidumont joined
10:31
squashable6 left,
finanalyst left,
finanalyst joined,
squashable6 joined
10:32
aborazmeh_ left,
aborazmeh_ joined,
aborazmeh_ left,
aborazmeh_ joined
10:35
BenGoldberg joined
10:36
Black_Ribbon left
10:41
aborazmeh left,
aborazmeh_ is now known as aborazmeh
10:45
aborazmeh left
11:09
BenGoldberg left
11:24
fridim left
11:36
aborazmeh joined,
aborazmeh left,
aborazmeh joined
11:41
sno left
12:10
Altai-man joined
12:13
sena_kun left
12:31
finanalyst_mobil joined
12:35
finanalyst left
12:38
finanalyst_mobil left
12:52
_4d47 joined
12:56
Chi1thangoo joined
13:25
ufobat__ joined
13:28
ufobat_ left
|
|||
[Coke] | That matches my hazy recollection as well | 13:29 | |
We could ask her if she'd admit to it. :) | |||
13:31
jmerelo left
13:34
rindolf joined
13:46
frost-lab left
14:00
BenGoldberg joined
14:14
fridim joined
14:18
ben_ left
14:22
rindolf left
14:34
BenGoldberg left
14:39
natrys left
14:44
_4d47 left
|
|||
xinming_ | m: sub t (Int|Str $t) { $t.raku.say; }; t(1); | 14:50 | |
camelia | 5===SORRY!5=== Error while compiling <tmp> Malformed parameter at <tmp>:1 ------> 3sub t (Int|Str7⏏5 $t) { $t.raku.say; }; t(1); expecting any of: constraint |
||
xinming_ | Is it possible to declare the type like this in signature? | ||
timotimo | no, it needs a sepaate "subset" declaration | 14:52 | |
or an explicit where clause | |||
xinming_ | m: sub t ($t where .WHAT ~~ Int|Str) { $t.raku.say; }; t(1); | 14:54 | |
camelia | 1 | ||
xinming_ | m: sub t ($t where Int|Str) { $t.raku.say; }; t(1); | ||
camelia | 1 | ||
xinming_ | raku++ | ||
15:06
wamba left
15:08
wamba joined
15:18
rindolf joined
15:21
pkmnx joined
|
|||
pkmnx | perhaps silly question: where did p6doc install to ? zef it said it installed, but, I couldn't find it ... | 15:22 | |
[Coke] | I wouldn't bother installing p6doc. | 15:27 | |
the bin utility is gone, and the docs are mis-installed for years. | |||
assuming you mean github.com/Raku/doc | |||
pkmnx | yeah, I read all about it & just wanted to be able to search functions via cli ... | 15:28 | |
15:42
Sgeo joined
15:47
parabolize joined
15:48
aborazmeh left
15:50
Merfont left
|
|||
[Coke] | I think github.com/Raku/rakudoc is the next iteration of that. | 15:50 | |
looks like there's a hack described in the readme that lets you do what you need. | 15:51 | ||
15:57
perlmaros left
15:58
perlmaros joined
16:00
wamba left
16:05
aborazmeh joined,
aborazmeh left,
aborazmeh joined
16:11
sena_kun joined
16:13
Altai-man left,
b2gills left
16:27
aborazmeh left
16:32
b2gills joined
16:40
imcsk8 left
16:41
imcsk8 joined
16:44
grondilu joined
17:11
jmerelo joined
17:15
skids joined
|
|||
jmerelo | warning everyone who's committed to an Advent article to have it ready soonish | 17:19 | |
I need some time to edit them, and also want to schedule them in advance. As well as knowing how many are going to be there. | |||
timotimo | jmerelo: it sounds a little strange to say that gitlab "conceded" resources to us | ||
that kind of sounds like we had to sue them first or something | 17:20 | ||
jmerelo | timotimo: granted? | ||
timotimo | provided? | ||
offered, maybe? | |||
jmerelo | not really, I had to request it | ||
[Coke] | all 3 of the alts seem fine | ||
so granted/provided | 17:21 | ||
jmerelo | Clarified in Twitter. | 17:23 | |
English is still not my mother tongue. And there's been too much talk about concession lately, which kind of means a different thing in Spanish. Sorry. | |||
[Coke] | no worries on this end. | ||
timotimo | the smother tongue | 17:24 | |
jmerelo | Back to the advent thing. Submit your articles, please. | ||
17:25
skids left
|
|||
jmerelo | I know we will have write last-minute articles eventually, but I'd like to reduce that possibility to as small as possible. | 17:25 | |
17:26
BenGoldberg joined
|
|||
jmerelo | And still 10 slots to fill. [Coke]? timotimo? Anyone? | 17:29 | |
jmerelo hears a lot of silence | 17:33 | ||
[Coke] | I'm not volunteering, no. :) | ||
jmerelo | [Coke]: can you be shanghaied? Enticed? Seduced? | ||
[Coke] | paid? | 17:35 | |
no. | |||
any RSC members that aren't already volunteering? | 17:39 | ||
17:40
ufobat__ left
17:46
domidumont left
17:51
aborazmeh joined,
aborazmeh left,
aborazmeh joined
|
|||
[Coke] | if I to use lizmat's is test-assertion, how do I specify the rakudo requirement in META6.json? | 17:52 | |
lizmat | [Coke]: you don't have to if you use my new Test::Assertion module | 17:53 | |
[Coke] | if I *want*.. | ||
lizmat++ | |||
lizmat | if your rakudo is too old, it won't report the optimized error location, but it won't complain about the trait not being known | 17:54 | |
[Coke] | oh, if I use the module. gotcha. | 17:55 | |
lizmat | the module will know when to be a noop | 17:56 | |
18:00
BenGoldberg left
|
|||
jmerelo | [Coke]: will need to help them... | 18:00 | |
18:06
aluaces left,
melezhik joined
|
|||
cpan-raku | New module released to CPAN! Hash::LRU (0.0.3) by 03ELIZABETH | 18:08 | |
18:09
finanalyst joined
|
|||
Geth_ | doc: e424ef96af | Coke++ | xt/check-signatures.t Avoid uninit value warning |
18:14 | |
18:15
finanalyst left
18:32
abraxxa left
|
|||
patrickb | jmerelo: Just an idea: Could we spread the advent articles evenly across the days of advent and if more voluneers show up fill in more gaps? That would prevent missing articles at the end in the worst case and reduce stress a little. (With the disadvantage of having fewer articles because we don't need to push people as hard.) | 18:35 | |
tellable6 | 2020-11-19T11:21:05Z #raku-dev <Xliff> patrickb: Unfortunately, I haven't seen much improvement. Using zef 0.9.4 | ||
jmerelo | patrickb: there're no allotted days now, actually. I've done it that way precisely to prevent the constant reshuffling I had to do previously | 18:36 | |
18:37
aluaces joined
|
|||
jmerelo | at the end of the day, it's just better to set firm deadlines. And we still have 10 slots to fill. | 18:37 | |
patrickb | jmerelo: Ah! So you already do it that way! (And still push people so we don't end up with very few articles.) jmerelo++ | 18:38 | |
jmerelo | So it's going to be first come, first served. And I'll have a few days of margin to know if more articles are needed. Previously, sometimes in the evening I didn't know if I had an article, and there were no article left to fill | ||
patrickb: basic idea is that previously the deadline was thought to be roughly the day it was assigned. I'm trying to be very clear now that the deadline is Dec 1st for _all_ articles. | 18:39 | ||
patrickb | jmerelo: I like that. | ||
jmerelo | patrickb: as in "I like it so I'll write an article"? :-) | 18:45 | |
18:46
wamba joined
|
|||
patrickb | jmerelo: I'm thinking about it. But I can't make any promises yet. | 18:47 | |
jmerelo | patrickb: fair enough :-) | 18:55 | |
18:56
jmerelo left
19:23
bocaneri left
19:31
aborazmeh left
19:38
aluaces left,
aluaces joined
19:44
shlomif joined
19:45
rindolf left
19:54
mowcat joined
19:57
shlomif is now known as rindolf
20:10
Altai-man joined
20:13
sena_kun left
20:23
melezhik left
20:30
MasterDuke joined
20:38
finanalyst joined,
finanalyst left
20:45
aborazmeh joined,
aborazmeh left,
aborazmeh joined
20:51
patrickb left
20:52
BenGoldberg joined
21:16
Kaiepi joined
21:26
BenGoldberg left
21:38
sjm_uk left
|
|||
cpan-raku | New module released to CPAN! Hash::LRU (0.0.4) by 03ELIZABETH | 21:49 | |
22:12
jast left,
jast joined
22:21
stoned75 left
22:38
MorayJ joined
22:48
wamba left
22:49
caasih left
22:50
caasih joined,
SmokeMachine left
22:51
SmokeMachine joined
22:53
cpan-raku left
22:57
cpan-raku joined,
cpan-raku left,
cpan-raku joined
23:01
aluaces left
23:03
rindolf left,
MorayJ left
23:20
mowcat left,
pkmnx left
23:32
skids joined
23:57
aborazmeh left
|