Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm Set by Zoffix on 27 July 2018. |
|||
03:13
synopsebot_ left,
Geth_ left,
tyil left,
discord6 left
03:15
discord6 joined
03:17
tyilanmenyn joined
03:21
discord6 left,
discord61 joined
03:22
discord61 is now known as discord6
03:50
AlexDani` joined
03:54
AlexDaniel left
04:07
discord6 left,
discord6 joined
|
|||
Kaiepi | since i'm starting my grant work as soon as i finish parallelizing feed operators and supporting <<== and ==>>, there's something i want to ask | 04:39 | |
i don't like how IO::Socket::INET has two separate host and port named arguments when the :listen argument should be enough to determine if the socket is a server or a client | 04:40 | ||
is this something i can change for v6.e? | |||
05:04
tyilanmenyn is now known as tyil
06:38
patrickb joined
07:44
pierce_ joined
08:01
pierce_ left
08:02
doufu300 joined
08:03
doufu300 left
08:08
SqrtNegInf left
08:15
robertle joined
09:03
lizmat left
11:59
pamplemousse joined
12:38
donaldh joined
12:39
donaldh left
13:13
skids joined
13:17
Geth joined
|
|||
Kaiepi | is there something i'm doing wrong in R#2951? | 14:04 | |
#2591 | 14:05 | ||
R#2591 | |||
timotimo | synopsebot is down | ||
Kaiepi | oh | ||
github.com/rakudo/rakudo/issues/2951 | |||
timotimo | also needs "git submodule update" inside rakudo perhaps? | 14:06 | |
Kaiepi | tried that | ||
14:07
discord6 left,
discord6 joined,
synopsebot joined,
ufobat_ left
|
|||
Kaiepi | OH | 14:08 | |
trying it again it works now | |||
vrurg | Kaiepi: you probably ran Configure.pl in a directory which wasn't updated for long. | 14:15 | |
Geth | ¦ rakudo: timo assigned to vrurg Issue "use v6.*" no longer works github.com/rakudo/rakudo/issues/2952 | 14:19 | |
timotimo | i hope that's fine ^ | 14:20 | |
vrurg | timotimo: thanks! Will take care ASAP. | 14:22 | |
timotimo | TYVM | ||
14:26
pamplemousse left
15:00
pamplemousse joined
15:09
pamplemousse left
15:47
robertle left
16:39
patrickb left
18:36
skids left
19:38
Kaiepi left
19:43
Kaiepi joined
20:02
skids joined
20:33
|Tux| left
20:47
lizmat joined
|
|||
lizmat | www.reddit.com/r/perl6/comments/bx...red_error/ # vrurg ? | 20:56 | |
21:17
pamplemousse joined,
skids left
|
|||
vrurg | lizmat: I'm afraid it's not something anyhow famimilar to me. No slightest idea of what it could be. | 21:30 | |
21:30
|Tux| joined
|
|||
lizmat | vrurg: ok, I'll tell the op to make a ticket | 21:31 | |
21:46
pamplemousse left
|
|||
Geth | ¦ rakudo: vrurg self-assigned :D subset type constraints erroneously typecheck True against themselves github.com/rakudo/rakudo/issues/2166 | 22:15 | |
jnthn | vrurg: Will take a look at the problem-solving issue tomorrow; today ended up rather busy | 22:26 | |
vrurg | jnthn: NP, thanks! | ||
I've got enough other problems to work on already. ;) | 22:27 | ||
jnthn | Kaiepi: One option for INET::Socket::INET would be to introduce alternative construction methods (like IO::Socket::Async has listen/connect callable on the type object) that encode the server/client side in the constructor's method name | 22:38 | |
*IO::Socket::INET | 22:39 | ||
In fact, aligning that more with IO::Socket::Async may make sense, in that the latter was based on "what should a Perl 6 API look like for this", whereas I think IO::Socket::INET was more influenced by history. :) | 22:40 | ||
I'd avoid back-compat breaks if we can. |