🦋 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:08
reportable6 left
|
|||
lizmat | ok, I was thinking "raku -e 'Foo: ...' | 00:20 | |
in any case, it should not be an IO object anyway... | 00:21 | ||
00:25
timo left
01:11
reportable6 joined
02:36
linkable6 left,
evalable6 left
02:39
linkable6 joined,
evalable6 joined
03:14
frost joined
03:15
frost left
03:20
frost joined
03:23
frost left
03:26
frost joined
04:26
releasable6 left,
quotable6 left,
coverable6 left,
squashable6 left,
bloatable6 left,
benchable6 left,
evalable6 left,
nativecallable6 left,
bisectable6 left,
notable6 left,
reportable6 left,
statisfiable6 left,
tellable6 left,
sourceable6 left,
committable6 left,
linkable6 left,
shareable6 left,
unicodable6 left,
greppable6 left,
coverable6 joined,
bloatable6 joined,
notable6 joined
04:27
nativecallable6 joined
04:28
evalable6 joined,
releasable6 joined,
sourceable6 joined,
linkable6 joined,
greppable6 joined
04:29
benchable6 joined
05:26
unicodable6 joined
05:27
reportable6 joined,
squashable6 joined
05:28
bisectable6 joined,
shareable6 joined
06:10
reportable6 left
06:27
quotable6 joined
06:28
tellable6 joined,
statisfiable6 joined
|
|||
nine | What would it be for artificially created labels (think RakuAST::Label.new) | 07:18 | |
07:27
committable6 joined
|
|||
lizmat | whatever you specify with the creation of it ? | 07:42 | |
Files=1351, Tests=117115, 291 wallclock secs (34.99 usr 9.49 sys + 4056.01 cusr 325.05 csys = 4425.54 CPU) | |||
nine | Do you have to specify something? | 08:02 | |
Currently RakuAST::Label doesn't even have file and line. | 08:07 | ||
08:12
reportable6 joined
|
|||
lizmat | hmmm... | 09:11 | |
could that be a NYI, or something else ? | 09:13 | ||
in any case, the file and line were exposed in Label.gist and/or Label.Str | 09:14 | ||
if they were an implementation detail, they shouldn't have been? | 09:15 | ||
for me, that was the reason for exposing them | |||
nine | Are they spec tested? | 09:30 | |
gist hasn't been changed since labels got introduced in 2014 | 09:33 | ||
lizmat | there are no spectests for Label, apart from it existing as a class | 09:47 | |
10:08
linkable6 left,
evalable6 left
|
|||
gfldex | There is always nqp::attr. So trying to hide stuff in CORE is largly futile. | 10:08 | |
And that there are no spectests is hardly surprising. Nobody considered Label as a tool outside of the scope of the compiler itself. Having anything being an object comes at the price that the user can use them as such. | 10:10 | ||
lizmat | gfldex: so you think I should revert? | 10:13 | |
gfldex | no | ||
My blogpost will explain. :) | |||
lizmat | ok, just checking :-) | ||
10:43
Shane_ joined,
Shane_ is now known as Shane__
11:09
evalable6 joined
11:44
sena_kun left
11:45
sena_kun joined
12:07
reportable6 left
|
|||
ugexe | it would seem a bit odd to find that there is not consensus to do this and there being a blog post suggesting it can be done | 12:28 | |
i dont have an opinion on the label thing itself, just pointing out the optics of what i just read | 12:29 | ||
lizmat | well, to me the eye opener was of using a Label as just that: a way to label a piece of code, not just for next / last | 12:35 | |
m: sub bar($l) { dd $l }; FOO: bar FOO | 12:37 | ||
camelia | Label.new(name => "FOO", file => "<tmp>", line => 1) | ||
13:07
evalable6 left
13:09
reportable6 joined,
linkable6 joined
13:31
discord-raku-bot left,
tbrowder left,
zostay left
13:32
discord-raku-bot joined,
tbrowder joined,
zostay joined
13:33
discord-raku-bot left,
discord-raku-bot joined
14:28
carlmasak joined
15:08
evalable6 joined
|
|||
Geth | XML: vrurg++ created pull request #65: Extend attribute matching capabilities |
15:18 | |
XML: caa204a486 | (Vadim Belman)++ | 2 files Prepare for zef echosystem Added mi6 dist.ini and changed `auth` in META6. |
16:03 | ||
XML/main: 4414af2a42 | (Vadim Belman)++ | .github/workflows/main.yml Primary branch changed to main |
16:05 | ||
XML/main: c540e06b1a | (Vadim Belman)++ | 3 files Extend attribute matching capabilities Implement full smartmatch semantics for non-boolean and optimize booleans. |
16:08 | ||
XML/main: 9db3b6eb8d | (Vadim Belman)++ (committed using GitHub Web editor) | 3 files Merge pull request #65 from vrurg/style-code-matcher Extend attribute matching capabilities |
|||
XML/main: 018cb16d4c | (Vadim Belman)++ | META6.json Version bump Release to zef |
16:11 | ||
vrurg | .ask lizmat could you, pls, release XML to zef? Or add me to raku-community-modules group. | 16:12 | |
tellable6 | vrurg, I'll pass your message to lizmat | ||
16:20
linkable6 left,
evalable6 left
16:21
carlmasak left,
evalable6 joined
16:31
Shane__ left
17:14
discord-raku-bot left,
discord-raku-bot joined
17:18
discord-raku-bot left
17:19
discord-raku-bot joined
|
|||
lizmat | vrurg: invitation sent | 17:40 | |
tellable6 | 2022-03-03T16:12:40Z #raku-dev <vrurg> lizmat could you, pls, release XML to zef? Or add me to raku-community-modules group. | ||
18:08
reportable6 left
|
|||
lizmat | vrurg: did that work out ? | 18:11 | |
18:20
linkable6 joined
19:10
reportable6 joined
|
|||
vrurg | lizmat: got it, thank you! | 20:02 | |
20:48
evalable6 left,
linkable6 left
20:49
evalable6 joined,
linkable6 joined
|
|||
vrurg | Weird, why do I keep getting ""raku-community-modules" does not match the username you last logged in with (vrurg) or a group you belong to" from fez? | 21:51 | |
22:01
linkable6 left,
evalable6 left
22:02
linkable6 joined
22:03
evalable6 joined
|
|||
Geth | XML/main: 4daa102e48 | (Vadim Belman)++ | Changes Added Changes file `mi6` reasonable requirement |
23:00 | |
XML/main: 96d3212ca9 | (Vadim Belman)++ | Changes 0.3.2 |
23:03 | ||
23:39
discord-raku-bot left
23:40
discord-raku-bot joined
|