🦋 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.
Geth ecosystem: 2colours++ created pull request #624:
Removing one of the Fcntl repos
02:30
Geth ecosystem/main: e1bdf107f3 | (Márton Polgár)++ (committed using GitHub Web editor) | META.list
Removing one of the Fcntl repos

Perhaps both would be good to go. This one was a fork of fork of the other one, more lagging behind than the original one. The original one is released both here and on CPAN. The only known module that might have depended on this (Shell::DSL) didn't have the metadata pinned so even that was already retrieving the other one.
05:57
ecosystem/main: be1210ba6b | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | META.list
Merge pull request #624 from 2colours/patch-2

Removing one of the Fcntl repos
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/10/16/2023-42-2000/ 13:07
[Coke] lizmat++ !! 17:38
ls 17:41
... dammit
Nahita not the first time apparently $ raku -MDOM::Tiny -MHTTP::Tiny -e'sub MAIN($author, $msg) { say DOM::Tiny.parse(HTTP::Tiny.new.get($_)<content>.decode).at("section[id='message-log']").find("table > tr").elems / 2 given q:s"irclogs.raku.org/search.html?query...nnel=raku" }' [Coke] ls 8 19:12
jdv huh 19:14
[Coke] Yes, well I have been here for like 20 years. ;) 19:19
or, I guess in the #raku channel, since the beginning.
antononcube Old as 19:21
jdv was #perl6 the first one? where tang and little and all them hung out?
[Coke] i mean, I go back to parrot. 19:22
jdv so do i but wasnt the perl6 can first? im nkt sure though. 19:23
[Coke] I honestly don't remember.
I am sure I wasn't on #perl6 from the beginning, though 19:24
jdv i remember smolder runs on various thing targetting parrot. those were the days...
*things
and leo and dan not getting along
good times 19:25
at the time it seemed sane but looking back now i more of the idea of "if you think perl6/raku is overly ambitious wait til you hear about parrot!":) 19:29
[Coke] github.com/retupmoca/P6-LibraryMake/issues/48 - librarymake is borked, taking out two of the readline alternative for the REPL 20:11
nemokosch yeah, yesterday I made a workflow for a dist and that also couldn't be installed on Mac to begin with 20:14
I wonder why was the CI for Mac removed anyway, it should work, right? 20:15
what's the highest version that can be installed? 20:18
raku.land/github:labster/File::Directory::Tree this dist is problematic 21:59
quite a number of dependencies, completely abandoned, not even a version
Voldenet not to mention that it's not very optimal 22:05
mktree at least 22:06
nemokosch I would say PR's are welcome but right now it's a zombie module mostly 22:08
Voldenet the most efficient way is to simply create the dir and upon failure use binary search until finding the directory in that chain that exists 22:09
nemokosch I'm gonna open an issue for it at least 22:11