🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
MitarashiDango[m Getopt::Long:ver<0.1.6> seems to be throwing away some of my args. I thought I was being bad at Powershell but apparently the module won't take in more than 10 args 😱 00:30
xinming_ SmokeMachine: Thanks, that might work, The :require('') thing needs to be documented. ;_0 04:05
[Coke] MitarashiDango[m: i just wrote a test script with 11 boolean flags and all are parsed correctly. 04:17
moon-child ooh, idea 05:49
can rakudo's jvm thing run on graal? 05:50
Geth doc: c2c28ea074 | (Patrick Böker)++ (committed by Juan Julián Merelo Guervós) | doc/Language/create-cli.pod6
Document `%*SUB-MAIN-OPTS<bundling>`
06:49
linkable6 Link: docs.raku.org/language/create-cli
Xliff MitarashiDango[m: Have you created an issue for it on the project site page? If not, would you mind doing so? 06:50
Does sub MAIN support @-values? 06:51
so if I "sub MAIN (:@value) { ... }" then I could ./script.raku --value=1 --value=2 --value=3 06:52
And then have @values = (1, 2, 3)?
moon-child Xliff: not sure about that. You can definitely do sub MAIN(*@values); ./script.raku 1 2 3 06:58
Xliff: just tested; your syntax works 06:59
MitarashiDango[m Here is the issue: github.com/Leont/getopt-long6/issues/10 07:33
Geth doc: 4db41fbc78 | (JJ Merelo)++ | doc/Language/create-cli.pod6
Improving a bit indexing and other things, refs #3673
08:12
linkable6 Link: docs.raku.org/language/create-cli
DOC#3673 [open]: github.com/Raku/doc/issues/3673 [docs] Checklist for 2020.10
El_Che weekly: linux 2020.10 packages: github.com/nxadm/rakudo-pkg/releas...g/v2020.10 08:39
notable6 El_Che, Noted! (weekly)
sena_kun El_Che++ 08:45
Xliff moon-child++ # Thanks! 09:46
SmokeMachine xinming_: np. Yes it does 12:03
Geth doc/frithnanth-patch-1: 9902c139f6 | (Fernando Santagata)++ (committed using GitHub Web editor) | doc/Language/unicode_ascii.pod6
Add ≡ (equivalent to ==) and ≢ (equivalent to !=)

Two Unicode operators first available in Rakudo v2020.07
13:47
Geth doc: frithnanth++ created pull request #3674:
Add ≡ (equivalent to ==) and ≢ (equivalent to !=)
13:52
doc/frithnanth-patch-1: c96c4d86cc | (Fernando Santagata)++ (committed using GitHub Web editor) | doc/Language/unicode_ascii.pod6
Fix negation on the last item
13:57
Geth doc: 8847c7c05e | Coke++ | xt/pws/code.pws
track new example word
16:23
xinming_ Use of uninitialized value of type Any in string context. <--- Is there a way to get line of where the warning is reported? 16:50
hmm, ignore me, seems a cro issue, some messages are not flushed. 16:52
Geth doc/frithnanth-patch-1: f9d3e6239e | (Fernando Santagata)++ (committed using GitHub Web editor) | doc/Language/unicode_ascii.pod6
Use Raku instead of Rakudo
17:27
Geth doc: ecf177cc9d | (Fernando Santagata)++ (committed by Juan Julián Merelo Guervós) | doc/Language/unicode_ascii.pod6
Add ≡ (equivalent to ==) and ≢ (equivalent to !=)

Two Unicode operators first available in Rakudo v2020.07
18:40
doc: a58d3b4448 | (Fernando Santagata)++ (committed by Juan Julián Merelo Guervós) | doc/Language/unicode_ascii.pod6
Fix negation on the last item
linkable6 Link: docs.raku.org/language/unicode_ascii
Geth doc: 1e7b023a42 | (Fernando Santagata)++ (committed by Juan Julián Merelo Guervós) | doc/Language/unicode_ascii.pod6
Use Raku instead of Rakudo
Geth doc/revert-3674-frithnanth-patch-1: 78707f4cb7 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Language/unicode_ascii.pod6
Revert "Use Raku instead of Rakudo"

This reverts commit 1e7b023a422a590b28b52fbc25a21c7459327ef3.
19:15
doc/revert-3674-frithnanth-patch-1: ec658e4f45 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Language/unicode_ascii.pod6
Revert "Fix negation on the last item"

This reverts commit a58d3b4448dcdb52fd685e88a74ea2c0baff5875.
doc/revert-3674-frithnanth-patch-1: 83b565b057 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Language/unicode_ascii.pod6
Revert "Add ≡ (equivalent to ==) and ≢ (equivalent to !=)"

This reverts commit ecf177cc9d127c8de1af56c0137c844f72be4a7c.
doc: JJ++ created pull request #3675:
Revert "Add ≡ (equivalent to ==) and ≢ (equivalent to !=)"
doc: e9c0f6d4ad | (Juan Julián Merelo Guervós)++ | doc/Language/unicode_ascii.pod6
Revert "Use Raku instead of Rakudo"

This reverts commit 1e7b023a422a590b28b52fbc25a21c7459327ef3.
19:16
doc: 48da970c9a | (Juan Julián Merelo Guervós)++ | doc/Language/unicode_ascii.pod6
Revert "Fix negation on the last item"

This reverts commit a58d3b4448dcdb52fd685e88a74ea2c0baff5875.
linkable6 Link: docs.raku.org/language/unicode_ascii
doc: 9aea12db02 | (Juan Julián Merelo Guervós)++ | doc/Language/unicode_ascii.pod6
Revert "Add ≡ (equivalent to ==) and ≢ (equivalent to !=)"

This reverts commit ecf177cc9d127c8de1af56c0137c844f72be4a7c.
rypervenche Out of simple curiosity, why was that reverted? I think I saw those get added and remove before in the past. 20:36
El_Che github.com/Raku/doc/pull/3674 20:36
rypervenche Oh right! 20:39
tyil rba: I've added my new desktop's SSH key to the authorized_files on lavm-perl6infra-1 21:34
(I believe it was you who owned the server, if not, you can safely ignore)
rba T 21:35
tellable6 2020-10-19T14:11:30Z #raku-dev <patrickb> rba Can do. Though tyil should be on boat as well, as he currently creates star. Maybe it's automated already?
2020-10-19T14:14:41Z #raku-dev <patrickb> rba Also my next bigger raku project (moving our CI over to a custom tool that controls OBS and Azure) is still in the works, so I'd like to not get sidetracked too much...
rba tyil: I don‘t own. I try to take care. All fine.
tyil: Good point. Let’s talk about rakudo star build for MacOS. 21:37
tyil well, I am *just* writing the email to perl6-users about the new GNU+Linux release
if you have time to build either the Windows or MacOS variant, and would like to do it, I can wait until tomorrow :>
rba No, go ahead. 21:38
tyil I haven't heard back yet from hankache, but I don't want to delay the release any further :(
ack 21:39
sxmx Does anyone recommend any Raku articles/blogs? 21:44
tyil sxmx: are you aware of the Raku Advent Calendar blog posts? 21:44
sxmx Yes, I've been there. I haven't made my way through it yet though. It's just that Raku material is hard to find, but I really like the language 21:47
tyil hmm, other than that, many Raku blogposts are gathered on the r/rakulang subreddit, if you use Reddit 21:48
sxmx I do, it's pretty quiet there 21:49
tyil yeah, I have to admit I haven't written anything about Raku lately either :(
my last post is over 3 months old by now :(
sxmx where do you post? advent calendar? 21:50
tyil www.tyil.nl/post/2020/07/15/config-3.0/ this is my latest Raku related post, but I've written 2 articles for the advent calendar too
on writing a grammar to parse Firefox' user.js
sxmx cool, thanks I'll give it a look 21:51
rba tyil: Is the process of building Win+MacOS star release still handcrafted? 21:53
tyil the Windows part has some automation through PowerShell github.com/hankache/rakudo-star-win 21:54
MacOS would still be completely by hand, yes
rba Got it. Went throug it in may. Are you going to do the builds or who is taking care of this? 21:56
tyil I have no Windows or Mac machines, so I can't take care of it 21:57
rba Who did it in the past though? 21:58
tyil I've only tested for various GNU+Linux distros, and have some support for FreeBSD and OpenBSD users (as in, it seems to work in my clean VM, and it seems to work for users)
rba: hankache did
rba tyil: Nice you made such a quick star release for Linux! I will see if I find time during the week to look into binary builds for Win+MacOS. 22:09
tyil rba: it was quite slow from my PoV, I wanted one last month ;~;
but hopefully I can start following the "regular" release cycle again now 22:10
even if that means no immediate Windows release, I'd rather have a clear cycle for now
sxmx p6: say map * ** 3, 1..15; 22:15
camelia (1 8 27 64 125 216 343 512 729 1000 1331 1728 2197 2744 3375)
rba tyil: With the src build the binary build should be automatable. 22:16
tyil rba: for GNU+Linux, binary builds are automated, though I haven't publicly announced any of it yet, it's currently just for me to play around with 22:17
but I'm sure we can automate win+mac builds too
if it makes automation easier, I can try to incorporate the windows build files from hankache into my repo
rba tyil: I think all should be around already. It's just about putting it togehter again in the correct order... (github.com/rakudo/rakudo/blob/mast...elines.yml and github.com/hankache/rakudo-star-wi.../build.ps1 ...) 22:23
tyil I don't mind pushing to github for releases to trigger any pipelines 22:24
rba: if you want I can make the raku/rakudo-star repo on Github tomorrow and push there, then a MR can be opened to test such an Azure pipeline 22:26
and then it can be incorporated into the standard release procedure
rba tyil: We should use github.com/rakudo/star 22:27
tyil I don't particularly mind, but note that I am not part of the Rakudo team, nor does my repo have the history of that repo
which eventual URL it ends up being doesn't matter much, it's just gonna be another URL for my `origin` remote 22:30
rba tyil: Have you ever signed the www.perlfoundation.org/contributor...ement.html ? 22:33
tyil I have not 22:35
Im going afk for a bit, as it is reaching time for me to sleep 22:36
rba The easiest is to print/sign/scan and send it to coke and in the same mail ask moritz and/or jnthn to add you to the rakudo github org as a member.
tyil I'll try to respond to anything tomorrow 22:37
rba tyil: sure let's see if I find time during the week... will reach out for you if I feel boring :-)
tyil alright, thanks!
[Coke] cla?
tyil and good night :>
[Coke] used to be a factoid. cc me, but there's a tpf email address it should go to
rba [Coke]: tyil needs access to rakudo/star, so yes the cla. Is it still trademark|AT|perlfoundation.org ? 22:41