»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_log/perl6 | UTF-8 is our friend! 🦋
Set by Zoffix on 25 July 2018.
00:13 lichtkind joined, Kaiepi joined, p6bannerbot sets mode: +v lichtkind 00:14 p6bannerbot sets mode: +v Kaiepi 00:17 lizmat left 00:24 aborazmeh joined, aborazmeh left, aborazmeh joined, p6bannerbot sets mode: +v aborazmeh 00:25 p6bannerbot sets mode: +v aborazmeh
Geth doc: b69f2caa23 | Lichtkind++ | doc/Language/math.pod6
added math module for vectors
00:25
synopsebot Link: doc.perl6.org/language/math
00:40 pecastro left 01:10 graphene left 01:12 graphene joined, p6bannerbot sets mode: +v graphene 01:13 graphene left 01:14 MasterDuke left
vrurg m: role R1 { method foo { say "R1::foo" } }; role R2 { }; class Bar does R1 { method foo { note "Bar::foo"; self.R1::foo; self does R2; self.R1::foo } }; Bar.new.foo 01:14
camelia Bar::foo
R1::foo
No concretization found for R1
in method foo at <tmp> line 1
in block <unit> at <tmp> line 1
01:15 lichtkind left, graphene joined
vrurg Is it normal behavior when 'does' on object wipes out all notions of previosly applied roles? 01:15
01:15 p6bannerbot sets mode: +v graphene 01:48 davelikestorock joined, p6bannerbot sets mode: +v davelikestorock
davelikestorock Really happy to see Perl6 finally and formally released... though I am a bit late to know that :) 01:49
01:53 davelikestorock left
TimToady vrurg: seems like it could be a buglet 01:58
but use of "does" at runtime is always a bit...fraught...
vrurg TimToady: reported already: github.com/rakudo/rakudo/issues/2282
TimToady vrurg++
vrurg Being used accurately dynamic role application allows for some pretty neat tricks. 02:00
In my case application object would depend on what command was used on CLI. Plugin-like behavior. 02:01
02:01 MasterDuke joined, p6bannerbot sets mode: +v MasterDuke, MasterDuke left, MasterDuke joined, herbert.freenode.net sets mode: +v MasterDuke, p6bannerbot sets mode: +v MasterDuke 02:02 Kaiepi left, Kaiepi joined 02:03 p6bannerbot sets mode: +v Kaiepi 02:22 aborazmeh left 02:48 MasterDuke left 03:09 dustinm` joined 03:10 p6bannerbot sets mode: +v dustinm` 03:32 graphene left 03:33 graphene joined 03:34 p6bannerbot sets mode: +v graphene 04:01 regreg left 04:02 AlexDani` joined, p6bannerbot sets mode: +v AlexDani` 04:40 kaare__ joined, p6bannerbot sets mode: +v kaare__ 05:24 sena_kun joined 05:25 p6bannerbot sets mode: +v sena_kun 05:30 hankache joined 05:31 p6bannerbot sets mode: +v hankache 05:32 hankache left, hankache joined 05:33 p6bannerbot sets mode: +v hankache 05:36 chenyf_ left
hankache hello #perl6 05:52
05:54 psychoslave joined
hankache I was looking at the isms pragma found on docs.perl6.org/language/pragmas and felt a bit confused 05:54
why would this not work:
m: sub abs() { say "foo" }; abs;
camelia 5===SORRY!5=== Error while compiling <tmp>
Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &abs to refer to the function as a noun
at <tmp>:1…
05:54 p6bannerbot sets mode: +v psychoslave
hankache yet this works: 05:55
m: sub abs1() { say "foo" }; abs1;
camelia foo
06:04 droman19 joined
Geth doc: 534ff360c2 | (Naoum Hankache)++ (committed using GitHub Web editor) | doc/Language/pragmas.pod6
Fix thinko
06:05
synopsebot Link: doc.perl6.org/language/pragmas
06:06 dskull11 joined 06:07 droman19 left 06:08 dskull11 left 06:12 chenyf_ joined 06:13 p6bannerbot sets mode: +v chenyf_, kurahaupo left, kurahaupo joined 06:14 p6bannerbot sets mode: +v kurahaupo 06:19 cherti10 joined 06:21 cherti10 left 06:23 robertle joined 06:24 psychoslave left, p6bannerbot sets mode: +v robertle, psychoslave joined 06:25 p6bannerbot sets mode: +v psychoslave 06:44 shlomif joined 06:45 p6bannerbot sets mode: +v shlomif 06:50 ufobat_ joined 06:51 p6bannerbot sets mode: +v ufobat_ 06:54 psychoslave left 07:08 bgiannan12 joined 07:09 bgiannan12 left 07:15 chenyf_ left 07:20 jmerelo joined, p6bannerbot sets mode: +v jmerelo 07:27 shlomif left 07:43 rindolf joined 07:44 p6bannerbot sets mode: +v rindolf 07:48 ExtraCrispy joined 07:49 p6bannerbot sets mode: +v ExtraCrispy 08:01 lizmat joined 08:02 p6bannerbot sets mode: +v lizmat 08:07 hankache left 08:13 chenyf_ joined 08:14 p6bannerbot sets mode: +v chenyf_ 08:16 graphene left 08:18 graphene joined, p6bannerbot sets mode: +v graphene 08:20 aborazmeh joined, aborazmeh left, aborazmeh joined, p6bannerbot sets mode: +v aborazmeh, graphene left 08:21 p6bannerbot sets mode: +v aborazmeh 08:22 CygniX2 joined, graphene joined, CygniX2 left 08:23 p6bannerbot sets mode: +v graphene 08:30 ahmedtd28 joined, chenyf_ left, kurahaupo left 08:32 chenyf_ joined, ahmedtd28 left 08:33 p6bannerbot sets mode: +v chenyf_
Geth doc: threadless-screw++ created pull request #2312:
Update Str.pod6
08:33
08:35 kurahaupo joined, p6bannerbot sets mode: +v kurahaupo
Geth doc: 1bb00da7e4 | (JJ Merelo)++ | doc/Type/IO/Socket/Async.pod6
Adds using CATCH to capture errors

This closes #1685
08:43
synopsebot Link: doc.perl6.org/type/IO::Socket::Async
Geth doc: 118aa08399 | Alexander++ (committed using GitHub Web editor) | doc/Type/Str.pod6
Update Str.pod6

Fixed typo.
08:44
synopsebot Link: doc.perl6.org/type/Str
doc: a463da2f5e | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Type/Str.pod6
Merge pull request #2312 from threadless-screw/threadless-screw-patch-1

Update Str.pod6
sena_kun prof-m: say 5; 08:53
camelia No such file or directory
.. Prof: p.p6c.org/6f99a1e
(timeout)Can't exec "./rakudo-inst/bin/perl6-m": No such file or directory at lib/EvalbotExecuter.pm line 206.
cat: /home/camelia/rakudo-inst/revision: No such file or directory

now running scp...
lost connection
.. Prof: p.p6c.org/6f99a34
08:58 zero_byte joined 08:59 zero_byte was kicked by timotimo (zero_byte)) 09:17 kurahaupo left, kurahaupo joined 09:18 p6bannerbot sets mode: +v kurahaupo 09:21 chenyf_ left 09:38 regreg joined, p6bannerbot sets mode: +v regreg 09:43 aborazmeh left, kurahaupo left 09:44 kurahaupo joined, kurahaupo left, kurahaupo joined 09:45 p6bannerbot sets mode: +v kurahaupo, ufobat_ left 09:47 kurahaupo left, kurahaupo joined, Kaiepi left 09:48 p6bannerbot sets mode: +v kurahaupo 09:50 Kaiepi joined 09:51 p6bannerbot sets mode: +v Kaiepi 09:52 Kaiepi left 09:53 Kaiepi joined, p6bannerbot sets mode: +v Kaiepi 09:54 blackyoup14 joined 09:55 chenyf_ joined, p6bannerbot sets mode: +v chenyf_ 09:57 blackyoup14 was kicked by timotimo (blackyoup14)) 10:10 chenyf_ left 10:14 Eisendud16 joined 10:15 Eisendud16 left, chenyf_ joined 10:16 p6bannerbot sets mode: +v chenyf_ 10:26 Kaiepi left 10:27 Kaiepi joined 10:28 p6bannerbot sets mode: +v Kaiepi 10:29 Kaiepi left 10:30 regreg left
timotimo all the allah spam today 10:31
(only ops see it)
10:32 Kaiepi joined 10:33 p6bannerbot sets mode: +v Kaiepi 10:34 regreg joined 10:35 p6bannerbot sets mode: +v regreg
moritz if I were a god of a major religion, I'd totally endorse IRC spam in my name /s 10:37
jmerelo moritz: :-) 10:39
10:48 Kaiepi left
El_Che With the previous spam bots in mind, it looks to me as a far right attack again (annoying people and blame it on people you don't like) 10:48
10:49 chenyf_ left
timotimo my fav line so far has been "filesysteⅿ dοеѕ nоt􏿽xE2􏿽x80􏿽x80􏿽xE1􏿽xB4􏿽xA1rⅰte wіtһοut ⲣermіѕsіⲟn of aⅼlah" 10:50
El_Che ah lol
that does indeed looks like a troll
jmerelo timotimo: or uses passive voice, for that matter... 10:51
10:52 Kaiepi joined, p6bannerbot sets mode: +v Kaiepi
timotimo i might go out on the balcony, enjoy the sun, and listen to www.twitch.tv/squaresounds 10:54
AlexDani`
.oO( endorsing IRC spam makes more sense than endorsing people to stand on the street or go door-to-door, a god supporting automation is a good god )
10:56
10:56 AlexDani` is now known as AlexDaniel
El_Che So the Big Bang was because he/she/it was using Puppet and by error added two resources with the same name? 10:57
10:58 kurahaupo left 10:59 kurahaupo joined, mahafyi joined 11:00 p6bannerbot sets mode: +v kurahaupo, p6bannerbot sets mode: +v mahafyi 11:05 kurahaupo left, kurahaupo joined 11:06 p6bannerbot sets mode: +v kurahaupo
moritz or a botched deployment :) 11:13
11:17 Framedragger_ joined 11:21 chenyf_ joined, lizmat left, p6bannerbot sets mode: +v chenyf_ 11:22 Framedragger_ was kicked by timotimo (Framedragger_)) 11:24 lizmat joined 11:25 p6bannerbot sets mode: +v lizmat 11:27 kurahaupo left 11:28 kurahaupo joined, Kaiepi left, p6bannerbot sets mode: +v kurahaupo 11:32 Kaiepi joined, p6bannerbot sets mode: +v Kaiepi 11:39 jmerelo left, kurahaupo left 11:40 kurahaupo joined 11:41 p6bannerbot sets mode: +v kurahaupo 11:46 chenyf_ left 11:49 chenyf_ joined, p6bannerbot sets mode: +v chenyf_ 12:03 hamhu3_ joined, chenyf_ left 12:04 p6bannerbot sets mode: +v hamhu3_ 12:06 hamhu3 left 12:08 ChoHag joined 12:09 p6bannerbot sets mode: +v ChoHag 12:11 chenyf_ joined 12:12 p6bannerbot sets mode: +v chenyf_ 12:15 kaare__ left
rindolf hi all 12:17
12:18 Kaiepi left
sena_kun o/ 12:20
12:21 Kaiepi joined 12:22 p6bannerbot sets mode: +v Kaiepi 12:25 chenyf_ left 12:32 chenyf_ joined, p6bannerbot sets mode: +v chenyf_
buggable New CPAN upload: Array-Agnostic-0.0.2.tar.gz by ELIZABETH modules.perl6.org/dist/Array::Agnos...:ELIZABETH 12:34
12:36 kurahaupo left 12:37 kurahaupo joined, kurahaupo left, kurahaupo joined 12:38 p6bannerbot sets mode: +v kurahaupo, Kaiepi left 12:42 Kaiepi joined, p6bannerbot sets mode: +v Kaiepi
timotimo cpan is not doing allah is doing 12:49
lizmat timotimo: who are you and what have you done to timotimo?
Geth doc: 93ebaac955 | (Elizabeth Mattijsen)++ | doc/Type/Array.pod6
Hopefully clarify Array.push/append/unshift/prepend differences better
13:03
synopsebot Link: doc.perl6.org/type/Array
13:05 marmor joined, p6bannerbot sets mode: +v marmor 13:15 zakharyas joined 13:16 p6bannerbot sets mode: +v zakharyas 13:22 Kaiepi left, Kaiepi joined 13:23 pecastro joined, p6bannerbot sets mode: +v Kaiepi 13:24 p6bannerbot sets mode: +v pecastro 13:28 MilkmanDan left 13:30 MilkmanDan joined, p6bannerbot sets mode: +v MilkmanDan 13:32 pmurias joined 13:33 p6bannerbot sets mode: +v pmurias
pmurias .tell Zoffix would it makes sense to have the voice bot give registered and identified users voice immediately? 13:35
yoleaux 12 Sep 2018 13:22Z <brrt> pmurias: I merged your PR
pmurias: I'll pass your message to Zoffix.
13:41 Zoffix joined, p6bannerbot sets mode: +v Zoffix
Zoffix . 13:41
yoleaux 13:35Z <pmurias> Zoffix: would it makes sense to have the voice bot give registered and identified users voice immediately?
Zoffix pmurias: how to find that info? Would it have to spam nickserv or something to fetch it?
Cloaked users are already getting instant voice 13:42
and web users 13:43
13:49 p6bannerbot joined, ChanServ sets mode: +o p6bannerbot
Zoffix .tell pmurias I whitelisted you ( github.com/zoffixznet/perl6-banbot...c1733151a7 ). I could take a PR to insta-voice identified users, but spamming NickServ each time to get that info feels like abusing teh service a bit. 13:50
yoleaux Zoffix: I'll pass your message to pmurias.
13:50 Zoffix left, n0xa26 joined
AlexDaniel Zoffix: I was thinking about giving voice to anyone who had a voice once 13:52
no idea if that is going to work well or not
as it could voice a spammer by accident if they're reusing nicks or whatever 13:53
El_Che AlexDaniel: I think you found the weak point of the plan 13:55
13:55 n0xa26 left 13:56 p6noob left 14:01 kaare__ joined, p6bannerbot sets mode: +v kaare__ 14:06 kaare__ left
timotimo you don't have to spam nickserv to receive the "is registered?" info, /whois also contains it 14:07
AlexDaniel timotimo: but will it kick you for flood if you do /whois too often? 14:08
IIRC p6bannerbot was kicked previously just for doing +v when whateverables joined 14:09
timotimo oh, mhm 14:10
a rate limiting scheme (leaky bucket?) shouldn't be too hard
14:12 kaare_ joined 14:13 p6bannerbot sets mode: +v kaare_ 14:15 regreg left 14:38 Sgeo_ joined 14:39 Sgeo left, p6bannerbot sets mode: +v Sgeo_ 14:42 sena_kun left
pmurias .tell Zoffix thank you for whitelisting me :) 14:53
yoleaux 13:50Z <Zoffix> pmurias: I whitelisted you ( github.com/zoffixznet/perl6-banbot...c1733151a7 ). I could take a PR to insta-voice identified users, but spamming NickServ each time to get that info feels like abusing teh service a bit.
pmurias: I'll pass your message to Zoffix.
15:02 Saphire28 joined 15:04 zakharyas left, Saphire28 left 15:12 zakharyas joined, p6bannerbot sets mode: +v zakharyas 15:22 jmerelo joined 15:23 p6bannerbot sets mode: +v jmerelo
b2gills .tell hankache `abs` is specifically caught by the parser, and the `use isms;` disables the parser from catching it 15:34
yoleaux b2gills: I'll pass your message to hankache.
jmerelo squashable6: status 15:38
squashable6 jmerelo, Next SQUASHathon in 18 days and ≈18 hours (2018-10-06 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
jmerelo releasable6: status 15:39
releasable6 jmerelo, Next release will happen when it's ready. 0 blockers. 1 out of 108 commits logged (⚠ 47 warnings)
jmerelo, Details: gist.github.com/13bee11a5545c39ade...c95d1718bf
15:42 sotona joined, p6bannerbot sets mode: +v sotona
buggable New CPAN upload: App-FindSource-0.0.6.tar.gz by ALOREN modules.perl6.org/dist/App::FindSou...pan:ALOREN 15:44
15:45 graphene left 15:46 sotona left 15:47 kurahaupo left, graphene joined, kurahaupo joined 15:48 p6bannerbot sets mode: +v graphene, p6bannerbot sets mode: +v kurahaupo
buggable New CPAN upload: Getopt-Advance-1.0.0.tar.gz by ALOREN cpan.metacpan.org/authors/id/A/AL/...0.0.tar.gz 16:04
16:04 zakharyas left 16:11 c4rc4s9 joined 16:14 c4rc4s9 left 16:15 zakharyas joined 16:16 p6bannerbot sets mode: +v zakharyas 16:22 ufobat_ joined 16:23 p6bannerbot sets mode: +v ufobat_ 16:28 chenyf_ left
Geth doc: 121795e47f | (JJ Merelo)++ | doc/Type/Duration.pod6
Deletes incorrect sentence

In numeric contexts, it will still return a Duration. If you do any operation with other kind of numbers, the result will be that number's type, but that's the operation, not just the context. Closes #1589
16:35
synopsebot Link: doc.perl6.org/type/Duration
16:40 jmerelo left 16:44 barcraw27 joined 16:47 barcraw27 left 17:04 chenyf_ joined, p6bannerbot sets mode: +v chenyf_ 17:20 domidumont joined, MasterDuke joined, p6bannerbot sets mode: +v MasterDuke, MasterDuke left, MasterDuke joined, herbert.freenode.net sets mode: +v MasterDuke, p6bannerbot sets mode: +v MasterDuke 17:21 p6bannerbot sets mode: +v domidumont 17:26 ufobat_ is now known as ufobat 17:27 graphene left 17:28 graphene joined 17:29 p6bannerbot sets mode: +v graphene 17:35 zakharyas left 17:36 sotona joined 17:37 p6bannerbot sets mode: +v sotona 17:38 jmerelo joined 17:39 p6bannerbot sets mode: +v jmerelo 17:41 sotona left 17:42 wie4 joined 17:45 wie4 left 17:48 ab6tract joined, p6bannerbot sets mode: +v ab6tract
ab6tract o/ #perl6 17:48
read a great shout out to Perl 6 today: esoteric.codes/blog/the-128-language-quine-relay
a quine that transforms through 128 languages is astonishing enough.. but here's a choice quote: "Piet, the language that uses images as source code (read the interview with Piet’s creator here) was a bit easier as it came after Perl 6, which bundles Zlib as standard library, making it straightforward to generate a PNG file. Had it followed, say, brainfuck, it would have been a much larger challenge." 17:49
<3 to the p6 standard lib :) 17:51
17:52 molaf joined, p6bannerbot sets mode: +v molaf
rindolf [xpost from #perl ] Hi all! So I think my user script for metacpan is in a mostly usable condition now - please try it out and let me know what you think - www.shlomifish.org/Files/files/cod...ys.user.js . 17:55
18:07 domidumont left 18:09 MilkmanDan left, kerframil joined, p6bannerbot sets mode: +v kerframil 18:11 MilkmanDan joined, p6bannerbot sets mode: +v MilkmanDan 18:16 khisanth_ left
Geth doc: 4a48a5cdb0 | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Type/IO/CatHandle.pod6
Clarify IO::CatHandle.words/.lines

Even if :$close is false, the handle switching mechanism will still close consumed handles. Otherwise, we'd hit the open files limit fairly quickly.
18:18
synopsebot Link: doc.perl6.org/type/IO::CatHandle
18:25 bkopilov joined 18:26 bkopilov was kicked by diakopter (bkopilov)) 18:29 khisanth_ joined 18:30 p6bannerbot sets mode: +v khisanth_, sena_kun joined, p6bannerbot sets mode: +v sena_kun 18:37 graphene left 18:39 graphene joined, p6bannerbot sets mode: +v graphene 18:53 graphene left 18:54 jmerelo left 18:55 graphene joined, p6bannerbot sets mode: +v graphene
Geth doc: 2511723174 | (Steve Mynott)++ | doc/Language/101-basics.pod6
Explain the version doesn't have to be v6 and that 6.c is also a version
18:57
synopsebot Link: doc.perl6.org/language/101-basics
18:58 graphene left 18:59 sotona joined 19:00 graphene joined, p6bannerbot sets mode: +v sotona, p6bannerbot sets mode: +v graphene 19:02 khisanth_ left
xinming_ m: role R { has $.t }; my $x = "b" does R; $x.t.say; 19:19
camelia (Any)
xinming_ How can we init the $t in this case? 19:20
with does
Do we have to use $x.t = "xxx" after the $x is initialized?
m: role R { has $.t is rw }; my $x = "b" does R; $x.t = "test"; $x.t.say; 19:21
camelia test
xinming_ wish to know wether it's possible to also init the vars in the does line.
m: role R { has $.t }; my $x = "b" does role { has $.t = "good" }; $x.t.say; 19:26
camelia good
19:26 khisanth_ joined
xinming_ Anonymous role doesn't handle complex situations. any ideas? :-) 19:26
19:27 p6bannerbot sets mode: +v khisanth_
MasterDuke m: role R { has $.t is rw }; my $x = "b" does R(t => 3); $x.t.say 19:30
camelia 3
19:30 Zoffix joined, p6bannerbot sets mode: +v Zoffix
Zoffix m: role R { has $.t }; my $x = "b" does R(42); $x.t.say; 19:30
yoleaux 14:53Z <pmurias> Zoffix: thank you for whitelisting me :)
camelia 42
Zoffix xinming_: ^
m: role R { has $.a; has $.b; has $.c }; my $x = "b" does R(42, 72, 31337); $x.Capture.say 19:31
camelia Cannot invoke this object (REPR: Uninstantiable; R)
in block <unit> at <tmp> line 1
Zoffix hm... I wonder how it works with multiple attrs
m: role R { has $.a; has $.b; has $.c }; my $x = "b" does R([42, 72, 31337]); $x.Capture.say
camelia Can only supply an initialization value for a role if it has a single public attribute, but this is not the case for 'R'
in block <unit> at <tmp> line 1
Zoffix ahhhh
xinming_ Zoffix: That was what I'm about to ask too. :-) 19:32
So, with multiple attrs, We can't do that. :-)
Zoffix m: role R[\a,\b,\c] { has $.a = a; has $.b = b; has $.c = c; method Capture { self.Mu::Capture} }; my $x = "b" does R[42, 72, 31337]; $x.Capture.say 19:33
camelia \(:a(42), :b(72), :c(31337))
19:33 marmor left
Zoffix You can do this, as long as the variables don't vary much (each variant creates a new role or something along those lines) 19:33
xinming_ m: role R { has $.t; has $.b; has $.c; }; my $x = "b" does R[1,2,3]; $x.t.say; 19:34
camelia No appropriate parametric role variant available for 'R'
in block <unit> at <tmp> line 1
xinming_ Zoffix: That way, We'll have to write bridge roles if these roles are from third party
But thanks anyway for the hint
19:35 Kaiepi left
xinming_ I'm thinking wether I can learn all perl6 features in my life. :-) 19:35
19:36 Kaiepi joined
Zoffix Do you know all the features of Chinese? 19:36
Probably not. Same with Perl 6. Learning everything is a waste of time :)
19:36 p6bannerbot sets mode: +v Kaiepi
xinming_ But I wish to 19:38
AlexDaniel weekly: colabti.org/irclogger/irclogger_log...09-16#l403 19:40
notable6 AlexDaniel, Noted!
19:40 reportable6 joined, ChanServ sets mode: +v reportable6 19:41 Zoffix left, p6bannerbot sets mode: +v reportable6
AlexDaniel “This Ruby program produces a Rust program, which produces a Scala program, which produces a Scheme program, and so on, progressing through another 124 languages to return to its original state” 19:42
omg
“Perl 6, which bundles Zlib as standard library” what are they talking about btw? 19:43
timotimo rakudo star probably
AlexDaniel oh
timotimo FWIW, you could also "just" output netbpm like i did for my cellular automata stuff :D
AlexDaniel still can't find anything zlib-related in rakudo star 19:46
I'm probably blind 19:47
timotimo i also don't see it 19:48
20:20 cweeks16 joined 20:22 cweeks16 left
ab6tract :( ... maybe the PHP in between Perl 6 and Piet in the graphic on the article is a hint? : github.com/php/php-src/search?utf8...&type= 20:31
timotimo d'oh 20:33
20:40 oftl joined, p6bannerbot sets mode: +v oftl 20:44 relaxed24 joined 20:46 relaxed24 was kicked by timotimo (relaxed24))
timotimo (they had already stopped spamming, but it still felt a little cathartic) 20:46
20:47 sena_kun left 20:52 DonRichie23 joined 20:53 DonRichie23 was kicked by timotimo (DonRichie23)) 21:15 ufobat left 21:29 sotona left 21:48 Kaiepi left 21:49 Kaiepi joined, p6bannerbot sets mode: +v Kaiepi 22:00 Zoltarr joined 22:03 pmurias left 22:05 Zoltarr left 22:08 graphene left 22:10 graphene joined, p6bannerbot sets mode: +v graphene 22:12 pecastro left 22:13 silug joined
Geth whateverable: 62e5fe5ba7 | (Aleks-Daniel Jakimenko-Aleksejev)++ | 14 files
Make bots testable again

By fixing some paths that should've been fixed in d4c92b7f8e22e01161be7d9184ee473287d4ff1d.
22:14
whateverable: a7ddc02ac2 | (Aleks-Daniel Jakimenko-Aleksejev)++ | 4 files
Move some logic into Whateverable::Bisection

Also some refactoring in Bisectable.
22:14 p6bannerbot sets mode: +v silug
AlexDaniel ab6tract: that's hilarious then :D 22:15
weekly: and they also confused PHP with Perl 6? Hmm… colabti.org/irclogger/irclogger_log...09-16#l499
notable6 AlexDaniel, Noted! 22:16
rindolf i keep missing Zoffix 22:20
timotimo he keeps magically popping up when he is needed, though
we just need to have hope
AlexDaniel rindolf: if you need to talk to them then just say Zoffix: … … … 22:23
rindolf: afaik the message will be delivered by some bot
rindolf AlexDaniel: ok, nothing critical 22:24
I did backups today 22:27
most of my stuff is on github/etc. anyway
www.goodreads.com/quotes/574706-on...load-their 22:28
AlexDaniel: are you github.com/perl6/whateverable/comm...AlexDaniel ? and why does your username link not refer to the gh user page? 22:31
maybe it is a gh hiccup
AlexDaniel rindolf: wtf! They changed it 22:32
rindolf: now you have to click on the avatar to get to the page 22:33
timotimo yeah, it'll instead link to the "search all commits by this person" site
AlexDaniel it used to be that you can just click the username from the commit
I do agree that it is more consistent now
timotimo yeah 22:34
AlexDaniel these constant changes though… :)
rindolf github.com/shlomif/fc-solve/commit...or=shlomif - here too
AlexDaniel: how do i access the avatar using the keyboard? 22:35
AlexDaniel rindolf: ' AlexDaniel Shift+Tab
rindolf AlexDaniel: ok
AlexDaniel: github.com/AlexDaniel 22:36
AlexDaniel: thanks
we both have animal avatars 22:37
AlexDaniel :)
only one of them looks right into your soul though :P
22:38 graphene left, ab6tract left
rindolf AlexDaniel: speaking of keyboard stuffs - have you tried this script of mine yet - www.shlomifish.org/Files/files/cod...ys.user.js ? I'm seeking beta testers 22:39
22:39 graphene joined
rindolf AlexDaniel: heh 22:40
22:40 p6bannerbot sets mode: +v graphene
AlexDaniel rindolf: oh… I don't use metacpan that often to be of any help, unfortunately 22:41
22:41 graphene left
rindolf AlexDaniel: ah 22:41
AlexDaniel but the idea totally makes sense
rindolf AlexDaniel: thanks
22:41 Kaiepi left 22:42 Kaiepi joined, p6bannerbot sets mode: +v Kaiepi 22:43 graphene joined, p6bannerbot sets mode: +v graphene 22:49 sebboh18 joined, sebboh18 was kicked by timotimo (sebboh18)) 23:05 jlinahan joined, p6bannerbot sets mode: +v jlinahan 23:18 sotona joined, rindolf left
jlinahan hi 23:18
23:19 p6bannerbot sets mode: +v sotona
timotimo greetings 23:19
23:22 sotona left 23:25 jlinahan left 23:57 Possum joined 23:58 p6bannerbot sets mode: +v Possum