🦋 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.
00:07 abraxxa-home left 00:33 jpn joined 00:38 jpn left 00:58 hudo__ joined 01:01 hudo_ left
SmokeMachine aruniecrisps: I just rebuilt a small example of Cro + Red as example for Cro-HTTP-Session-Red (github.com/FCO/Cro-HTTP-Session-Red). I hope it can help... 01:12
01:29 jpn joined 01:34 jpn left 02:24 jpn joined 02:30 jpn left 02:41 hulk joined 02:43 kylese left 03:15 hulk left, kylese joined, Xliff left 03:20 jpn joined 03:26 jpn left 04:17 jpn joined 04:22 jpn left 05:41 jpn joined 05:46 jpn left 06:36 jpn joined 06:40 CIAvash joined 06:41 CIAvash left, jpn left, CIAvash joined 07:02 jpn joined 07:07 jpn left 07:16 jpn joined 07:21 jpn left 07:27 jpn joined 07:31 jpn left 08:05 CIAvash left 08:06 CIAvash joined 08:07 CIAvash left 08:14 jpn joined 08:19 jpn left 08:23 vlad joined 08:45 sena_kun joined 09:54 vlad left 10:12 vlad joined 10:45 jpn joined 10:49 jpn left 11:32 vlad left 11:34 abraxxa-home joined, Sgeo left 11:43 abraxxa-home left 13:31 jpn joined 13:35 jpn left 14:15 derpydoo left 14:27 jpn joined 14:32 jpn left 14:40 timo left 14:57 vlad joined 15:08 vlad_ joined 15:11 vlad left 15:19 vlad_ left, jpn joined 15:23 jpn left 15:47 vlad joined 15:59 MasterDuke left 18:18 Maximus joined 18:19 Sevalecan left, Maximus is now known as Sevalecan 18:35 vlad left 18:51 derpydoo joined 19:28 vlad joined 19:58 Sgeo joined 20:18 MasterDuke joined 20:50 xinming left 20:52 xinming joined 20:53 vlad left
patrickb I'm thinking about recreating IO::Socket::SSL in terms of IO::Socket::Async::SSL. The reason being stability. 21:26
21:26 timo joined
patrickb I'd do this in a separate project. I'm unsure how I'd name such a thing. 21:26
corwin Could the Async (different part) go either at the end or beginning? 21:27
patrickb Also, in general, should such a thing stay a separate project (and then need its own name) or could we just replace IO::Socket::SSL? 21:28
corwin: Well the endresult wouldn't be async. That it uses IO::Socket::Async::SSL under the hood would be an implementation detail.
corwin ok (it would have been quite safe to ignore me ;) 21:29
patrickb I'm AFK for now, but I'll backlog and be interested in opinions. So please just type ahead! (ugexe: I'd be specifically interested in your opinion, as you've been attending to the OpenSSL and IO::Socket::SSL modules in the last few years.) 21:33
tbrowder__ anyone know if i can use distro path /sbin in a Build.rakumod file? or is only /bin to be used? that path will not be used after the Build module finishes it installation run. 21:36
ugexe tbrowder__: you could invoke ./sbin/foo from a ./Build.rakumod file, although you'd want to be sure that the ./sbin directory gets put in your archive file i.e. mymodule.tar.gz 22:41
22:49 wlhn joined
tbrowder__ ok, git add /sbin/my-build.raku; thnx 22:57
23:04 timo left, timo joined
ugexe patrickb: i'm not sure what a better name would be... IO::Socket::TLS maybe? i suppose replacing IO::Socket::SSL would also be acceptable imo assuming it actually is able to be a drop in replacement (both in interface and in how it iteracts with existing programs which may do things like spawn sockets inside threads or whatever) 23:06
23:20 timo left 23:22 timo joined 23:31 swaggboi left