🦋 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.
[Tux] Rakudo v2022.02-72-g2de6d63dd (v6.d) on MoarVM 2022.02-3-g420b68f06
csv-ip5xs0.805 - 0.845
csv-ip5xs-205.078 - 5.349
csv-parser3.945 - 4.022
csv-test-xs-200.420 - 0.423
test6.770 - 6.836
test-t1.572 - 1.642
test-t --race0.879 - 0.917
test-t-2022.873 - 22.973
test-t-20 --race7.248 - 7.572
08:59
lizmat Files=1351, Tests=117115, 294 wallclock secs (35.73 usr 9.91 sys + 4059.54 cusr 336.16 csys = 4441.34 CPU) 09:34
Geth Web-Template/main: 13 commits pushed by (Timothy Totten)++, (Tim Smith)++, (Zoffix Znet)++, (Elizabeth Mattijsen)++
review: github.com/raku-community-modules/...bd9932390c
10:09
nqp: usev6++ created pull request #766:
Provide op coerce_ns on MoarVM and JVM
10:34
Web-Template/main: 93701646d8 | (Elizabeth Mattijsen)++ | 16 files
Initial release in zef ecosystem
10:37
Geth Web-Template/main: 6fa38c2d55 | (Elizabeth Mattijsen)++ | Changes
1.0
10:42
Web-Template/main: 099d188763 | (Elizabeth Mattijsen)++ | README.md
Make sure we show the testing badge in the README
10:46
bartolin_ lizmat: re github.com/rakudo/rakudo/issues/4732: I'm just waiting for the tests to finish. OOC, do you think that adding these calls to coerce_* has a relevant impact on performance? Or is it irrelevant, because the coercion has to be done under the hood anyway? 11:09
Geth nqp: ef02a55b35 | (Christian Bartolomäus)++ | 3 files
Provide op coerce_ns on MoarVM and JVM

The op was already implemented by MoarVM, just not mapped.
11:10
Web-App-MVC/main: acbb4edb16 | (Elizabeth Mattijsen)++ | 21 files
First commit in zef ecosystem
11:20
lizmat bartolin_: I think the latter: that it was done under the hood anyway :-) 11:22
Geth Web-App-MVC/main: 2291308fb5 | (Elizabeth Mattijsen)++ | .github/workflows/test.yml
Don't install dependencies for now

This module is already pretty broken
11:24
lizmat bartolin_: will you bump NQP or shall I? 11:25
Geth Web-App-MVC/main: 2ceaeec26e | (Elizabeth Mattijsen)++ | 2 files
Give up on Github Actions testing

This module is broken in its current state and badly needs some TLC
11:27
Web-App-MVC/main: 9b170fa109 | (Elizabeth Mattijsen)++ | 2 files
0.0.1
11:30
Web-App/main: 100 commits pushed by 16 authors
review: github.com/raku-community-modules/...8550790578
11:35
Web-App-MVC/main: 37f2fba0ae | (Elizabeth Mattijsen)++ | META6.json
Fix dependency on Web

It's supposed to be Web::App, which provides Web::App::Dispatch. Sadly, Web::App currently does not install.
11:45
Web-App-MVC/main: 9564e72438 | (Elizabeth Mattijsen)++ | Changes
0.0.2
Geth Color/main: 18 commits pushed by (Marcel Timmerman)++, (Zoffix Znet)++, (David Warring)++, (Vadim Belman)++, (Juan Julián Merelo Guervós)++, (Elizabeth Mattijsen)++
review: github.com/raku-community-modules/...cbff47f1c1
11:58
bartolin_ lizmat: sorry, was afk for a bit. If you could do the bump that would be great :) 12:08
lizmat ok, will do 12:08
Geth rakudo: ad85660ca3 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get nqp::coerce_ns op, bartolin++
12:25
lizmat bartolin_: apparently we need a little extra in Rakudo to expose nqp::coerce_ns there as well 12:31
oops, no, my bad 12:32
Geth rakudo: 979cc6074f | (Elizabeth Mattijsen)++ | 2 files
Enable num->str coercion in native.repeated/unique
12:42
lizmat bartolin_ : I guess nqp:docs/ops.markdown needs to have a little update wrt coerce_xx, since most / all are now also available on the JVM ? 12:47
bartolin_ lizmat: yeah, I can have a look at ops.markdown 13:02
lizmat cool :-) 13:03
Geth nqp: edda8c1250 | (Christian Bartolomäus)++ (committed using GitHub Web editor) | docs/ops.markdown
Update availability of coerce_ns and coerce_us

  * coerce_ns mapped/added for Moar/JVM with ef02a55b35
  * coerce_us added for JVM with fe2e7294eb
Also fix name of link for coerce_iu.
13:41
Geth Color/main: 503658f832 | (Elizabeth Mattijsen)++ | 33 files
Initial commit for the zef ecosystem
14:05
Color/main: 3f57431dd1 | (Elizabeth Mattijsen)++ | Changes
1.003
14:10
Xliff p6-GLib Suite Timings for g2de6d63dd run on 2/20/2022 - 13193s 14:28
This is, at this time, an over 2700 speed REDUCTION from last week!
MasterDuke nice 14:29
Xliff Last week's timing was 15990s (gfafcca315)-- that number is unusually high so I may rerun them. 14:30
MasterDuke lizmat: btw, i don't believe those explicit nqp::coerce_ns are needed. i think the compiler puts them in for you if you do something like `my num $a = my str $b = "123"` 14:32
lizmat MasterDuke: but not on the JVM backend
MasterDuke ah
Geth Color/main: 03815bd73c | (Elizabeth Mattijsen)++ | 13 files
1.004
14:36
bartolin_ MasterDuke: github.com/rakudo/rakudo/issues/4732 has some more information.
MasterDuke hm 14:37
nine Shouldn't we fix the JVM's QAST compiler then? 14:38
lizmat nine, well yes: but not many people can do that, and I wanted to unbreak the JVM testing 14:39
I'll gladly revert those changes to .unique/.repeated once the JVM backend is up-to-date 14:40
and since it's in generated code, the change would only need to be done once, basically 14:41
Xliff This reminds me. This is the 37th week for bug #4655, which is preventing parallel timings. Has there been any progress?> 14:44
Geth Color/main: 4130ce0c0e | (Elizabeth Mattijsen)++ | 4 files
1.004001
14:45
Digest-HMAC: bfc2d02afc | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | README.md
Update README.md
15:05
Net-SMTP: 6ae4d7a30b | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | README.md
Update README.md
15:06
Geth Net-IMAP: 2747b6fe3c | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | README.md
Update README.md
15:07
JSON-JWT: 1175ed69d9 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | .travis.yml
Delete .travis.yml
15:11
Find-Bundled: e847abfe3e | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | .travis.yml
Delete .travis.yml
Net-IMAP: 32c1ee407e | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | .travis.yml
Delete .travis.yml
15:12
Net-SMTP: b0ae150976 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | .travis.yml
Delete .travis.yml
Xliff Does rakudo offer any mechanisms for accessing CompUnit::Repository::Install? 15:21
lizmat tools/install-dist.p6 15:24
Geth rakudo: 6ddf75296e | (Elizabeth Mattijsen)++ | tools/install-dist.raku
Make sure tools/install-dist.p6 is also available as .raku

Because we want to be able to deprecate the use of the .p6 extension.
15:26
Xliff lizmat++ 16:36
Geth problem-solving: lizmat assigned to codesections Issue Preparing the Raku Ecosystem for the Future github.com/Raku/problem-solving/issues/316
lizmat unassigned from codesections Issue Preparing the Raku Ecosystem for the Future github.com/Raku/problem-solving/issues/316

fa8010e006 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | solutions/meta/TheRakuFoundation.md Communicating the effective establishment of the Raku foundation (#300)
  * Communicating the effective establishment
The Raku Foundation exists, so this closes #263
  * Addressing @vrurg comments
16:54
Geth ¦ problem-solving: vrurg assigned to codesections Issue Uniform approach to distributing important messages within Raku community github.com/Raku/problem-solving/issues/317 21:24