🦋 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.
cpan-raku New module released to CPAN! Red (0.1.29) by 03FCO 00:23
SmokeMachine xinming_: fixed 00:33
jmerelo Already scheduled the first article for the Advent Calendar. Still some slots to go. Any taker? 09:21
tellable6 2020-11-21T14:52:06Z #raku <tbrowder> jmerelo ck msg from me
jmerelo .tell tbrowder sorry, where's that message? DM? 09:26
tellable6 jmerelo, I'll pass your message to tbrowder
holyghost I'm building OGRE on mac 14, I hope I can get some graphics drivers in 13:47
I haven't used it since macos 10.5 and there's no OgreSDK package for mac anymore 13:48
I hope I can do something on the Intel HD chips for it the nlink it into raku
thundergnat Hey, has anyone else noticed a ridiculous performance drop with 2020.11? Not with everything, but some of my "benchmark" scripts have literally a 90% decrease. 14:10
thundergnat For instance: gist.github.com/thundergnat/1de263...131d275df3 is a variation of a SDL2 demo script included with the SDL2::Raw module. Under 2020.09 I get 223 frames-per-second; under 2020.11 I get 22 (!) 14:13
And I can switch my Raku install files between .09 and .11 and get the same results. 14:14
So _something_ has regressed...
dogbert17 thundergnat: there was some discussion about slowdowns yesterday on #raku-dev 14:26
thundergnat Ah. Perhaps I should go over an browse the logs from there. 14:30
If you need a good example script ^^^ that one really shows the slowdown.
SmokeMachine .tell xinming_ could you test that and see if that’s working to you, please? 15:01
tellable6 SmokeMachine, I'll pass your message to xinming_
tbrowder .tell jmerelo msg is DM ref advent 15:32
tellable6 tbrowder, I'll pass your message to jmerelo
MasterDuke thundergnat: i can repro the slowdown in your script 15:44
cpan-raku New module released to CPAN! App::Lorea (0.0.1) by 03JJATRIA 15:53
Geth_ doc/master: 5 commits pushed by (Peter du Marchie van Voorthuysen)++ 16:49
cpan-raku New module released to CPAN! CRDT (0.0.6) by 03FCO 16:56
ben_ I am trying to avoid matching whitespace at the end of a string while still matching whitespace in the middle of words. Example here: gist.github.com/littlebenlittle/92...5af8e9df5f 17:27
Is there a regex pattern for this?
holyghost ben_: probably a looping pattern (/g), I don't know for sure 17:47
else read mastering regular expressions from O'Reilly
ben_ I was able to get something with the same semantic using something like `[<-[\s]>+]+ % \s` 17:49
But I think there is a more canonical way to do it using "right recursive grammars" or something... 17:50
I will look into that book 17:51
tbrowder ben_: have you tried the "$$" anchor or the "\N"? 17:57
tellable6 2020-11-22T09:26:52Z #raku <jmerelo> tbrowder sorry, where's that message? DM?
tbrowder \N
all but \n
ben_ I guess my question is more along the lines of, "How can I match against an arbitrarily long stream terminted by a known pattern?" 18:01
holyghost I managed to compile 34% of OGRE, OgreMain cpp object files are in, so I should be able to link myself to have a 3D engine for pagan
jmerelo Hi, tbrowder 18:04
tellable6 2020-11-22T15:32:40Z #raku <tbrowder> jmerelo msg is DM ref advent
jmerelo tbrowder: let me see if I can access it
tbrowder jmerelo: basically i have a wip i could write about if you think its enough 18:05
holyghost I only need to build one OGRE's rendering systems and I can go on to raku 18:07
*one of
tbrowder a module that shows a practical use for TWEAK that BUILD can't handle
jmerelo tbrowder: OK, go ahead :-) 18:12
tbrowder: it could complement very well the documentation (or eventually end up there)
tbrowder ok, i love to scratch itches! 18:13
Geth_ advent: 1ed1ac0c42 | (Tom Browder)++ (committed using GitHub Web editor) | raku-advent-2020/authors.md
Update authors.md
18:21
jmerelo tbrowder: please do :-) And Thanks. 18:24
Geth_ doc/test-env-vars: 2139dc9cad | (Stoned Elipot)++ | doc/Language/testing.pod6
Add back PERL6_TEST_DIE_ON_FAIL
18:40
doc/test-env-vars: 97b52d950c | (Stoned Elipot)++ | doc/Language/testing.pod6
Document {RAKU,PERL6}_TEST_TIMES
doc: stoned++ created pull request #3704:
Test env vars
18:41
stoned75 I'm looking at github.com/rakudo/rakudo/commit/de43f193 and I'm wondering where are 'type traits' documented or roasted. Any idea ? 19:03
lizmat stoned75: good question :-) 19:16
stoned75 eh :)
Geth_ doc: 2c7a921bbb | (Tom Browder)++ (committed using GitHub Web editor) | doc/Type/Grammar.pod6
correct typos, tweak grammar
19:35
linkable6 Link: docs.raku.org/type/Grammar
JJAtria[m] I blogged a thing: pinguinorodriguez.cl/blog/porting-from-go 22:14
MasterDuke JJAtria[m]: "bathes file-system changes" is that supposed to be 'batches'? 22:16
JJAtria[m] Maybe they are dirty changes 22:17
Thanks, will fix :P
MasterDuke i definitely did a double-take, trying to think if there was some idiom i'd forgotten 22:18
JJAtria[m] Yeah, that was a typo. Fixed! MasterDuke++
kawaii Hello, I'm changing the URL of a repo of a module in the ecosystem, do I simply need to make a PR to the ecosystem repo updating my module's repo URL? 22:42
cpan-raku New module released to CPAN! Terminal::ANSI (0.0.4) by 03BDUGGAN 22:52