🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 25 August 2021.
00:06 reportable6 left 00:09 reportable6 joined 00:11 coleman left
Xliff timo: Yes. It's a coercion method, so it needs the FQN 00:20
timo: I added it so that when I do "method a (cairo_t() $cr) { ... }" I can automatically get the right thing if passed a Cairo::Context. 00:21
00:25 eseyman left 00:26 eseyman joined 00:29 thegargler left 00:30 Geth left, Geth joined 00:34 Geth left 00:35 Geth joined 00:39 Geth left, Geth joined 00:44 Geth left, Geth joined 01:11 jaguart left 01:19 frost joined 01:50 Sgeo_ joined 01:52 Sgeo left 02:01 Sgeo joined 02:02 Sgeo_ left 02:11 Sgeo left 02:14 Sgeo joined 02:45 donpdonp|z_ joined 02:46 donpdonp|z_ is now known as donpdonp|z 03:16 Guest35 left 03:32 bartolin left, bartolin joined 03:46 bigdata left 04:17 zacts joined 04:19 zacts is now known as z4kz 04:24 z4kz left
xinming when I compile raku 2022.04, I got error "/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: ./libmoar.so: undefined reference to `uv__cloexec_ioctl'" 04:24
tellable6 2021-04-03T14:32:00Z #raku <SmokeMachine> .tell xinming_ no, that’s just a way to add “” around the table name… sorry, that problem wasn’t fixed yet… :(
xinming *_* never thought that it's been a year I didn't come in #raku 04:25
hmm, the above error can be fixed with `make realclean` within nqp/MoarVM dir 04:36
04:54 Jimmy joined, Jimmy left 05:54 bisectable6 left, evalable6 left, nativecallable6 left, reportable6 left, shareable6 left, sourceable6 left, coverable6 left, tellable6 left, linkable6 left, releasable6 left, statisfiable6 left, benchable6 left, notable6 left, quotable6 left, committable6 left, unicodable6 left, greppable6 left, bloatable6 left, greppable6 joined 05:55 reportable6 joined, quotable6 joined, coverable6 joined, sourceable6 joined, benchable6 joined, nativecallable6 joined, tellable6 joined, bisectable6 joined 05:56 shareable6 joined, committable6 joined, bloatable6 joined, statisfiable6 joined 05:57 unicodable6 joined, notable6 joined, evalable6 joined, linkable6 joined, releasable6 joined 06:07 reportable6 left 06:09 abraxxa joined, reportable6 joined 06:15 abraxxa left 06:16 abraxxa joined 06:39 mexen joined 06:46 RakuIRCLogger left 07:08 dakkar joined, Sgeo left
Xliff What method is prefix:<+> shorthand for? 07:39
Nemokosch the unary plus you mean?
Xliff Ah. It is .Numeric. I just needed to parenthesize. 07:40
08:08 linkable6 left, evalable6 left 08:09 evalable6 joined, Xliff left 08:10 linkable6 joined
timo i also saw after asking that it was already merged, so everything's good :) 09:06
09:10 linkable6 left, evalable6 left 09:12 evalable6 joined, linkable6 joined 09:14 jaguart joined 09:20 pklibert left 10:20 bisectable6 left, linkable6 left, sourceable6 left, reportable6 left, committable6 left, evalable6 left, bloatable6 left, releasable6 left, unicodable6 left, greppable6 left, benchable6 left, statisfiable6 left, notable6 left, tellable6 left, quotable6 left, nativecallable6 left, coverable6 left, shareable6 left, unicodable6 joined, greppable6 joined 10:21 evalable6 joined, nativecallable6 joined, coverable6 joined, bloatable6 joined, releasable6 joined, shareable6 joined 10:22 statisfiable6 joined, reportable6 joined, tellable6 joined 10:23 sourceable6 joined, quotable6 joined, notable6 joined, linkable6 joined, committable6 joined, benchable6 joined, bisectable6 joined, zacts joined 10:30 zacts is now known as z4kz
tbrowder hi, anyone else seeing test errors on github during the zef search phase with an interrupt? 10:34
10:45 Altai-man joined 11:45 reportable6 left, statisfiable6 left, coverable6 left, shareable6 left, notable6 left, bisectable6 left, committable6 left, linkable6 left, unicodable6 left, greppable6 left, nativecallable6 left, quotable6 left, evalable6 left, sourceable6 left, benchable6 left, bloatable6 left, releasable6 left, tellable6 left, committable6 joined, reportable6 joined 11:46 releasable6 joined, tellable6 joined, coverable6 joined, nativecallable6 joined, bloatable6 joined, linkable6 joined, sourceable6 joined 11:47 quotable6 joined, unicodable6 joined, statisfiable6 joined, notable6 joined, evalable6 joined, benchable6 joined 11:48 greppable6 joined, bisectable6 joined, shareable6 joined 12:02 z4kz left 12:04 razetime joined 12:08 reportable6 left 12:10 reportable6 joined 12:52 Darkcoal joined 13:00 grondilu joined
grondilu isn't there supposed to be a print character class? 13:00
tellable6 hey grondilu, you have a message: gist.github.com/731422b5dc6caa49cf...0ccf8559b8
grondilu m: dd grammar { token TOP { <print>+ } }.parse: "foo"
camelia Cannot resolve caller print(Mu:U: <anon|1>:D); none of these signatures matches:
(Mu: *%_)
in regex TOP at <tmp> line 1
in block <unit> at <tmp> line 1
grondilu m: dd grammar { token TOP { <graph>+ } }.parse: "foo" 13:02
camelia Match.new(:orig("foo"), :from(0), :pos(3), :hash(Map.new((:graph([Match.new(:orig("foo"), :from(0), :pos(1)), Match.new(:orig("foo"), :from(1), :pos(2)), Match.new(:orig("foo"), :from(2), :pos(3))])))))
13:19 zacts joined 13:21 sena_kun_ joined, Altai-man left
[Coke] Anyone interested in the doc site (actual content sure, but also UI, site, workflow, integration with rakudoc, etc.) can you ping me? Trying to pick up some threads here, but don't know all the players. 13:46
13:50 bigdata joined 13:58 zacts is now known as z4kz, z4kz left, z4kz joined 14:15 z4kz left, frost left 14:19 Sgeo joined 14:31 Guest35 joined 14:36 linkable6 left 14:37 linkable6 joined, Sgeo left 14:40 morte_ joined 14:41 Sgeo joined 14:43 Sgeo_ joined 14:46 Sgeo left
tbrowder [hand raised] 15:20
.tell [Coke] i'm interested in doc site 15:23
tellable6 tbrowder, I'll pass your message to [Coke]
15:36 jjido joined
Geth doc: 85cd8c63e7 | Coke++ | doc/Language/faq.pod6
Show more recent -v output
15:59
doc: 7f3b45f71c | Coke++ | doc/Language/faq.pod6
Slight clarification about Christmas.
linkable6 Link: docs.raku.org/language/faq
16:00 rba[m] left
Geth doc: 025402d043 | Coke++ | 3 files
Expose information to tests about scope

Allow tests to find out if they are being running in the scope of all files, or just a subset.
Add note to 'make xtest' helper script
Update search-categories to use this and skip a test that will always fail if run on a subset of files.
16:27
[Coke] tbrowder: ping received.
tellable6 2022-04-27T15:23:36Z #raku <tbrowder> [Coke] i'm interested in doc site
16:27 melezhik joined
melezhik patrickb: I've made a fork of your DevelExecRunnerGenerator and looks like it successfully builds with my custom .sparkyci.yaml - sparrowhub.io:2222/report/262 16:29
git.sr.ht/~melezhik/Devel-ExecRunn...rkyci.yaml 16:30
16:30 dakkar left
melezhik Output from ake is not visible from log however I guess it runs ok, it just does not produce anything in output 16:31
You can pickup sprakyci yaml from here , add your project to a SparkyCI and continue to develop and make experiments ... 16:32
16:32 jjido left 16:37 melezhik left 16:38 melezhik joined
melezhik twitter.com/melezhik2/status/15193...x3IZZep_Cw 16:38
16:39 melezhik left
Geth doc: 3072a4394b | Coke++ | doc/Language/classtut.pod6
Match singular/plural
16:43
linkable6 Link: docs.raku.org/language/classtut
16:45 melezhik joined
[Coke] we used to have the date last generated in the page output on the doc site; pretty sure we removed that because the diffs were creating churn. Anyone know if there's a hidden file with the last generated date in it on the site? 16:47
who is running the zazzle & cafepress stores listed here: www.raku.org/whatever/ 16:51
also, the first merch link is a 404
nine: Should the p5 module Inline::Perl6 be renamed to Inline::Raku? 16:52
16:52 Altai-man joined, melezhik left 16:53 bigdata left 16:55 sena_kun_ left 16:57 mexen left 16:59 razetime left 17:01 melezhik joined
nine [Coke]: it should 17:02
melezhik . 17:03
17:04 melezhik left 17:13 euandreh left 17:19 Altai-man left, lichtkind joined
[Coke] nine++ 17:21
17:35 jjido joined 17:39 euandreh joined 17:50 grondilu left 18:08 reportable6 left 18:10 reportable6 joined 18:13 melezhik joined
melezhik .tell patrickb I successfully run your build from my fork - git.sr.ht/~melezhik/Devel-ExecRunn...rkyci.yaml 18:13
tellable6 melezhik, I'll pass your message to patrickb
melezhik ^^ sparrowhub.io:2222/report/262
lizmat raku irc live looks outdated for me for today 18:14
I don't see messages made by me and probably other users last few hours
18:18 RakuIRCLogger joined
Geth Documentable: JJ unassigned from antoniogamiz Issue "make html" broken in raku/doc github.com/Raku/Documentable/issues/164
c255d260c8 | (JJ Merelo)++ | .github/ISSUE_TEMPLATE/bug_report.md

Thanks a lot for all the work done, Antonio
18:19
lizmat melezhik: I've kicked the logger
I'll reconcile the logs tomorrow with the colabti logger 18:20
Documentable: 50eaf96ca9 | (JJ Merelo)++ | META6.json
Changes description
18:24
melezhik lizmat++ 18:26
.tell patrickb - here Devel-ExecRunnerGenerator SpakyCI log with debug enabled for `build.pre` hook - sparrowhub.io:2222/report/263 18:28
tellable6 melezhik, I'll pass your message to patrickb
melezhik at least here we can see that ake gets run
18:42 abraxxa left 18:49 melezhik left 18:53 bigdata joined 19:01 melezhik joined
melezhik . 19:01
. 19:24
19:27 bigdata left 19:29 Sgeo_ left 19:35 Sgeo joined 19:37 bigdata joined
melezhik .tell patrickb , please see github.com/melezhik/sparkyci/blob/...uild-hooks as well 20:03
tellable6 melezhik, I'll pass your message to patrickb
20:37 tellable6 left, evalable6 left, linkable6 left 20:38 linkable6 joined 20:40 evalable6 joined, tellable6 joined
kybr is there a way to inspect the name of the current function? sub foo($a, $b) { say $thisfunctionname } .... i know raku has pretty great relfection, but i can't think how to do this 21:19
moon-child m: sub f { say callframe.code.name }; f 21:23
camelia f
kybr wow. thanks. 21:25
MasterDuke m: sub f { say &?BLOCK.name }; f 21:31
camelia f
MasterDuke m: sub f { say &?ROUTINE.name }; f
camelia f
21:40 linkable6 left, evalable6 left 21:41 lichtkind left 21:42 linkable6 joined 21:43 evalable6 joined 21:59 melezhik left 22:05 jjido left 22:16 morte_ left 22:32 Darkcoal left 22:35 Darkcoal joined 22:43 jaguart left
jdv lizmat: i think your logger is missing stuff 22:55
compare colabti today to yours for this chan or raku-dev for example 22:56
japhb jdv: She knows, she's planning to reconcile the logs tomorrow. 23:20
23:43 evalable6 left, linkable6 left, linkable6 joined 23:46 evalable6 joined 23:50 melezhik joined 23:54 melezhik left