🦋 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:07 reportable6 left 00:09 reportable6 joined 02:59 frost joined 03:59 greppable6 left, linkable6 left, shareable6 left, nativecallable6 left, reportable6 left, committable6 left, quotable6 left, unicodable6 left, benchable6 left, notable6 left, coverable6 left, releasable6 left, statisfiable6 left, tellable6 left, bisectable6 left, evalable6 left, sourceable6 left, bloatable6 left 04:00 tellable6 joined, coverable6 joined, bloatable6 joined, nativecallable6 joined, reportable6 joined, sourceable6 joined 04:01 evalable6 joined, shareable6 joined, quotable6 joined, linkable6 joined, bisectable6 joined, notable6 joined, benchable6 joined, unicodable6 joined, greppable6 joined 04:02 committable6 joined, releasable6 joined, statisfiable6 joined 04:36 Kaiepi left 05:36 shareable6 left, evalable6 left, tellable6 left, greppable6 left, unicodable6 left, notable6 left, linkable6 left, committable6 left, statisfiable6 left, sourceable6 left, bisectable6 left, benchable6 left, coverable6 left, bloatable6 left, releasable6 left, reportable6 left, nativecallable6 left, quotable6 left, reportable6 joined 05:37 nativecallable6 joined, shareable6 joined, quotable6 joined, tellable6 joined, benchable6 joined, bloatable6 joined 05:38 statisfiable6 joined, greppable6 joined, bisectable6 joined, releasable6 joined, coverable6 joined, linkable6 joined, evalable6 joined, unicodable6 joined 05:39 sourceable6 joined, committable6 joined, notable6 joined 06:06 reportable6 left 06:07 reportable6 joined 07:32 Kaiepi joined
lizmat M1 Files=1353, Tests=116312, 192 wallclock secs (16.33 usr 4.14 sys + 1124.99 cusr 54.60 csys = 1200.06 CPU) 07:48
Geth rakudo: 1a7b4b1b81 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Fix subclasses of .Date(Time) coercion

Calling .Date on a subclass of Date, and .DateTime on a subclass of DateTime, returned the object itself even if it was a subclass.
This commit makes sure that if you call .Date(Time) on a subclass of Date(Time), you will actually get the appropriate Date(Time) object.
This should remove the need of subclasses to provide this logic, such as e.g. in Games::TauStation::DateTime.
08:15
rakudo: aa462b41c1 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/DateTime.pm6
Re-imagine DateTime.new(Str) / Str.DateTime (#4923)

  - makes DateTime.new(YYYY-MM-DDTHH:MM:SS) 1.9x as fast
  - makes DateTime.new(YYYY-MM-DDTHH:MM:SS+TZ) about 1.3x as fast
  - makes DateTime.new(YYYY-MM-DD) possible
  - makes DateTime.new(YYYY-MM-DD) 15% faster as Date.new().DateTime
  - offloads some error handling to additional private methods to allow
... (6 more lines)
08:17
08:18 linkable6 left
Geth rakudo: bb94472370 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/Perl6/Actions.nqp
Revert relaxation of positional bind failover binding

It basically makes it impossible to create a class that does both Sequence as well as Positional, and this in turn broke Red.
08:18
roast: 981ba24c63 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | S06-signature/passing-arrays.t
Mark test as todo

Since github.com/rakudo/rakudo/pull/4947 is merged
08:19
08:20 linkable6 joined 09:39 nativecallable6 left, notable6 left, tellable6 left, releasable6 left, benchable6 left, linkable6 left, unicodable6 left, reportable6 left, quotable6 left, bisectable6 left, committable6 left, sourceable6 left, shareable6 left, evalable6 left, bloatable6 left, coverable6 left, statisfiable6 left, greppable6 left, coverable6 joined, sourceable6 joined 09:40 nativecallable6 joined, quotable6 joined, linkable6 joined, committable6 joined, evalable6 joined, greppable6 joined 09:41 statisfiable6 joined, reportable6 joined, unicodable6 joined 09:42 benchable6 joined, shareable6 joined, bloatable6 joined, bisectable6 joined, releasable6 joined, notable6 joined, tellable6 joined 10:41 RakuIRCLogger left, Geth__ joined, lizmat_ joined 10:42 Geth left 10:43 lizmat left 10:53 lizmat_ is now known as lizmat 12:07 reportable6 left 12:10 reportable6 joined 13:12 dogbert17 left 14:33 frost left 14:56 discord-raku-bot left, discord-raku-bot joined 15:14 discord-raku-bot left, discord-raku-bot joined 15:16 melezhik joined 15:33 vrurg left 15:55 vrurg joined 15:57 melezhik left 17:04 Kaiepi left, Kaiepi joined 17:05 Kaiepi left, Kaiepi joined 18:08 reportable6 left 18:10 reportable6 joined 18:52 dogbert17 joined 19:34 Kaiepi left
Geth__ rakudo: vrurg++ created pull request #4951:
Fix an LTA error message on passing Seq to a List parameter
20:00
20:02 Kaiepi joined
Geth__ rakudo: lizmat assigned to usev6 Issue Rakudo-2022.06 with JVM backend build failure github.com/rakudo/rakudo/issues/4952
db13e4027c | (Vadim Belman)++ | src/Perl6/bootstrap.c/BOOTSTRAP.nqp

This is the correct solution for #4864. The previous attempt of fixing binding by changing parameter type `Positional` equality check to `isa` check resulted in #4948 and that should've been expected.
The problem with `isa` check is that we only give special meaning to the
  `Positional` role and must not do so for consuming classes or their
descendants.
20:07
20:23 lizmat_ joined 20:27 lizmat left
rakudo: b5a82d28b3 | (Vadim Belman)++ (committed using GitHub Web editor) | src/Perl6/bootstrap.c/BOOTSTRAP.nqp
Merge pull request #4951 from vrurg/rakudo-4864-1

Fix an LTA error message on passing Seq to a List parameter
20:39 linkable6 left 20:42 linkable6 joined 21:29 MasterDuke left 21:40 MasterDuke joined 22:27 Kaiepi left 23:56 Kaiepi joined