🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm Set by lizmat on 22 May 2021. |
|||||||||||||||||||||||||||||||||||||||
00:02
reportable6 left
00:05
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
tbrowder | hi, would love an eyeball or two on Rakudo PR #4434 | 00:24 | |||||||||||||||||||||||||||||||||||||
ugexe | MasterDuke: every extra lib/repo added will add overhead. in your example the extra lib happens to be a CURFS (and not just a CURFS but one without a META6.json so it has to first find all files recursively) which means if it hasn't been precompiled yet as a CURFS it'll need to do that (generate .precomp) | 00:33 | |||||||||||||||||||||||||||||||||||||
maybe better to do a comparison to add like `-I "inst#/Users/ugexe/.rakubrew/versions/moar-blead/install/share/perl6/core"` to the second example | 00:35 | ||||||||||||||||||||||||||||||||||||||
02:02
linkable6 left,
evalable6 left
02:05
linkable6 joined,
evalable6 joined
03:05
linkable6 left,
evalable6 left
03:08
evalable6 joined,
linkable6 joined
04:34
frost joined
06:02
reportable6 left
06:03
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
MasterDuke | ugexe: thanks | 06:36 | |||||||||||||||||||||||||||||||||||||
07:58
discord-raku-bot left
08:00
discord-raku-bot joined
08:02
discord-raku-bot left,
discord-raku-bot joined
08:05
discord-raku-bot left,
discord-raku-bot joined
08:13
discord-raku-bot left
08:16
discord-raku-bot joined
08:35
tyil left
08:47
discord-raku-bot left
08:48
discord-raku-bot joined,
discord-raku-bot left
08:50
discord-raku-bot joined
08:51
discord-raku-bot left,
discord-raku-bot joined
08:52
discord-raku-bot left
08:53
discord-raku-bot joined
|
|||||||||||||||||||||||||||||||||||||||
|Tux| |
|
09:44 | |||||||||||||||||||||||||||||||||||||
12:01
frost left
12:02
reportable6 left
12:05
frost joined,
reportable6 joined
14:39
patrickb joined
|
|||||||||||||||||||||||||||||||||||||||
[Coke] | gfldex: do you have a 'use v6...' in that AnyModule? | 15:06 | |||||||||||||||||||||||||||||||||||||
I can't duplicate your error here. | 15:07 | ||||||||||||||||||||||||||||||||||||||
15:21
patrickb left
16:37
melezhik joined
|
|||||||||||||||||||||||||||||||||||||||
melezhik | . | 16:37 | |||||||||||||||||||||||||||||||||||||
18:02
reportable6 left
18:05
reportable6 joined
19:27
Altai-man joined
19:30
Altai-man left
|
|||||||||||||||||||||||||||||||||||||||
gfldex | [Coke]: I don't here is the module I use: gist.github.com/gfldex/aebc7c83d8a...6b1b5f0f18 | 21:35 | |||||||||||||||||||||||||||||||||||||
m: does %h{**} just call multi sub postcircumfix:<{ }>( \SELF, Whatever ) ? | 22:36 | ||||||||||||||||||||||||||||||||||||||
camelia | 5===SORRY!5=== Error while compiling <tmp> Variable '%h' is not declared at <tmp>:1 ------> 3does 7⏏5%h{**} just call multi sub postcircumfix |
||||||||||||||||||||||||||||||||||||||
gfldex | m: does %h{**} just call the same candidate as %h{*}? | 22:37 | |||||||||||||||||||||||||||||||||||||
camelia | 5===SORRY!5=== Error while compiling <tmp> Variable '%h' is not declared at <tmp>:1 ------> 3does 7⏏5%h{**} just call the same candidate as % |
||||||||||||||||||||||||||||||||||||||
gfldex | o.O I better get some sleep. | ||||||||||||||||||||||||||||||||||||||
melezhik | releasable: status | 23:00 | |||||||||||||||||||||||||||||||||||||
releasable6 | melezhik, Next release in ≈24 days and ≈19 hours. 1 blocker. Changelog for this release was not started yet | ||||||||||||||||||||||||||||||||||||||
melezhik, Details: gist.github.com/23f3e7ac83773aa75f...235206a25e | |||||||||||||||||||||||||||||||||||||||
[Coke] | gfldex: with that module in lib/Restricted.rakumod, this prints 3: raku -Ilib -MRestricted -e 'use v6.* ;say 3' | 23:21 | |||||||||||||||||||||||||||||||||||||
I'm on 2021.04 |