🦋 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:10
gnufr33dom joined
00:11
xinming left
00:12
xinming joined
00:32
RoniPi4ldn1 joined,
RoniPi4ldn1 left
00:35
Doc_Holliwould left
00:41
frost-lab joined
00:58
JRaspass joined
01:12
xinming left,
xinming joined
01:18
pecastro left
01:25
brtastic joined
01:41
mowcat left
01:51
guifa left
01:59
brtastic left,
JRaspass left
02:13
Doc_Holliwould joined
02:31
kvw_5_ joined,
Kaiepi left
02:34
kvw_5 left
02:48
Garbanzo left,
Garbanzo joined
02:57
Garbanzo left
02:58
aindilis` joined
03:00
aindilis left
03:02
Kaiepi joined
03:44
aindilis` left
04:14
Garbanzo joined
05:03
neshpion left
05:04
wamba joined
05:25
kaiwulf left
05:44
rindolf joined
05:47
xinming left,
xinming joined
05:53
aindilis joined
06:04
ribasushi left
06:08
ribasushi joined
06:26
xinming left
06:27
xinming joined
|
|||
moon-child | is there a version of first that returns an index instead of an element? | 06:36 | |
(actually, better yet, is there a version of first that returns everything after and including the matched element, instead of just the element in question?) | |||
I see :k | 06:41 | ||
06:53
xinming_ joined
06:55
xinming left
07:07
jmerelo joined
|
|||
parabolize | m: say .signature.gist for &first.candidates | 07:14 | |
camelia | (Bool:D $t, |) (Mu $test, +values, *%a) |
||
07:14
hythm__ joined
07:15
jdv79 left,
jdv79 joined
07:16
wamba left
07:17
hythm_ left
07:23
ribasushi left
|
|||
moon-child | ooh, you know would be cool | 07:24 | |
@x &&.= map(...) as shorthand for @x = @x && @x.map(...) | |||
07:25
ribasushi joined
07:31
parabolize left
07:33
Sgeo left
07:42
kylese joined
08:07
hythm joined,
hythm__ left
08:19
sena_kun left
08:22
sena_kun joined
|
|||
CIAvash | codesections: It was uzl who mentioned the link, I just added it to the weekly, after me lizmat did it too 🙂 | 08:48 | |
lizmat | moon-child: @x .= map would do very little if @a is empty | 08:59 | |
09:02
domidumont joined
09:23
kylese left
09:27
xinming_ left
09:29
pecastro joined,
xinming_ joined
09:37
ensamvarg left,
ensamvarg joined
09:48
xinming_ left
09:50
xinming_ joined
09:57
ensamvarg left,
xinming_ left
09:58
ensamvarg joined
09:59
xinming_ joined
10:09
JRaspass joined
10:18
plvicente joined
10:22
domidumont left
10:29
plvicente left
|
|||
cetjs2 | hello all | 10:35 | |
what opengl bindings in raku? | |||
10:35
JRaspass left
|
|||
cetjs2 | jmerelo, cast) | 10:36 | |
moon-child | lizmat: well, fair enough. But the same syntax for scalars would be cool. ‘Run this method on the object, if the object exists’ | 10:37 | |
10:37
domidumont joined
|
|||
lizmat | cetjs2: modules.raku.org/search/?q=OpenGL # sadly none, apparently | 10:38 | |
moon-child | cetjs2: I'm not aware of any. I played with graphics a little bit at one point, writing all the graphics code in c and calling into it from raku | ||
10:40
ensamvarg left,
ensamvarg joined
|
|||
cetjs2 | lizmat, ( | 10:40 | |
lizmat, better idea for gsoc))) | 10:41 | ||
jmerelo | cetjs2: it certainly is | 10:48 | |
10:48
jmerelo left
10:50
wamba joined,
plvicente joined
10:53
Kaiepi left
11:03
plvicente left
|
|||
lucs | What determines which distributions appear in raku.land? | 11:17 | |
lizmat | I think it only handles CPAN uploaded modules ? | ||
and maybe modules on fez ? | |||
lucs | In particular, I'm wondering why Template::Mojo appears to be missing. | ||
Uh, what's fez? | 11:18 | ||
lizmat | modules.raku.org/dist/fez:zef:zef:tony-o | ||
lucs | Thanks | ||
11:28
QhpAptyj9hj0RQwM joined
11:29
plvicente joined
11:31
domidumont1 joined
11:34
domidumont left
11:37
Doc_Holliwould left,
xkr47 joined
11:40
domidumont1 left
11:41
plvicente left
11:45
Kaiepi joined
11:48
Doc_Holliwood joined
12:02
plvicente joined
12:14
plvicente left
|
|||
QhpAptyj9hj0RQwM | masak: Hey :) For issue #526 on Alma, I'm looking for where I can add new language operators. I can see they appear to be in alma/t/features Is that the only place I need to add a is.t file, or are there also other place I'd need to look in? | 12:28 | |
12:35
QhpAptyj9hj0RQw joined,
QhpAptyj9hj0RQw left,
QhpAptyj9hj0RQw joined
12:37
QhpAptyj9hj0RQwM left
12:39
QhpAptyj9hj0RQw left,
QhpAptyj9hj0RQw joined
12:40
QhpAptyj9hj0RQw left,
QhpAptyj9hj0RQwM joined
12:50
linkable6 left
12:52
linkable6 joined
13:06
xinming_ left
13:08
xinming_ joined
13:18
plvicente joined
13:19
Toilie is now known as stupiddickhead
13:21
stupiddickhead is now known as dudz
13:25
monkey__ joined
13:29
plvicente left
13:31
eax joined
|
|||
masak | QhpAptyj9hj0RQwM: wow, nice! I'd recommend checking against what happened the last time an operator was added, in commit ca97ce. | 13:32 | |
documentation updated, Builtins.pm6, and operators.t -- that's basically it | 13:33 | ||
El_Che | .pm6? You're old, man :) | 13:34 | |
masak | stipulated. | ||
there was an even earlier time when those files were just called .pm | |||
El_Che | :) | ||
masak | I remember being very cagey about putting sixes in the file names; to me it was just Perl module files | 13:35 | |
a decidedly gauche opinion these days... :) | |||
El_Che | people were burnt for less in the past | ||
lizmat | sadly, the crowds with stakes have decreased in numbers :-( | 13:36 | |
masak | well, I'm still here, old-fashioned opinions and all | ||
I ask forgiveness for my rusty habits | 13:37 | ||
lizmat | you old man, you! :-) | ||
m6locks | rrustik | ||
El_Che | every language needs a crazy uncle | ||
masak | happy to oblige | ||
13:38
Doc_Holliwould joined,
zxcvz joined
|
|||
masak | actually, I felt even in 2012 or so that I was an "old" Perl 6 user, because I had some habits from around 2008 that were really hard to shake | 13:38 | |
El_Che | It sounds like when I tell stories about the 90s internet to young colleagues :) | 13:39 | |
masak | newer users would just (I felt) swoop in and express things really succinctly sometimes, but I didn't really think of those simpler ways, because they used to be not implemented yet :P | ||
masak .oO( this is an ex-NYI! it has ceased to not be! ) | 13:40 | ||
13:40
Doc_Holliwood left
|
|||
lucs reflects on "stakeholders"... | 13:49 | ||
13:50
monkey__ left,
monkey__ joined
|
|||
lizmat | lucs: :-) | 13:53 | |
masak reflects on the fact that lizmat is sad that crowds with stakes are smaller | 13:55 | ||
13:59
xinming_ left
|
|||
QhpAptyj9hj0RQwM | masak: Nice, ty. I'll make sure to checkout ca97ce. | 13:59 | |
14:00
xinming_ joined
14:09
finsternis left
14:14
plvicente joined
14:17
xinming_ left,
xinming_ joined
14:25
plvicente left
14:28
Black_Ribbon left
14:30
epony left
14:32
sjm_uk joined,
sjm_uk left
14:49
JRaspass joined
14:51
xinming_ left
14:52
plvicente joined
14:54
xinming_ joined
14:57
frost-lab left
14:59
xinming_ left
15:00
xinming_ joined
15:05
epony joined
15:09
QhpAptyj9hj0RQwM left,
QhpAptyj9hj0RQwM joined
15:10
plvicente left
15:12
hazim joined
15:22
Doc_Holliwould left
15:32
gfldex left
15:36
parabolize joined
15:37
squashable6 left
15:40
squashable6 joined
15:43
plvicente joined
15:46
gnufr33dom left
15:49
gnufr33dom joined
15:52
user joined
15:55
user left,
plvicente left
16:05
plvicente joined
16:07
Doc_Holliwood joined
16:11
xinming_ left
16:13
gfldex joined
16:16
xinming_ joined,
plvicente left
16:40
PimDaniel joined
|
|||
PimDaniel | \o | 16:40 | |
Is there an opposite for .uniname : given an uniname const, i got the UTF-8 char? | 16:41 | ||
I'v found it m: say "\c[LATIN SMALL LETTER A WITH ACUTE]" | 16:47 | ||
gfldex | m: say "\c[BUTTERFLY]"; | ||
camelia | 🦋 | ||
gfldex | PimDaniel: ^^^ | ||
PimDaniel Thank's gfldex I'v just found it! Thank's. | 16:48 | ||
back later! | 16:49 | ||
16:50
PimDaniel left
16:56
monkey__ left
17:01
Sgeo joined
|
|||
lizmat | m: dd "LATIN SMALL LETTER A WITH ACUTE".uniparse | 17:38 | |
camelia | "á" | ||
lizmat | for PimDaniel | ||
17:40
QhpAptyj9hj0RQw joined
17:43
QhpAptyj9hj0RQwM left
17:53
enheh joined
18:02
xinming_ left
18:04
xinming_ joined
18:23
plvicente joined,
aluaces left
18:34
plvicente left
18:43
QhpAptyj9hj0RQw left,
JRaspass left
18:49
aluaces joined
18:55
linkable6 left
18:56
linkable6 joined
19:01
linkable6 left
19:03
linkable6 joined
19:08
linkable6 left
19:10
linkable6 joined
19:31
mowcat joined
19:34
Discipulus joined
19:40
plvicente joined
19:50
aborazmeh joined
20:00
plvicente left
20:04
guifa joined,
plvicente joined
|
|||
guifa | New module as a part of my work rewriting LanguageTag: github.com/alabamenhu/IntlLanguageTaggish | 20:06 | |
It might be a bit overenjoyed but meh | 20:08 | ||
20:16
plvicente left
20:22
xinming_ left
20:23
xinming_ joined
20:31
plvicente joined
20:34
JRaspass joined
20:43
Garbanzo_ joined
20:44
Garbanzo left
|
|||
raydiak | bisectable6: BEGIN %*LANG<MAIN-actions> := %*LANG<MAIN-actions> but role { method regex_def (Mu $m) { say "regex def"; callsame; } }; grammar G { token TOP { .* } } | 20:45 | |
bisectable6 | raydiak, Will bisect the whole range automagically because no endpoints were provided, hang tight | ||
raydiak, Output on all releases: gist.github.com/74400b6d67d569893c...1741d723e6 | |||
raydiak, Bisecting by output (old=2017.02 new=2017.03) because on both starting points the exit code is 0 | |||
raydiak, bisect log: gist.github.com/708722d6f5228bbde5...1619f2fbc8 | 20:46 | ||
raydiak, Output on all releases and bisected commits: gist.github.com/86d457ab1ba0d28d0b...c0a84a114a | |||
AlexDaniel` | uh this needs to be fixed in bisectable | 20:47 | |
it doesn't know how to handle multiple commits | |||
see the log for the list, it's a merge of something about braids | 20:48 | ||
20:50
vike joined
|
|||
raydiak | thanks, I'll look at the log. never used bisectable before | 20:51 | |
if anyone has any suggestions about how to properly do what I was bisecting in modern raku, I'd appreciate it | 20:55 | ||
21:02
plvicente left
21:06
plvicente joined
21:17
plvicente left
21:32
aborazmeh left
21:36
hazim left
22:15
cpage left
22:18
cpage joined
22:35
eax left
22:46
rindolf left
22:49
wamba left
22:50
Discipulus left
23:03
dogbert11 left
23:06
dogbert11 joined
23:08
dogbert11 left
23:16
dogbert11 joined
23:33
kerframil joined
23:43
JRaspass left
23:52
JRaspass joined
|