🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
xinming releasable6: stable 03:13
releasable6 xinming, I cannot recognize this command. See wiki for some examples: github.com/Raku/whateverable/wiki/Releasable
xinming releasable6: status
releasable6 xinming, Next release in ≈2 days and ≈15 hours. There are no known blockers. Changelog for this release was not started yet
xinming, Details: gist.github.com/be084d990bf8e85191...11e5342b04
Geth ecosystem/main: d3cd5ebd5d | (Elizabeth Mattijsen)++ | META.list
Algorithm::Diff will live in zef shortly
09:20
lizmat fwiw: preparing first release for zef ecosystem 09:40
lizmat antononcube raku.land/zef:raku-community-modul...ithm::Diff 11:57
kawaii Just logged in to cancel my IRCCloud subscription and give a fond farewell to old Raku friends. Taking a step away from software dev to focus on my new career as a member of Ukraine's foreign legion. :) Thanks for all the kind people who helped me make cool software in Raku over the last... 6 years? Hope to return to working with my favourite programming language sometime in the future. 12:47
jdv good luck 12:48
lizmat kawaii: good for you! hope too see you back before too long after a job well done! 12:50
tbrowder kawaii++ 👍 12:52
well i just found a trap (at least for moi): failed to specifically close a file handle when it was being opened twice in the same sub. it's taken me several days to figure it out. i remember with Perl i think it was a "best practice" (Damian's book?) to not close a file handle (but it probably said: unless you are reusing it for a new file). 12:57
anyhoo i did learn a lesson (but, unfortunately, some other memory got popped off) 13:01
El_Che kawaii: be safe 13:14
tellable6 2024-03-28T21:26:04Z #raku-dev <jdv> El_Che the 2024.03 release is done
librasteve Guest37: please take a look at this raku.land/zef:lizmat/ValueList 13:44
Raku provides a semi-immutable Positional datatype: List. A List can not have any elements added or removed from it. However, since a list can contain containers of which the value can be changed, it is not a value type. 13:54
librasteve_ www.irccloud.com/pastebin/Czg3Bfhr 13:57
[Coke] kawaii: best of luck! 14:34
lizmat clickbaits rakudoweekly.blog/2024/04/22/2024-...dcabaacab/ 15:25
[Coke] lizmat++ 15:57
tbrowder yo, is roast still on master as the base branch? it looks like it but just checking 16:35
lizmat yeah, I think it is... nobody dared changing it yet 16:41
tbrowder thnx 16:54
antononcube @_grenzo Have you tested Docker file build and run in "Marrow"? (I assume "yes.") Have you tested with both PostgreSQL and SQLite? 22:28
_grenzo Yes, although the automated tests are only sqlite 22:29
antononcube Ok - good to know!