[01:11] elems requires a concrete object (got a VMNull type object instead) [01:11] :| [01:12] “fixed” by working around but that's probably not cool [01:12] something about `temp` though, so not common [05:27] *** robertle_ left [06:20] *** ufobat_ joined [06:24] *** ufobat__ left [06:27] *** ufobat_ left [07:09] *** patrickb joined [08:07] <|Tux|> Rakudo version 2019.03.1-666-ga26e95bab - MoarVM version 2019.05-96-gd6f9e02ba [08:07] <|Tux|> csv-test-xs-20 0.431 - 0.440 [08:07] <|Tux|> csv-ip5xs 0.695 - 0.714 [08:07] <|Tux|> test-t --race 0.774 - 0.847 [08:07] <|Tux|> test-t 1.655 - 1.710 [08:07] <|Tux|> csv-ip5xs-20 5.030 - 5.112 [08:07] <|Tux|> test 6.526 - 7.006 [08:07] <|Tux|> test-t-20 --race 8.923 - 9.093 [08:07] <|Tux|> csv-parser 22.700 - 23.192 [08:07] <|Tux|> test-t-20 27.812 - 28.452 [08:28] Files=1275, Tests=108166, 208 wallclock secs (26.67 usr 7.92 sys + 2901.19 cusr 290.47 csys = 3226.25 CPU) [09:33] notable6: weekly [09:33] lizmat, 11 notes: https://gist.github.com/b279e9e358ef9b1e15ecc3f11f8383a3 [09:34] notable6: weekly reset [09:34] lizmat, Moved existing notes to “weekly_2019-07-01T09:34:12Z” [09:36] reportable6 2019-06-24T12:00:00 2019-07-01T00:00:00Z [09:36] reportable6: 2019-06-24T12:00:00 2019-07-01T00:00:00Z [09:36] lizmat, OK, working on it! This may take up to 40 seconds [09:37] lizmat, https://gist.github.com/b747f278174caa5b3a4624ebc7a2e761 [09:38] reportable6: 2019-06-01T12:00:00 2019-07-01T00:00:00Z [09:38] lizmat, OK, working on it! This may take up to 40 seconds [09:39] lizmat, https://gist.github.com/a90f73990b6e5efd37cd501a8c89f3f9 [10:08] and another Perl 6 Weekly hits the Net: https://p6weekly.wordpress.com/2019/07/01/2019-26-perlcon-in-riga/ [10:32] *** evalable6 left [10:36] *** evalable6 joined [11:14] lizmat but why 12 :) [11:15] ? [11:19] From 12:00 to 00:00, so 12 hours are not reflected [11:25] ahh.... hmmm... copy pasto [11:25] reportable6: 2019-06-24T00:00:00 2019-07-01T00:00:00Z [11:25] lizmat, OK, working on it! This may take up to 40 seconds [11:26] lizmat, https://gist.github.com/e8a8ff5c586c82e20499824dabec25c7 [11:27] reportable6: 2019-06-01T00:00:00 2019-07-01T00:00:00Z [11:27] lizmat, OK, working on it! This may take up to 40 seconds [11:28] lizmat, https://gist.github.com/9bb96481981c35953709c311c936052a [13:13] lizmat: "found a signature error pseudostash.which", does that miss an "in" or something? [13:14] timotimo: indeed, fixed [13:22] *** lucasb joined [14:54] *** patrickb left [17:15] *** dogbert11 left [19:12] timotimo: BTW, I was desperate and tried installing App::MoarVM::Debug. Ended up with 'failed to fetch'. [19:12] 30 Jun 2019 00:46Z vrurg: I got it working! [19:14] oh? [19:14] fetching from cpan failed or something? [19:17] Looks like github: ===> Fetching [FAIL]: App::MoarVM::Debug:ver<0.0.1> from [email@hidden.address] [19:17] ¦ rakudo: d4ceb97e06 | (Elizabeth Mattijsen)++ | src/core/Rakudo/Internals/JSON.pm6 [19:17] ¦ rakudo: Add/Remove space, fix comma [19:17] ¦ rakudo: [19:17] ¦ rakudo: - pretty JSON had lost its space after the colon, now it has one again [19:17] ¦ rakudo: - unpretty JSON still had a space, now gone [19:17] ¦ rakudo: - unpretty JSON should just have a ",", not a ",\n" [19:17] ¦ rakudo: [19:17] ¦ rakudo: Follows JSON::Fast fixes for version 0.9.16 [19:17] ¦ rakudo: review: https://github.com/rakudo/rakudo/commit/d4ceb97e06 [19:17] lizmat++ [19:18] haha, the debug output [19:18] fun fun [19:18] well, i can use zef install just fine :( [19:23] lizmat: that should go into the release, right? [19:23] or not? [19:24] it's cosmetic, not a functional difference [19:24] unless you expect to-json :!pretty to give exactly one line [19:25] well... ok, but then you're not expecting JSON, but a subset of JSON: the ones on a single line [19:25] fair enough [19:25] for "from-json" there is no difference [19:26] m: enum Blorb ; Rakudo::Internals::to-json(Fleep).say [19:26] rakudo-moar a26e95bab: OUTPUT: «Could not find symbol '&to-json'␤ in block at line 1␤␤» [19:26] m: enum Blorb ; Rakudo::Internals::&to-json(Fleep).say [19:26] rakudo-moar a26e95bab: OUTPUT: «5===SORRY!5=== Error while compiling ␤Malformed lookup of ::&to-json; please use ::('&to-json'), ::{'&to-json'}, or ::<&to-json>␤at :1␤------> 3enum Blorb ; Rakudo::Internals7⏏5::&to-json(Fleep).say␤» [19:26] m: enum Blorb ; &Rakudo::Internals::to-json(Fleep).say [19:26] rakudo-moar a26e95bab: OUTPUT: «Cannot find method 'Any' on object of type Blorb␤ in block at line 1␤␤» [19:26] m: enum Blorb ; &Rakudo::Internals::to-json([Blorb, Fleep]).say [19:26] rakudo-moar a26e95bab: OUTPUT: «Cannot find method 'Any' on object of type Array␤ in block at line 1␤␤» [19:27] *shruuuuuug* [19:27] that's clearly not how you do it [19:27] m: enum Blorb ; to-json([Blorb, Fleep]).say [19:27] rakudo-moar a26e95bab: OUTPUT: «[␤ null,␤ Fleep␤]␤Saw 1 occurrence of deprecated code.␤================================================================================␤Sub to-json (from GLOBAL) seen at:␤ , line 1␤Please use JSON::Fast, JSON::Tiny or JSON::Pre…» [19:27] ^- you can get invalid json with rakudo's internal to-json by using enums [19:31] timotimo: could be because of [email@hidden.address] in repo url. Perhaps https:// is bettter be used instead. [19:31] i thought i uploaded it to cpan actualy [19:31] but maybe not [19:32] Same I get for MoarVM::Remote and Data::MessagePack [19:32] What makes it strange is that I can clone it manually. [19:33] Perhaps zef ignores my github token. [19:33] i can change the repo urls and see if that improves things [19:34] but i thought with https you always get a username/password prompt [19:35] That's true for git@github. https:// is generally R/O access. [19:36] oh, huh? [19:37] To be more precise: https is asking for credencials if you push. Pull just works. [19:38] https://help.github.com/en/articles/why-is-git-always-asking-for-my-password – now this is strange. [19:40] i've pushed both Moar-related libraries [19:41] I'll try later, when indexes/caches are updated. Anyway, I think I've got the core.setting problem solved. Need to fix building of CORE:: namespace and that should be it. [19:43] But not having papers on the internals is really painful. I mostly guessing how things are working. Still not sure if got the logic behind 'forceouterctx' right. [21:47] *** patrickb joined [23:11] *** lucasb left [23:20] *** patrickb left [23:20] ¦ z: treyharris++ created pull request #6: Add install instructions for calling z by another name [23:20] ¦ z: review: https://github.com/perl6/z/pull/6