00:03 sena_kun joined 00:04 Altai-man_ left
Geth rakudo: ed5bbf7fe5 | (Ben Davies)++ | src/core.c/TypedArray.pm6
Fix handling of generics in TypedArray.raku

Using TValue directly can lead to an attempt to call .raku on an uninstantiated generic. Just use the type name of self instead of building it with "Array" and TValue.
Fixes #3784
00:04
linkable6 RAKUDO#3784 [closed]: github.com/rakudo/rakudo/issues/3784 Generically typed Array attributes don't get instantiated
Geth rakudo: 631ab687c7 | (Ben Davies)++ | src/core.c/TypedArray.pm6
Revert "Fix handling of generics in TypedArray.raku"

Prematurely pushed.
This reverts commit ed5bbf7fe53d544f342959c20b6fd555ac13aa59.
00:07
rakudo: 90f86d4c91 | (Ben Davies)++ | src/core.c/TypedArray.pm6
Fix handling of generics in TypedArray.raku

When calling .raku on a generic typed array, it's possible for the method to wind up calling .raku on an uninstantiated generic. Instead of using the typed array's parameter directly, use the type of the array's container descriptor (which should get instantiated eventually).
Fixes #3784
00:28
linkable6 RAKUDO#3784 [closed]: github.com/rakudo/rakudo/issues/3784 Generically typed Array attributes don't get instantiated
00:30 lichtkind left 00:58 maggotbrain777 joined 01:01 maggotbrain left 01:34 raku-bridge left, raku-bridge joined, raku-bridge left, raku-bridge joined 01:39 timotimo left 02:02 Altai-man_ joined 02:05 sena_kun left 04:08 stoned75 left, [Coke] left, HarmtH left, samcv left, raku-bridge left, |Tux| left, nine left, jdv79 left, tailgate left, maggotbrain777 left, finsternis left, nebuchadnezzar left, zostay left, [Tux] left, rypervenche left, rba left, AlexDaniel` left, Summertime left, eater left, camelia left, TreyHarris left, krunen left, literal left, samebchase- left, Voldenet left, lizmat left, tyil left, mst left, TimToady left, jjatria left, gfldex left, masak left, moritz left, squashable6 left, releasable6 left, quotable6 left, linkable6 left, sourceable6 left, benchable6 left, evalable6 left, coverable6 left, shareable6 left, robertle left, unclechu left, hoelzro left, moon-child left, jnthn left, kawaii left, ShimmerFairy left, Altai-man_ left, Geth left, commavir left, japhb left, gugod left, tobs left, Kaiepi left, dogbert17 left, SmokeMachine left, vrurg left, sivoais left, lucs left, chansen_ left, greppable6 left, committable6 left, bisectable6 left, reportable6 left, tbrowder left, statisfiable6 left, bloatable6 left, notable6 left, tellable6 left, unicodable6 left, nativecallable6 left 04:12 Kaeipi joined, eater joined, Summertime joined, samebchase- joined, literal joined, krunen joined, TreyHarris joined, camelia joined, Altai-man_ joined, gugod joined, japhb joined, commavir joined, Geth joined, sena_kun joined, tobs joined, Kaiepi joined, dogbert17 joined, chansen_ joined, tbrowder joined, SmokeMachine joined, vrurg joined, statisfiable6 joined, greppable6 joined, committable6 joined, bloatable6 joined, notable6 joined, bisectable6 joined, reportable6 joined, tellable6 joined, unicodable6 joined, nativecallable6 joined, sivoais joined, tailgate joined, lucs joined 04:13 hoelzro joined, moon-child joined, jnthn joined, ShimmerFairy joined 04:14 Kaiepi left, sena_kun left, kawaii joined, squashable6 joined, releasable6 joined, quotable6 joined, linkable6 joined, sourceable6 joined, benchable6 joined, evalable6 joined, coverable6 joined, shareable6 joined, robertle joined, kawaii left, kawaii joined, raku-bridge joined, |Tux| joined, nine joined, jdv79 joined 04:15 zostay joined, [Tux] joined, rypervenche joined, rba joined, maggotbrain777 joined, finsternis joined, nebuchadnezzar joined, TimToady joined, jjatria joined, gfldex joined, masak joined, moritz joined 04:16 Voldenet joined, lizmat joined, tyil joined, mst joined, stoned75 joined, [Coke] joined, HarmtH joined, samcv joined 04:20 unclechu joined 04:35 AlexDaniel` joined
Geth rakudo: Xliff++ created pull request #3785:
Revised version of the Precomp Store with file, rather than directory locking
05:44
06:04 sena_kun joined 06:05 Altai-man_ left
nine So, I now got a full -ll-exception backtrace of "push_o requires a concrete object (got a ThreadPoolScheduler::Queue type object instead)": gist.github.com/niner/c2a72bd474a8...5c8844c7ae 07:19
Alas it's still a mystery :/
$!scheduler.cue(nqp::shift($!thens), :catch(nqp::shift($!thens))) tries to nqp::push(self!general-queue, wrap-catch(&code, &catch)) but somehow self!general-queue returns a type object instead of the queue. 07:22
I don't see how that's possible. !general-queue does check if the queue is concrete and if not binds an nqp::create(Queue) before returning $!general-queue 07:25
07:50 stoned75 left 07:52 stoned75 joined 08:02 Altai-man_ joined 08:05 sena_kun left 09:01 MasterDuke joined 09:36 stoned75 left 09:37 MasterDuke left 09:38 leont joined
lizmat Files=1307, Tests=113021, 218 wallclock secs (29.07 usr 8.49 sys + 3048.47 cusr 289.11 csys = 3375.14 CPU) 09:42
10:03 sena_kun joined 10:05 Altai-man_ left 11:23 maggotbrain777 left, finsternis left, nebuchadnezzar left 11:27 maggotbrain777 joined, finsternis joined, nebuchadnezzar joined 11:50 moon-child left 12:02 Altai-man_ joined 12:05 sena_kun left
lizmat afk for a few hours& 12:53
13:11 timo joined, timo is now known as Guest99547, Guest99547 is now known as timotimo
timotimo o/ 13:11
13:26 chansen__ joined 13:27 chansen_ left, chansen__ is now known as chansen_ 13:35 MasterDuke joined 14:03 sena_kun joined 14:05 Altai-man_ left
[Tux] Rakudo version 2020.06-65-g90f86d4c9 - MoarVM version 2020.06-22-gaf5b89b64
csv-ip5xs0.834 - 0.853
csv-ip5xs-208.052 - 8.237
csv-parser23.427 - 23.973
csv-test-xs-200.389 - 0.404
test7.652 - 7.717
test-t1.954 - 1.955
test-t --race0.846 - 0.860
test-t-2031.301 - 32.176
test-t-20 --race9.153 - 9.173
14:32
15:55 hankache joined 16:03 Altai-man_ joined 16:05 sena_kun left 16:56 hankache left
lizmat weekly: news.perlfoundation.org/post/jonathan-2020-06 17:41
notable6 lizmat, Noted! (weekly)
18:03 sena_kun joined 18:05 Altai-man_ left 18:44 patrickb joined 18:53 Kaeipi left 18:55 Kaiepi joined 18:56 vrurg_ joined 19:02 vrurg_ left
patrickb nine: Did you notice my question here? github.com/Raku/problem-solving/is...-650794395 19:03
Can one of the admins invite supernovus to the github Raku org? 19:04
nine patrickb: oh, yes, sorry. Will write something up tomorrow 19:06
patrickb nine: Thank you!
19:08 HarmtH left 19:09 HarmtH joined 19:23 HarmtH_ joined, HarmtH left, vrurg_ joined 19:29 HarmtH joined, HarmtH_ left 19:54 HarmtH left 20:02 Altai-man_ joined
Altai-man_ releasable6, status 20:03
releasable6 Altai-man_, Next release in ≈7 days and ≈22 hours. There are no known blockers. Changelog for this release was not started yet
Altai-man_, Details: gist.github.com/eafcacf587cf6c2f12...c6f9acd08e
20:04 vrurg_ left 20:05 sena_kun left 20:07 vrurg left 20:12 vrurg joined 20:13 vrurg_ joined
patrickb I have just made the version numbers displayed on the Star Bundle page on rakudo.org dynamic. Previously they were hard coded and caused grief because they turn stale easily. Now that shouldn't happen anymore. 20:13
I pushed the change to repo. Not sure if there is some auto-update-from-repo magic deployed. 20:14
vrurg_ .ask lizmat Have your received my PM? There were few splits afterwards... 20:21
tellable6 vrurg_, I'll pass your message to lizmat
lizmat vrurg_: yes I did 20:22
vrurg_ Ok, I was somewhat worried. :)
lizmat did you see my reply just now ?
in privmsg ?
vrurg_ No. I'm migrating back to my repaired macbook, restarting once in a while.
[Coke] patrickb: github.com/perl6/rakudo.org/issues/45 20:23
lizmat vrurg_: ok, still working on it :-)
patrickb Coke: Thanks for the info!
20:25 vrurg left 20:49 vrurg_ left 21:20 vrurg joined
patrickb I created a pull request to the raku.org website repo to largely simplify the /download page. I'd like to have at least some feedback before merging this. 22:00
github.com/Raku/raku.org/pull/150 22:01
lizmat, Altai-Man, Coke, tyil: ^ 22:02
I'm off to bed. 22:03
22:03 sena_kun joined, patrickb left 22:05 Altai-man_ left 22:22 Xliff joined 22:34 leont_ joined, leont left
Xliff ugexe: Addresse your point on #3785. Thanks. 22:41
23:53 leont_ left