🦋 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: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
00:06 reportable6 left 00:09 reportable6 joined 00:26 frost joined 01:26 greppable6 left, evalable6 left, bloatable6 left, benchable6 left, linkable6 left, reportable6 left, shareable6 left, sourceable6 left, nativecallable6 left, notable6 left, coverable6 left, unicodable6 left, committable6 left, releasable6 left, quotable6 left, tellable6 left, bisectable6 left, statisfiable6 left 01:27 unicodable6 joined, tellable6 joined, bloatable6 joined, statisfiable6 joined, quotable6 joined 01:28 nativecallable6 joined, committable6 joined, evalable6 joined, sourceable6 joined, greppable6 joined, benchable6 joined 01:29 shareable6 joined, linkable6 joined, coverable6 joined, releasable6 joined, notable6 joined, reportable6 joined, bisectable6 joined 03:10 statisfiable6 left, releasable6 left, quotable6 left, sourceable6 left, committable6 left, bisectable6 left, unicodable6 left, evalable6 left, linkable6 left, tellable6 left, greppable6 left, shareable6 left, benchable6 left, bloatable6 left, reportable6 left, nativecallable6 left, notable6 left, coverable6 left, benchable6 joined, statisfiable6 joined, nativecallable6 joined, evalable6 joined, coverable6 joined, bisectable6 joined, releasable6 joined, notable6 joined 03:11 bloatable6 joined, quotable6 joined 03:12 shareable6 joined, linkable6 joined, sourceable6 joined, tellable6 joined, unicodable6 joined, greppable6 joined, committable6 joined 03:13 reportable6 joined 04:28 bloatable6 left, releasable6 left, tellable6 left, benchable6 left, statisfiable6 left, committable6 left, reportable6 left, nativecallable6 left, coverable6 left, notable6 left, greppable6 left, sourceable6 left, bisectable6 left, linkable6 left, unicodable6 left, shareable6 left, evalable6 left, quotable6 left 04:29 reportable6 joined, coverable6 joined, shareable6 joined 04:30 benchable6 joined, bloatable6 joined, tellable6 joined, quotable6 joined, statisfiable6 joined, committable6 joined, nativecallable6 joined, sourceable6 joined 04:31 notable6 joined, releasable6 joined, unicodable6 joined, greppable6 joined 04:32 linkable6 joined, evalable6 joined, bisectable6 joined 05:32 statisfiable6 left, evalable6 left, releasable6 left, reportable6 left, greppable6 left, quotable6 left, bisectable6 left, notable6 left, committable6 left, sourceable6 left, bloatable6 left, linkable6 left, coverable6 left, benchable6 left, shareable6 left, tellable6 left, nativecallable6 left, unicodable6 left, benchable6 joined, shareable6 joined, coverable6 joined, nativecallable6 joined 05:33 notable6 joined, statisfiable6 joined, committable6 joined, sourceable6 joined, quotable6 joined 05:34 unicodable6 joined, evalable6 joined, reportable6 joined, releasable6 joined, linkable6 joined, bisectable6 joined, bloatable6 joined, tellable6 joined 05:35 greppable6 joined 06:07 reportable6 left 06:10 reportable6 joined 06:34 Xliff joined
gfldex lizmat: do the irclogs make any attempt to deal with duplicate (over time) ircnicks? 07:29
07:57 sena_kun joined 09:00 linkable6 left, evalable6 left, evalable6 joined 09:03 linkable6 joined 09:37 sena_kun left 09:39 sena_kun joined
lizmat in search, it does 09:50
if you click "include nick aliases'
10:57 linkable6 left, bloatable6 left, benchable6 left, evalable6 left, tellable6 left, releasable6 left, quotable6 left, notable6 left, nativecallable6 left, bisectable6 left, sourceable6 left, reportable6 left, statisfiable6 left, coverable6 left, shareable6 left, committable6 left, greppable6 left, unicodable6 left, nativecallable6 joined, shareable6 joined, bisectable6 joined 10:58 releasable6 joined, quotable6 joined, unicodable6 joined, statisfiable6 joined, tellable6 joined, coverable6 joined 10:59 greppable6 joined, evalable6 joined, bloatable6 joined, reportable6 joined, linkable6 joined 11:00 notable6 joined, sourceable6 joined, benchable6 joined, committable6 joined 11:23 frost left 11:31 Kaipei left 11:36 frost joined 11:47 Kaipei joined 12:07 reportable6 left 12:10 reportable6 joined 16:42 frost left 17:51 Xliff left 18:07 reportable6 left 18:08 reportable6 joined
gfldex lizmat: I'm asking because there is a request to teach the dicord bot to show per-server-nicks instead of the default username and don't want to cause confusion when names suddenly change. On IRC we get the nick-change-message, what would be missing on Discord. 19:07
If that is no problem anyway, because the IRC logs don't care, I can go ahead with the requested change. 19:08
lizmat well, irclogs.raku.org already knows about Discord... it removes the prefix already
gfldex We have a CoC, what is causing me to worry.
lizmat well, let's cross that bridge if it needs to be crossed 19:09
gfldex good point
fuck politics! let's code! \o/
20:03 discord-raku-bot left, discord-raku-bot joined 20:40 dogbert11 left, dogbert17 joined
Geth rakudo: 7148da1c61 | (Ben Davies)++ | src/Perl6/bootstrap.c/BOOTSTRAP.nqp
Consider Positional/Associative type parameters in optional defaults

We need to copy type parameters for this; thankfully, the type of the
  @/% must be of Positional/Associative, whose parameters correspond to
Array/Hash's, so methods for these are already defined.
Allows the following signatures to produce a typechecking error for $a ... (11 more lines)
20:43
rakudo: 5496cacf93 | (Vadim Belman)++ (committed using GitHub Web editor) | src/Perl6/bootstrap.c/BOOTSTRAP.nqp
Merge pull request #4648 from Kaiepi/optional-collections

Consider Positional/Associative type parameters in optional defaults
rakudo: 5c4970c5df | (Vadim Belman)++ | src/core.c/IO/Path.pm6
Add method 'inode'

The syscall is already supported by nqp, no extra efforts needed.
rakudo: 599a6362be | (Vadim Belman)++ | src/core.c/IO/Path.pm6
Add IO::Path `dev` and `devtype` methods

  `dev` returns stat(2) `st_dev` field (`nqp::const::STAT_PLATFORM_DEV`).
  `devtype` returns stat(2) `st_rdev` field
  (`nqp::const::STAT_PLATFORM_DEVTYPE`).
rakudo: 153e56a6d5 | (Vadim Belman)++ (committed using GitHub Web editor) | src/core.c/IO/Path.pm6
Merge pull request #4974 from vrurg/io-path-inode

Add method 'inode'
japhb vrurg: The does-not-exist strings in 599a6362be are copy pasta 20:53
20:53 linkable6 left
vrurg japhb: Argh, where you've been these days? ;) 20:54
20:54 linkable6 joined
japhb Heh 20:54
Geth rakudo: 6dc2f92c98 | (Vadim Belman)++ | src/core.c/IO/Path.pm6
Fix a copy-paste erratum

Copied over from `inode`
20:57
23:20 quotable6 left, releasable6 left, statisfiable6 left, notable6 left, reportable6 left, coverable6 left, greppable6 left, bloatable6 left, benchable6 left, sourceable6 left, bisectable6 left, linkable6 left, committable6 left, evalable6 left, tellable6 left, nativecallable6 left, unicodable6 left, shareable6 left 23:21 sourceable6 joined, benchable6 joined, releasable6 joined, bloatable6 joined, reportable6 joined 23:22 greppable6 joined, unicodable6 joined, linkable6 joined, tellable6 joined, statisfiable6 joined, quotable6 joined 23:23 bisectable6 joined, evalable6 joined, nativecallable6 joined, coverable6 joined, committable6 joined, shareable6 joined, notable6 joined