00:52
lucasb left
01:14
sena_kun left
01:17
sena_kun joined
02:02
Kaiepi joined
02:12
Kaiepi left,
Kaiepi joined
02:40
Kaiepi left
02:41
Kaiepi joined
03:06
Kaiepi left,
Kaiepi joined
04:22
linkable6 left,
squashable6 left,
bisectable6 joined,
sourceable6 joined,
greppable6 joined,
committable6 joined
04:23
nativecallable6 joined,
statisfiable6 joined,
unicodable6 joined
04:24
evalable6 joined,
shareable6 joined,
benchable6 joined,
coverable6 joined,
quotable6 joined,
squashable6 joined
04:25
tellable6 joined,
linkable6 joined
05:25
shareable6 left,
linkable6 left,
nativecallable6 left,
benchable6 left,
tellable6 left,
committable6 left,
evalable6 left,
unicodable6 left,
sourceable6 left,
squashable6 left,
bisectable6 left,
coverable6 left,
quotable6 left,
statisfiable6 left,
greppable6 left
05:26
nativecallable6 joined,
tellable6 joined,
benchable6 joined,
notable6 joined,
greppable6 joined,
unicodable6 joined,
committable6 joined
05:27
squashable6 joined,
coverable6 joined,
shareable6 joined,
bisectable6 joined,
quotable6 joined,
sourceable6 joined
05:28
statisfiable6 joined,
evalable6 joined,
linkable6 joined
06:49
euantorano_ joined,
euantorano left,
euantorano_ is now known as euantorano
07:26
eaterof left
07:39
Xliff left
07:52
domidumont joined
08:48
MasterDuke joined
09:12
eater joined
11:08
MasterDuke left,
MasterDuke joined
|
|||
Geth | nqp/new-disp: ef94a500ae | (Jonathan Worthington)++ | t/moar/53-dispatch.t Basic tests for dispatch resume init state Only covering the record phase and the case where the resume init state is the exact argument capture. |
11:44 | |
12:15
sena_kun left,
Altai-man_ joined
|
|||
Geth | roast: ea9424bd2e | (Elizabeth Mattijsen)++ | S32-str/substr-rw.t Fix faulty container tests \ is *not* used to create a reference, it creates a Capture. Which clearly was not the intent of further tests. Which is why they were not succeeding. Changed to use binding instead. Looks like these tests were made/adapted in June 2015, so most likely these are fossils. Allows untodoing a few tests now. Great! |
12:42 | |
roast: c493de4df4 | (Elizabeth Mattijsen)++ | S32-str/substr-rw.t Fix some more container check tests in substr-rw |
12:46 | ||
rakudo: 8f6c7fe7cf | (Elizabeth Mattijsen)++ | 2 files Give QuantHash/Capture a proper .item method Fixes #1862. Kudos to Ralph Mellor for mentioning this. Following jnthn's comment then: If something decides that it's going to implement .iterator without making itself Iterable, then it's on that type to also implement method item, I'd say |
12:48 | ||
12:49
linkable6 left
12:52
linkable6 joined
|
|||
Geth | roast: 0f7c370e6d | (Elizabeth Mattijsen)++ | 6 files Add tests for #1862 for QuantHashes |
13:04 | |
MasterDuke | lizmat: you're assigning to .item? | 13:07 | |
lizmat | if it's not an item that will fail ? | ||
MasterDuke | ah | 13:09 | |
lizmat | I'm not sure how otherwise to test for containership, without using nqp ? | 13:12 | |
MasterDuke | at first glance it just looked like the classic = vs == typo | 13:24 | |
lizmat | hmmm... I guess $a.VAR.^name would be a better test | 13:32 | |
m: my $a = 42; dd $a.VAR.^name | |||
evalable6 | "Scalar" | ||
lizmat | m: my $a := 42; dd $a.VAR.^name | ||
evalable6 | "Int" | ||
lizmat | PSA: looks like Geth cannot reach Freenode atm | 14:01 | |
14:26
MasterDuke left
14:27
MasterDuke joined
|
|||
tyil | timotimo: o/ | 14:45 | |
14:47
Kaiepi left,
Kaiepi joined
15:18
Kaiepi left
15:19
Kaiepi joined
15:46
domidumont left
15:48
domidumont joined
|
|||
timotimo | \o | 16:00 | |
16:14
euantorano left
16:31
epony left
|
|||
lizmat | m: say "hello" | 16:38 | |
evalable6 | hello | ||
lizmat | hmmm. looks like we lost camelia as well ? | ||
moritz | Jan 25 20:07:06 camelia bash[10128]: Lost connection to server irc.freenode.org. | 17:03 | |
usually it re-acquires that connection | |||
I've restarted the bot; let's hope it makes a difference | |||
17:10
epony joined
17:18
epony left
17:26
epony joined
|
|||
lizmat | perhaps it has the same issue as Geth ? | 17:33 | |
moritz ^^ | |||
not being able to set up a secure connection | |||
18:14
MasterDuke left
18:26
domidumont left
18:35
squashable6 left
18:36
squashable6 joined
18:59
sortiz joined
|
|||
moritz | no idea, there's nothing in the logs :-( | 19:11 | |
19:16
sortiz left,
sortiz joined
19:17
sortiz left,
sortiz joined
|
|||
tyil | lizmat: not able to set up a connection at all :( | 19:51 | |
nc works fine, but through IRC::Client it seems to time out | 19:52 | ||
19:57
Geth joined
|
|||
tyil | \o/ | 19:57 | |
I tried to connect to freenode using just an IP, instead of letting DNS decide which IP would be used | |||
and this connected instantly | 19:58 | ||
nine | wb Geth! | ||
tyil | moritz: ^ maybe useful info | ||
I used 82.96.96.11 | |||
21:10
Kaiepi left
21:11
Kaiepi joined
|
|||
moritz | thanks tyil | 21:18 | |
21:19
MasterDuke joined
|
|||
[Coke] | should we ping mst and see if someone bad is in the dns round robin? (assuming that's the issue?) | 21:29 | |
Geth | rakudo: e6c0b5e919 | (Elizabeth Mattijsen)++ | src/core.c/DateTime.pm6 Make DateTime.truncated-to a lot faster - upto 2x as fast for truncating to week - upto 5.5x as fast for truncating on second - upto 19x as fast for truncating on other units |
21:32 | |
rakudo: c9ac5d90de | (Elizabeth Mattijsen)++ | 2 files Make Date.truncated-to a lot faster - upto 1.6x as fast for truncating to week - upto 15x as fast for truncating to month - upto 10x as fast for truncating to year Also remove now unneeded !truncate-ymd method. |
|||
lizmat | tyil++ | 21:33 | |
moritz: could it be that camelia is suffering from the same issue: aka, DNS issues on freenode.org, by IP seems to work: 82.96.96.11 | 21:34 | ||
21:57
MasterDuke left
21:58
MasterDuke joined
|
|||
moritz | lizmat: I just put that into my /etc/hosts, and it doesn't seem like it makes camelia connect again :-( | 21:59 | |
lizmat | weird | ||
so maybe the issue is with some module | 22:00 | ||
so putting it in /etc/hosts is not going to make a difference? | |||
perhaps using the IP number in the code doing the connect ? | |||
Geth | nqp/new-disp: 9a65724d56 | (Jonathan Worthington)++ | t/moar/53-dispatch.t Test to cover conditional resumption Which, concretely, covers the case where the resumption is against a dispatch program that was previously recorded. |
22:53 | |
tyil | .tell timotimo the bots are now being hosted on faiwoo.tyil.net, I added your ssh key from caeghi.tyil.net. once connected, running `botscreen` should allow you to attach to the tmux session with the bots | 23:05 | |
tellable6 | tyil, I'll pass your message to timotimo | ||
23:35
kawaii left
23:37
kawaii joined,
zostay_ joined
23:38
zostay left,
zostay_ is now known as zostay
|