01:05 AlexDani` joined 01:07 AlexDaniel left 02:13 Kaeipi left 02:14 Kaeipi joined 02:43 softmoth left 06:04 AlexDani` is now known as AlexDaniel, AlexDaniel left, AlexDaniel joined
AlexDaniel jnthn++ # thank you! 06:10
(problem-solving tickets)
06:18 jjmerelo joined
Geth ¦ problem-solving: JJ assigned to jnthn Issue Should Rakudo fail at compile time if it's possible? github.com/Raku/problem-solving/issues/191 06:30
rakudo: 4a3f29db11 | (JJ Merelo)++ | .github/ISSUE_TEMPLATE.md
Adds raku besides perl6, closes #3672
06:51
linkable6 RAKUDO#3672 [closed]: github.com/rakudo/rakudo/issues/3672 Issue template still refer to perl6 and not raku
07:15 jjmerelo left 07:30 MasterDuke joined 07:45 Altai-man_ joined 08:16 sena_kun joined 08:18 Altai-man_ left
lizmat Files=1305, Tests=111245, 212 wallclock secs (28.98 usr 8.41 sys + 2995.34 cusr 274.97 csys = 3307.70 CPU) 09:12
09:22 jjmerelo joined 09:30 MasterDuke left 09:39 unclechu left 09:40 AlexDaniel` left
[Tux] Rakudo version 2020.05-46-g4a3f29db1 - MoarVM version 2020.05-4-gc4917b192
csv-ip5xs0.823 - 0.854
csv-ip5xs-208.023 - 8.383
csv-parser24.162 - 25.688
csv-test-xs-200.384 - 0.390
test7.334 - 7.643
test-t1.904 - 1.906
test-t --race0.982 - 1.038
test-t-2031.965 - 32.348
test-t-20 --race9.685 - 9.893
09:49
09:55 unclechu joined 10:15 Altai-man_ joined 10:16 AlexDaniel` joined 10:18 sena_kun left 10:48 MasterDuke joined
nine Regarding problem-solving 191, isn't the obvious answer a simple "yes"? When would we ever not want to detect an issue as early as possible? Surely this isn't a question of "what do we want?", i.e. problem-solving material but "how can we get it?", i.e. a plain rakudo issue. 10:56
AlexDaniel PS#191 11:07
linkable6 PS#191 [open]: github.com/Raku/problem-solving/issues/191 [rakudo] Should Rakudo fail at compile time if it's possible?
nine I just love the Open Build Service. Not only did it take just a couple of clicks to get testing on ARM and PPC, it's also quite trivial to do this locally: 11:41
nine@sphinx:~/install/build/home:niner9:rakudo-git/perl6-Inline-Perl5> osc build --vm-type=qemu --no-verify openSUSE_Factory_PowerPC ppc64
This also means that I can debug the issue that those tests uncovered further and test fixes without having to upload somewhere
AlexDaniel niiice 11:42
nine Ah, C...where char is always signed, except for platforms where it isn't... 12:15
12:16 sena_kun joined 12:18 Altai-man_ left 12:24 Geth left, Geth joined 12:49 jjmerelo left
nine OMG this is even better! So the build in your local VM on a different arch failed and you'd like to poke around a bit? -> osc shell 12:50
openbuildservice.org/2019/12/05/os...rovements/
Geth rakudo: 4b501bd45f | (Elizabeth Mattijsen)++ | 6 files
Make .rotate return a Seq, rather than a List, saves memory

  - Add R:It.ReifiedRotate to produce rotated values from a reified list
  - Adapt List/Shaped1Array.rotate to use new iterator
  - Add Array.rotate to use new iterator, making sure it uses right descriptor
  - Add R:It.RotateIterator to produce rotated values from an iterator
  - Add Seq.rotate to use this iterator
... (22 more lines)
12:51
roast: b6c1eeea56 | (Elizabeth Mattijsen)++ | 4 files
Adaptations for change behaviour of .rotate

Since 4b501bd45f54f911837f70 it returns a Seq
MasterDuke lizmat: much change to that example using .rotate? 12:54
lizmat MasterDuke: ?
MasterDuke m: my @a = ^2_000; my @b; for ^1_000 { @b = @a.rotate(3); }; say @b.head
camelia 3
MasterDuke the one with the weird profile 12:55
lizmat ah, no
lemme doublecheck
actually, there *is* a big change 12:56
lizmat needs to rerun old profile to be sure 12:57
the old profile I ran with 1000 / 1000 12:58
MasterDuke looks like perl/raku didn't get accepted for GSoC, too bad 13:00
lizmat :-( 13:01
MasterDuke: the good news: old / new: 1649 / 1517 msecs, Array.push(line 31): 56.57% / 5.68% 13:04
But it's still red in the profile 13:05
MasterDuke ok. i'm still trying to figure out what's going on. no real success so far though
Geth ¦ nqp: patrickbkr self-assigned Relocatability seems to be broken on Windows github.com/Raku/nqp/issues/626 13:18
rakudo: de173a18cb | (Elizabeth Mattijsen)++ | src/core.c/Shaped1Array.pm6
Simplify Shaped1Array.reverse

Using the R:It.ReifiedReverse iterator. Also make sure the correct descriptor is used to handle holes.
13:20
[Coke] I received a CLA from Claudio Ramirez - what's the github id? (also please include your github ID when submitting. :) 13:46
(I know the form doesn't ask for it.) 13:47
lizmat nxadm
also known as El_Che here 13:48
[Coke] spreadsheet updated. Danke. 13:49
vrurg Sometimes I miss a way to map github<->irc id. 13:56
[Coke] CREDITS? 14:04
14:15 Altai-man_ joined 14:18 sena_kun left
vrurg [Coke]: that simple... :D 14:23
lizmat mind you, some people still haven't added themselves to CREDITS, like Altai-man_ :-) 14:25
Altai-man_ lizmat, so which nickname from my 50 of them you want to have listed... :P 14:26
lizmat the most used ones in the context of Raku ? :-)
sena_kun also comes to mind
vrurg Altai-man_: put link to a gist with the full list into W: of CREDITS. :) 14:32
Altai-man_ :D
14:44 softmoth joined
Geth roast: 09fe0a76d7 | (Elizabeth Mattijsen)++ | S01-perl-5-integration/method.t
Untodo test if Inline::Perl5 is recent enough
15:04
roast: 439f93a38f | (Elizabeth Mattijsen)++ | S01-perl-5-integration/method.t
Remove unneeded skip

At least, it seems to work now.
15:05
timotimo gist.github.com/timo/4ab10d462ae36...e139838db0 - random hyperop stuff (includes Zop, too) 15:12
Geth roast: 3d2f9c3a6f | (Elizabeth Mattijsen)++ | S01-perl-5-integration/method.t
Some Perl 6 -> Raku renaming
15:13
rakudo/hyper_codegen: 1821321303 | (Timo Paulssen)++ | src/Perl6/Optimizer.nqp
put bitwise ops in
15:18
rakudo/hyper_codegen: 75afb8ad67 | (Timo Paulssen)++ | src/Perl6/Optimizer.nqp
improve debug output a tiny bit
timotimo what else do i put in, comment down below 15:21
AlexDaniel jnthn: ↑ please give commit bits to nxadm (El_Che) and JJ (jmerelo) 15:46
[Coke] AlexDaniel++ 15:47
jnthn++ el_che++ jmerelo++
16:06 jjmerelo joined
jnthn There's a CLA from jmerelo too, yes? 16:07
Both invited to rakudo team. 16:09
16:15 Kaeipi left
AlexDaniel jnthn: yes colabti.org/irclogger/irclogger_lo...05-04#l275 16:15
jnthn: thank you
16:15 Kaeipi joined
jjmerelo Got the invite, thanks! 16:16
tellable6 2020-05-06T22:52:48Z #raku <tbrowder> jmerelo chk yr email when you get a chance
16:16 sena_kun joined 16:18 Altai-man_ left 16:20 AlexDaniel left 16:22 AlexDaniel joined, AlexDaniel left, AlexDaniel joined 16:28 Kaeipi left 16:29 Kaiepi joined 16:31 guifa2 joined 16:34 Kaiepi left 16:37 Kaiepi joined 16:43 Kaiepi left 16:45 Kaiepi joined 16:46 patrickb joined 17:01 Kaeipi joined 17:05 Kaiepi left 17:14 Kaeipi left
patrickb rba, AlexDaniel: Has anyone already registered a Raku organization or similar with MS azure pipelines? 17:18
17:19 Kaiepi joined
patrickb It seems "Raku" is already registered. 17:19
I'd like to get part of the precomp builds running on azure. Can someone give me access to the org?
17:20 Kaiepi left, softmoth left
AlexDaniel yeah I think rba should know 17:37
Geth ¦ problem-solving: JJ assigned to jnthn Issue Should raku --doc get a pager? github.com/Raku/problem-solving/issues/192 17:46
18:15 Altai-man_ joined 18:18 sena_kun left 18:30 jjmerelo left
lizmat was there a reason that docs.raku.org/language/pod#Placement_links does not redirect to docs.raku.org ? 18:41
docs.perl6.org/language/pod#Placement_links rather :-)
[Coke] JJ had some specific plans about the redirect, I think. I would love it if the redirect was transparent, set an http header or something, and we could use that to display a "please update your link" alert. 18:57
lizmat reason I'm asking: twitter.com/nichtich/status/1258400673772851200 18:59
rba patrickb: Yes I have. 19:28
patrickb: will check how to give you access. 19:29
patrickb rba: I'm very pleased with what I have read in the last two hours. Azure pipelines seem really flexible and not-get-in-your-way-ish. 19:31
rba patrickb: Took me a moment to login again. Do you have already a microsoft account, you like to use? If you like to use github, I think you will get a linke MS account... 19:55
patrickb I have created an account for [email@hidden.address] 19:56
Ouch. Now that adress is in a public IRC log. :-(
rba patrickb: Argh...
Sorry, should have asked you to send it pvt. 19:57
19:57 MirandaKerr joined
MasterDuke you might be able to ask them to remove it from the log 19:57
patrickb MasterDuke: Who is them? 19:58
MasterDuke colabti
patrickb Wait a moment: colabti.org/irclogger/irclogger_lo...05-07#l178
They have an email filter :-D
MasterDuke just saw that
nice
rba Not bad. 19:59
patrickb: Did you get an invite message already?
patrickb: Like to make sure you get enough right, so you would be able to all...
20:00 MirandaKerr left
patrickb rba: Yes, received the invite. 20:00
rba: It seems tha org can't access the rakudo/rakudo repo 20:02
reason given: "The Azure Pipelines GitHub App is not installed to repository rakudo/rakudo." 20:03
[Coke] Probably need one of the admins to approve it
patrickb I just posted a request. The github.com/rakudo org admins should probably have received it 20:04
rba patrickb: I know. I played on github.com/rba/star see github.com/rba/star/blob/master/az...elines.yml
[Coke] patrickb++
rba patrickb: Keep in mind, that PR merges or commits trigger the appveyor, travis and additionally azure piplines... :-) 20:07
patrickb rba: I disabled triggers with trigger: - none 20:08
Geth roast: fa99dd67b2 | (Elizabeth Mattijsen)++ | 6 files
Add tests for parameterizable QuantHashes

Allows github.com/Raku/old-issue-tracker/issues/6689 to be closed
20:09
nine patrickb: FWIW studies show that it makes 0 difference with regards to spam whether an email address is published on a website or not 20:10
timotimo oh dang
patrickb nine: Interesting! It seems counter intuitive considering classic grabbers. 20:12
lizmat even if your email address is not public 20:13
nine Why grab websites when you can just read people's address books?
lizmat I'm still getting spam on an email address I specified in 2000 for the ApacheCon, which was supposed to be for organizers only
on a daily basis
rba patrickb: About build automation. My aim was to have one pipeline to build the same way for win/mac/linux. 20:14
patrickb is receiving near to none spam messages. I can't guarantee that my hoster isn't doing any filtering transparently though.
20:16 sena_kun joined
lizmat ah, the joys of running your own mail server :-) 20:17
rba lizmat: and the burden
20:18 Altai-man_ left
[Coke] regarding email obfuscation, I think this means that using foo at bar dot com in, say, the CLA hint, makes it less obscured, not more. 20:23
Geth rakudo: 197bba9815 | (Patrick Böker)++ | docs/module_management.md
Correct some typos in docs/module_management.md

Also do `%s/rakudobrew/rakubrew/g`.
20:25
rakudo: d7ce52bfcd | (Patrick Böker)++ | src/core.c/CompUnit/PrecompilationRepository.pm6
Make a JVM specific block only run on JVM

Instead of running on all non-moarvm backends.
nine It's kinda hilarious that people ever believed that spammers wouldn't be able to parse "foo at bar dot com" :)
lizmat otoh, in the early days, spammers were pretty stupid 20:31
but that's no longer the case :-(
timotimo stupid spammers make me mad. too stupid to actually send the millions of dollars to my bank account
i'm still waiting >:(
patrickb rba: The azure raku thing you created is a project, not an org. 20:36
Dunno who is squatting on the "Raku" org...
rba Azure did the naming and name it "infra0037". dev.azure.com/infra0037/ 20:37
patrickb rba: I think that's the name of your microsoft account. 20:38
rba raku is already taken.
Hmm.
patrickb I think it's similar to github. The top level names are shared between users and orgs. 20:39
lizmat rba: rakulang maybe ?
rakuorg ?
rba And rakudo is "reserved"
patrickb I'm now swatting on "rakudo". Invite sent to rba
rakulang conforms to what many other languages do 20:40
rba rakuorg was free an now reserved. 20:41
patrickb But I'd like to know who is currently responsible for the "raku" org. The website itself seems to give no hint who might be responsible. 20:42
lizmat is not
rba rakulang was free to and now reserved.
patrickb rba++
timotimo reserved by rba or by some domain parker? 20:43
rba I mean dev.azure.com/xxx, where xxx=rakulang and xxx=rakuorg, but NOT xxx=raku 20:44
timotimo: I have reserved some rakulang domains. This is a different story...
timotimo OK 20:45
raku.lan :D
patrickb rba: So you are now squatting on dev.azure.com/(rakulang|rakuorg) ? 20:47
rba you got invites for both. choose one. 20:48
20:57 [Coke] left 21:18 CourtneyTai joined 21:21 CourtneyTai left
lizmat calls it a day 21:21
21:26 [Coke] joined, [Coke] left, [Coke] joined 21:31 guifa2 left
AlexDaniel jjmerelo: and yes, please, let's redirect docs.perl6.org/ 21:38
tellable6 AlexDaniel, I'll pass your message to jjmerelo
AlexDaniel I don't know what the plan was but it's time to change it
21:55 pamplemousse left 21:56 pamplemousse joined 22:00 pamplemousse left 22:08 guifa2 joined 22:15 Altai-man_ joined 22:18 sena_kun left
timotimo i've come here to post my gist and receive praise, and i'm all out of gists 22:31
23:21 Altai-man_ left 23:40 pamplemousse joined 23:57 patrickz joined 23:59 patrickb left