🦋 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.
tonyo yes but there's been other bugs that've been fixed 02:28
tellable6 2023-11-14T19:31:10Z #raku <melezhik> tonyo I have an issue with publish distribution with zef over SparrowCI - github.com/tony-o/raku-fez/issues/117
tonyo .tell melezhik `fez h` will also help know if it's getting the config from the right place. and it's entirely possible the key you're using in SparrowCI ha expired and it's wanting you re-login 02:29
tellable6 tonyo, I'll pass your message to melezhik
antononcube My GitHub actions are failing because rakudo 2023.10 can be downloaded. Is this known or expected? 03:51
See for example here: github.com/antononcube/Raku-Clipbo...8691379967
melezhik .tell antononcube: the same issue with download for me yesterday , connection too slow 06:08
tellable6 melezhik, I'll pass your message to antononcube
melezhik .tell tonyo: thanks, I had refreshed my token just before this happened , but will double check thanks , 06:10
tellable6 melezhik, I'll pass your message to tonyo
antononcube melezhik thanks! 08:50
tellable6 2023-11-15T06:08:52Z #raku <melezhik> antononcube: the same issue with download for me yesterday , connection too slow
nemokosch github.com/bbrtj/perl-mmo-game/tree/master would be interesting to see this with Raku 09:24
andinus .tell melezhik: issues with rakudo.org downloads have been fixed 11:29
tellable6 andinus, I'll pass your message to melezhik
nemokosch have they? 12:47
oh they have, thank you very much 12:48
Github CI works again
lizmat wonders why librasteve thinks Raku missed the point with concurrency support news.ycombinator.com/item?id=38276465 14:43
gfldex lizmat: Raku makes a clear distinction between concurrent and serial programming. 15:10
lizmat you mean: having to explicitely insert a .hyper ? 15:12
antononcube @andinus I confirm -- the downloads are faster and (the few) GitHub actions I currently monitor worked/passed. 15:35
gfldex lizmat: aye. I do believe being explicit in this area is an advantage. 15:36
lizmat gfldex: why is it an advantage ? 15:37
gfldex If I want to CPU to fire on all cylinders, I need to spend extra care. Even if the compiler for $language does all the magic in the background, I have to keep in mind that there might be magic. If I can I take less complexety whenever possible. 15:40
lizmat if a compiler can safely determine that hypering a piece of code is possible, then it should just be a matter of (externally) specifying how many resources you want to use, no? 15:46
gfldex Can the compiler know if native libs are threadsafe? 16:06
lizmat if the native libs can tell the compiler in some way, yes 16:11
tbrowder__ ugexe: i just filed a feature request with App::Mi6 for “build” to sync “resource” list in code with that in META6.json. you see a problem with that? 18:44
tonyo tbrowder__++ 20:15
tellable6 2023-11-15T06:10:31Z #raku <melezhik> tonyo: thanks, I had refreshed my token just before this happened , but will double check thanks ,
tonyo melezhik: still trouble or ?
tellable6 tonyo, I'll pass your message to melezhik
tbrowder__ tonyo: thnx, and in the ticket i did say "resources" 21:07
librasteve lizmat: i confess that raku is the 2nd contrarian programming language I have loved ... my first was occam en.wikipedia.org/wiki/Occam_(progr..._language) 21:08
otherwise my comment over there was an "unplug" of raku (assumptive inclusion of raku in the list of modern concurrent languages ;-)) 21:10