šŸ¦‹ Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
00:00 reportable6 left 00:01 reportable6 joined 00:05 NemokoschKiwi joined 00:06 xinming left 00:07 NemokoschKiwi left 00:08 xinming joined 00:22 Maylay left 00:25 xinming left 00:27 xinming joined 00:30 Maylay joined 00:36 Manifest0 left 00:46 xinming left 00:48 xinming joined 01:06 xinming left
[Coke] nemokosch: I actually started a branch for that on zef-deps called 'inverse' that got stalled. 01:07
01:07 xinming joined
[Coke] knowing someone else wants it makes it more important, will bump it higher in queue 01:09
tbrowder__ here's another vote 01:16
[Coke] ... huh, appaerntly i was further along than I remembered 01:29
gist.github.com/coke/baa93398f5363...e96a16650e 01:30
I think that's just one layer deep 01:33
guessing I also want to default to not showing version or auth and collapsing entries so if search for --inverse Slang::Tuxic I don't get 12 Textg::CSV's, all slightly different. 01:34
I guess we'd want --verbose and --recursive or something. 01:36
01:45 xinming left 01:47 xinming joined 02:29 Sgeo left, Sgeo joined 03:19 spacekookie left 03:20 spacekookie joined 03:46 xinming left 03:48 xinming joined 04:09 nil9 joined 04:20 nil9 left 04:26 xinming left 04:28 xinming joined 04:45 xinming left 04:47 xinming joined 04:57 tbrowder__ left, tbrowder__ joined 05:46 xinming left 05:48 xinming joined 06:00 reportable6 left, reportable6 joined 06:18 kst joined 06:26 xinming left 06:28 xinming joined 06:35 toothedsword` joined 06:37 toothedsword` left 07:11 moritz left
nemokosch yes, that would be great 07:30
"your mileage may vary" but I think the default should be that only the highest version of a certain dist counts 07:31
actually, I don't know 07:32
collapsing subsequent versions that all depend on the same dist (um, module actually) makes sense 07:33
I don't know how easy it is to retrieve different versions of a dist 07:34
07:39 Manifest0 joined 07:43 Sgeo left 07:58 dakkar joined 08:06 jpn joined 08:12 slu left, slu joined 08:22 teatwo joined 08:25 teatime left 09:25 greppable6 left, nativecallable6 left, statisfiable6 left, bloatable6 left, sourceable6 left, coverable6 left, bisectable6 left, linkable6 left, benchable6 left, committable6 left, unicodable6 left, tellable6 left, reportable6 left, quotable6 left, notable6 left, releasable6 left, shareable6 left, squashable6 left, evalable6 left, unicodable6 joined 09:26 greppable6 joined, squashable6 joined, bisectable6 joined, nativecallable6 joined, linkable6 joined, releasable6 joined, benchable6 joined, statisfiable6 joined 09:27 bloatable6 joined, evalable6 joined, notable6 joined, tellable6 joined, coverable6 joined, reportable6 joined 09:28 quotable6 joined, committable6 joined, sourceable6 joined, shareable6 joined 09:49 abraxxa joined 10:06 jpn left 10:16 jpn joined 10:38 jpn left 10:45 tbrowder_ left, tbrowder_ joined 11:03 abraxxa left 11:11 jpn joined, abraxxa joined 11:23 abraxxa left 11:32 abraxxa joined 11:36 jpn left 12:00 reportable6 left 12:01 reportable6 joined 12:14 jpn joined 12:16 derpydoo joined
[Coke] I'm getting all the versions "for free" now. 12:22
Geth ecosystem: 2colours++ created pull request #620:
Removing the original (broken) HTML::Template
12:30
12:32 abraxxa left 12:42 abraxxa joined
Geth ecosystem/main: 27162ac090 | (MƔrton PolgƔr)++ (committed using GitHub Web editor) | META.list
Removing the original (broken) HTML::Template
12:42
12:58 perlbot left, simcop2387 left 13:02 jpn left 13:34 simcop2387 joined 13:35 perlbot joined 13:59 jpn joined 14:09 PotatoGim left, PotatoGim joined 14:47 abraxxa left 15:12 pony left, pony joined 15:59 MoC joined 16:15 leont left, leont joined 16:17 guifa left, guifa joined 16:36 dakkar left
lizmat clickbaits rakudoweekly.blog/2023/09/18/2023-...ew-search/ 16:49
16:52 jpn left 17:29 deriamis_ joined 17:32 deriamis left 18:00 reportable6 left, reportable6 joined 18:27 Vyrus left, Vyrus joined
pony can the .identifier parts be an in-place pattern here? <key=.identifier> '=' <value=.identifier> <comment>? 18:53
nemokosch Well, what happens if you do that? 19:39
20:00 linkable6 left, evalable6 left 20:02 linkable6 joined 20:03 evalable6 joined
pony is there an eval bot I can use to demonstrate? 20:05
jdv m: 'foo'.say 20:08
camelia foo
pony thanks
m: grammar G { token TOP { <foo='ab'> } } say G.parse: 'ab'; 20:09
camelia ===SORRY!=== Error while compiling <tmp>
Unable to parse expression in metachar:sym<assert>; couldn't find final '>' (corresponding starter was at line 1)
at <tmp>:1
------> grammar G { token TOP { <foo=ā'ab'> } } say G.parse: 'ab'ā€¦
jdv iirc m is for moar. idk.
antononcube @pony Consider using Discord.
jdv irc forever! 20:10
antononcube LOL !!!
20:22 tea3po joined 20:25 teatwo left
nemokosch not sure what <foo='ab'> would be 20:27
20:27 tea3po left
isn't that $<foo>='ab' ? or what is the goal? 20:28
20:28 tea3po joined 20:29 tea3po left, tea3po joined
pony grammar G { token TOP { <foo=.ab> }; token ab { ab } }; say G.parse: 'ab' # to have this without the extra token definition 20:33
evalable6 ļ½¢abļ½£
foo => ļ½¢abļ½£
20:34
pony so replacing the .ab with an in-place pattern
I want to know if it's allowed
oh 20:35
pony saw your other message
all right. thanks :) 20:36
20:54 tea3po left 20:55 tea3po joined 20:58 tejr left 21:06 derpydoo left 22:06 linkable6 left, evalable6 left, evalable6 joined 22:07 linkable6 joined 22:12 MoC left 22:19 Sgeo joined 22:26 Maylay left 22:28 Maylay joined 23:27 ilogger2 left, ilogger2 joined 23:40 Manifest0 left 23:43 Maylay left 23:47 Maylay joined