»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or rakudo:, or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_logs/perl6 | UTF-8 is our friend!
Set by moritz on 22 December 2015.
00:06 BenGoldberg joined 00:07 rpburkholder left, kurahaupo left 00:08 mcmillhj joined 00:14 skids joined 00:15 mcmillhj left 00:20 _28_ria joined 00:28 mcmillhj joined 00:33 Cabanossi left 00:35 mcmillhj left 00:37 Cabanossi joined
Geth doc: d5abcebc15 | (Zoffix Znet)++ | 3 files
[io grant] Write docs for all spurt routines

  - Reflect changes in &spurt
  - Document all the args in IO::Path.spurt
  - Document newly-added IO::Handle.spurt
Impl: github.com/rakudo/rakudo/commit/099512b20c Tests: github.com/perl6/roast/commit/79ff022881
00:37
00:38 nbrown left 00:39 Actualeyes left 00:46 mr-foobar left 00:47 mcmillhj joined, mr-foobar joined 00:51 mcmillhj left 01:04 gdonald left, gdonald joined 01:12 ryan joined, ryan is now known as Guest76823 01:23 mcmillhj joined 01:28 mcmillhj left, labster left, MasterDuke joined 01:32 wamba joined 01:35 Cabanossi left 01:36 Cabanossi joined 01:39 Actualeyes joined 01:45 dh7320 joined 01:46 ilbot3 left, labster joined 01:47 ilbot3 joined, ChanServ sets mode: +v ilbot3 02:00 _28_ria left, astj left, astj joined 02:06 astj left 02:07 baest left, astj joined 02:09 jeek left 02:10 astj left 02:11 astj joined 02:12 astj left 02:13 beginner left, astj joined, mcmillhj joined 02:15 labster left, quotable6 joined, ChanServ sets mode: +v quotable6 02:17 baest joined 02:18 astj left, mcmillhj left 02:27 miatomi joined 02:29 mcmillhj joined 02:31 astj joined 02:32 noganex_ joined 02:33 astj left 02:34 astj joined, mcmillhj left 02:35 noganex left 02:36 agentzh left 02:39 astj left 02:40 astj joined 02:42 labster joined, astj left 02:43 astj joined 02:45 jeek joined 02:46 wamba left 02:47 astj left 02:50 astj joined, agentzh joined 02:57 xtreak joined 03:01 agentzh left
u-ou Not sure if this is a bug or not, but when I try this script I get broken and glued together lines in my IO::Socket::Async's Supply. Docs say "Control characters (such as \n) always serve as grapheme boundaries, so any text-based protocols that use newlines or null bytes as terminators will not need special consideration." script here: pastebin.com/NHbLfqhQ 03:02
03:03 jeek left 03:04 astj left
geekosaur u-ou, were you expecting lines to transit the network as lines? 03:07
03:07 miatomi left
u-ou I'm not sure what it's supposed to do but that line from docs sounds as though it's meant to 03:08
geekosaur the network does not know of anything but octets. if you are not using UDP, routers and kernels will arbitrarily segment and reassemble packets; there is no guarantee the receiver will see anything but the same *stream*
how that stream is reported to you will vary
u-ou ok
03:08 astj joined
u-ou so I have to take care of it myself 03:08
geekosaur grapheme boundaries are not related to anything but how it looks for combining characters in a grapheme 03:09
yes
u-ou ok
geekosaur this is true of any network protocol. yours mayhappen to be line based, but this is not a universal
u-ou ohhhh
geekosaur presumably someone could do a layer that reassembled lines and passed them on as such (just make sure that's always what you need; some protocols have text-like commands but the data following them might be length delimited binary) 03:11
u-ou yeah, I'm just wondering what is the right way to do it 03:12
geekosaur I want to say another Supply which your receiver feeds reassembled lines 03:13
u-ou *nod* 03:14
geekosaur s/feeds/emits/
03:17 mcmillhj joined
llfourn anyone have an idea what it means when rakudo gives me a bogus line number in the backtrace. 03:21
Too few positionals passed; expected 2 arguments but got 1
in method stage2 at /Users/llfourn/src/Spit/lib/Spit/SAST.pm6 (Spit::SAST) line 1 03:22
(obviously that method isn't on line 1)
03:25 mcmillhj left 03:32 astj left 03:33 AlexDaniel left 03:35 Cabanossi left, xtreak left 03:36 Cabanossi joined 03:37 astj joined
u-ou hmm. I want to split a string but keep the separator as part of the returned string (at the end) 03:40
no wait. I don't need to. nvm. 03:41
03:47 agentzh joined 03:48 Cabanossi left 03:49 labster left 03:50 xtreak joined, Cabanossi joined 03:59 Actualeyes left 04:02 labster joined 04:20 mcmillhj joined 04:25 mcmillhj left 04:29 skids left 04:34 Cabanossi left 04:35 Cabanossi joined 04:37 spebern joined 04:41 mcmillhj joined, curan joined 04:42 curan left 04:46 mcmillhj left 05:06 astj_ joined, astj left 05:12 gdonald left 05:14 lowbro joined, lowbro left, lowbro joined 05:15 Khisanth left, wamba joined 05:17 dh7320 left 05:20 Actualeyes joined 05:22 agentzh_ joined, agentzh left 05:23 gdonald joined 05:28 mcmillhj joined, spebern left 05:30 Khisanth joined 05:32 mcmillhj left 05:33 Cabanossi left 05:34 dh7320 joined 05:35 Cabanossi joined 05:38 geekosaur left 05:39 geekosaur joined 05:45 mcmillhj joined, domidumont joined 05:46 RabidGravy joined, domidumont left 05:48 domidumont joined, domidumont left, domidumont joined 05:52 mcmillhj left 05:57 ChoHag joined 06:10 mcmillhj joined, domidumont left 06:12 hahainternet left 06:14 mcmillhj left 06:15 _28_ria joined 06:16 domidumont joined 06:22 domidumont left 06:23 mcmillhj joined 06:27 mcmillhj left 06:33 Cabanossi left 06:35 Cabanossi joined 06:38 domidumont joined 06:39 curan joined 06:42 BenGoldberg left, memori joined
memori How different is perl 5 from perl 6? What major changes in syntax (if any) might cause problems in scripts? 06:42
06:43 domidumont left 06:44 domidumont joined, mcmillhj joined 06:51 agentzh_ left 06:52 mcmillhj left 06:56 agentzh joined 06:59 mcmillhj joined 07:00 abraxxa joined 07:01 v1_ joined
moritz Perl 6 is newly designed from scratch, but inspired by Perl 5 07:01
so it's quite different. You can't throw Perl 5 scrits at a Perl 6 compiler and expect them to run 07:02
samcv it is not back compatible
but it is so much fun :)
07:03 bitrauser joined
TEttinger there's inline stuff also 07:03
moritz right, you can load the perl 5 interpreter in Rakudo, thus using Perl 5 code in Perl 6 (or vice versa)
07:04 Cabanossi left, xtreak left, xtreak joined 07:05 Cabanossi joined 07:06 xtreak left
TEttinger it's neat and seems to be widely useful 07:06
07:06 xtreak joined 07:08 mcmillhj left 07:12 salva left 07:16 tane joined
tane howdy 07:16
is there anyway to return a pair of array from a sub routine? i.e. my (@a, @b) = some-sub; ?
07:18 dh7320 left 07:20 memori left
masak m: my (@a, @b) := foo; say @a; say @b; sub foo { return [1, 2], [3, 4] } 07:22
camelia [1 2]
[3 4]
masak morning, #perl6
m: my (@a, @b) := sub { return [1, 2], [3, 4] }(); say @a; say @b 07:23
camelia [1 2]
[3 4]
masak that latter one is grammatically correct -- and I don't have to name the sub -- but it kind of goes against my "visual pill" instincts
07:26 v1_ left, mcmillhj joined 07:28 v1_ joined
tane masak, thanks 07:28
07:28 v1_ left 07:30 felher joined 07:31 mcmillhj left 07:35 Cabanossi left, Cabanossi joined 07:44 wamba left 07:48 g4 joined, mcmillhj joined 07:55 ChoHag left 07:56 mcmillhj left, ChoHag joined 08:02 zakharyas joined 08:03 mcmillhj joined 08:04 jonas1 joined 08:07 darutoko joined 08:08 andrzejku left, mcmillhj left 08:14 dakkar joined 08:16 andrzejku joined 08:25 mcmillhj joined 08:29 wamba joined 08:30 mcmillhj left 08:36 mcmillhj joined 08:37 hahainternet joined, kurahaupo__ joined 08:38 xtreak left 08:41 xtreak joined 08:43 mcmillhj left 08:49 Cabanossi left, mcmillhj joined 08:51 Cabanossi joined 08:54 mcmillhj left 08:55 nhywyll joined 09:00 rindolf joined 09:03 tokomer joined 09:11 Actualeyes left, mcmillhj joined 09:13 perlawhirl joined 09:16 mcmillhj left 09:18 tardisx joined 09:22 parv joined, perlawhirl left 09:32 kurahaupo_ joined, kurahaupo_ left 09:33 Guest76823 left, kurahaupo__ left 09:38 astj joined, astj_ left 09:41 kurahaupo__ joined, wamba left 09:46 xtreak left 09:48 maasta left 09:49 Cabanossi left 09:50 Cabanossi joined 09:51 xtreak joined 09:58 kurahaupo_ joined 10:01 kurahaupo__ left 10:02 kurahaupo__ joined 10:05 kurahaupo_ left 10:07 kurahaupo__ left 10:10 wamba joined 10:16 domidumont left 10:19 astj_ joined, astj left 10:30 tane left 10:36 labster left 10:43 parv left 10:52 astj_ left 10:57 wamba left 10:58 wamba joined 11:13 rurban joined
timotimo u-ou: there is a method on supplies that will split things into lines for you 11:14
u-ou: docs.perl6.org/type/Supply#method_lines
geekosaur: you may also be interested in this
11:15 nhywyll left 11:16 tokomer_ joined 11:18 tokomer left 11:25 skids joined 11:26 xtreak left 11:35 nadim joined, TEttinger left
nadim Moning #perl6, can someone tell me if "also" is something more than allowing inheritence (class, role) to be defined in the body of a class rather than the class header? 11:37
timotimo nothing else to my knowledge
moritz same here; except maybe it allows some weird stuff that would otherwise be hard 11:38
timotimo stuff that derives from itself? :P
moritz m: class A { class B { }; also is B }
camelia ( no output )
moritz m: class A { class B { }; also is B }; say A ~~ A::B
camelia True
Voldenet why ಠ_ಠ
timotimo neat, you can make that private and it'll be super strange and useless but cool!
Voldenet oh welp, it'd work for some trees
nadim "super strange and useless but cool", weirdly, I like that 11:39
Voldenet "I'll use this as my 'good practice'" :)
11:42 leont joined
leont My rakudobrew doesn't want to rebuild rakudo :-/ 11:42
«Command failed (status 256): /home/leont/perl5/perlbrew/perls/perl-5.24.0/bin/perl Configure.pl --optimize --prefix=/home/leont/.rakudobrew/moar-nom/install --make-install»
moritz any output above that? 11:43
leont paste.scsys.co.uk/557779
timotimo leont: heads up, i'm hoping i can add some better error messages to YAMLish; got any hints for me? like what kinds of code changes you'd like or not like to see? 11:44
leont: that error is mea culpa. i rm'd the libtommath folder and reincarnated it as a git submodule and you have to rm -rf it manually to make stuff work again :)
moritz right, if you rm -rf /home/leont/.rakudobrew/moar-nom/nqp/MoarVM you should be fine 11:45
leont YAMLish needs a major refactor first. It really needs an AST
timotimo leont: i don't have that much time :D
leont I had this hunch a rm -rf would be involved in fixing this :-p
timotimo also: holy crap, a whole lot of stuff you'd intuitively think would be invalid ... is actually valid and not quite what you'd expect
moritz yes, YAML is "fun" like that
leont Yeah, I've learned a lot of things about YAML that I didn't want to know. 11:46
timotimo i can definitely put in an error when a map has a mis-indented key
but not when a sequence does
however, when a sequence has a mis-indented key, YAMLish rejects that outright as a parse fail, which it shouldn't
so that's also something i'd like to "fix"
leont My favorite exampe is putting a block scoped thingie inside an flowing thingie 11:47
timotimo no, i don't want to see that. ever.
11:48 raschipi joined
timotimo are you looking to implement something like YAMLReference? like, a streaming parser for tokens/"events" and an interpreter for that to create the objects or proper errors from it? 11:49
11:51 bjz joined
leont I don't thing it has to be streaming 11:51
YAML documents are rarely large enough to benefit from that
timotimo fair enough
the difference is just whether the list is consumed right away, or stored until the document has ended
11:52 profan_ is now known as profan
timotimo though also, it'll potentially change what errors you'll get 11:52
11:53 robertle joined
timotimo you won't get errors from the consumer rejecting the token stream, unless the producer reached the end without complaining 11:53
11:53 AlexDaniel joined
timotimo but i'm not sure if there are cases like that 11:53
leont I don't think of it as a token stream, mainly because Grammars are recursive-decent 11:54
timotimo that's fair, i guess
leont Even if all other YAML parsers do work that way 11:55
timotimo i didn't dive down far enough to get a clear understanding of the whole, rather than just individual pieces
leont I have a moar--j=2/ folder, that looks like a mistake to me 12:00
12:00 wamba left
timotimo :D 12:03
yeah, you don't give j two dashes
12:10 astj joined 12:13 skids left 12:14 nightfrog is now known as culb 12:15 AlexDaniel left
leont TAP.pm kind of requires a Dual-life workflow 12:16
timotimo taps some of his cards to harness the power of their magic
leont Editing it on both ends is problematic and not keeping them in sync is problematic.
*is even more
timotimo you mean how tap::harness fails with many test suites of perl6 modules? 12:17
or have i missed something additional?
leont I've just synced them
timotimo i think i've missed something; sync tap::harness and what?
leont It's in rakudo, and it's in separate repository, but it's the same code 12:18
timotimo oh, i didn't realize
12:20 perlawhirl joined
leont Possibly the easy solution is to not have it in the ecosystem, given that it has been in rakudo for a year now. Not sure how far zefs backward compatibility goes. 12:21
12:23 Guest76823 joined
leont Hmmm, doesn't Test.pm6 have a skip-all option? 12:25
timotimo skip-rest 12:27
+ exit 0
or something
leont That is not the same 12:29
perl -MTest::More -e 'plan skip_all => "Reason"'
12:30 synopsebot6 joined, ChanServ sets mode: +v synopsebot6
timotimo oh, ok 12:30
andrzejku hi people
leont Solved it with a print and exit, but it is kind of awkward 12:31
timotimo a bit, yeah
lizmat leont: PR's to Test.pm6 are welcome :-)
12:34 Guest76823 left, Cabanossi left 12:35 Cabanossi joined 12:41 perlawhirl left 12:42 wamba joined 12:52 AndyDee joined 12:57 AlexDaniel joined 12:59 mcmillhj joined
andrzejku hi people would you like to update this greate intro 13:02
document for Native Call
in C++
lizmat andrzejku: I think hankache takes PR's :-) 13:03
13:03 Cabanossi left
andrzejku lizmat: yes yes 13:04
13:05 Cabanossi joined 13:08 Sound joined, Sound is now known as Guest98451
leont Yeah, adding it to Test should be trivial, just surprised no one felt they needed it 13:09
13:11 perlawhirl joined, domidumont joined 13:12 bjz left
timotimo andrzejku: hankache wants the intro to only be an intro, not everything 13:16
andrzejku: that's also why there is no mention of "is rw", or repr('CStruct')
13:19 Guest98451 is now known as Sound__ 13:21 astj left 13:24 astj joined 13:28 perigrin left 13:30 perigrin joined 13:31 astj left
lizmat is C++ support explained on docs.perl6.org ? 13:31
docs.perl6.org/language/nativecall#C++_Support # guess it is 13:32
andrzejku: perhaps you could improve that ?
13:32 dh7320 joined
lizmat and perhaps the intro could also link to that section ? 13:33
13:34 Cabanossi left
timotimo it already links to language/nativecall, doesn't it? that starts with a nice TOC that has "C++ support" in it. in bold, even! :) 13:34
leont I doubt it's possible to support any of the more interesting parts of C++ (as that requires the C++ compile time) 13:35
13:35 Cabanossi joined
timotimo right, can't make templates work unless they are already instantiated in the way you want them to 13:35
moritz which is a real PITA even when using C++ libraries in C++ 13:44
it means you always have to keep the full source code o fthe libraries around 13:45
lizmat which, atm, is not unlike Perl 5 or Perl 6 for that matter :-) 13:47
for Perl 6 we will be able to do better in the future :-)
13:48 leont left, skids joined 13:51 curan left 13:52 astj joined
timotimo not the full source code, just the header files! 13:54
except of course that people write their whole projects in header files instead of source files!
13:55 wamba left 13:56 astj left 14:01 wamba joined 14:04 domidumont left 14:05 Cabanossi left, Cabanossi joined
moritz well, if you write only headers into the header files, and give somebody an object file and the headers, they can't instantiate templates with unknown combinations of parameters 14:11
moritz guesses he missed the irony in timotimo++'s statement :-)
14:15 AlexDaniel left 14:18 pmurias joined
pmurias hi 14:18
lizmat pmurias o/ 14:19
14:23 mcmillhj left, cdg joined 14:24 mcmillhj joined 14:34 dogbert17 left, Zoffix joined 14:35 Zoffix left 14:43 perlawhirl left 14:47 wamba left 14:48 Cabanossi left 14:50 Cabanossi joined 14:55 duncan_dmg joined 14:59 mcmillhj left 15:01 kurahaupo__ joined 15:02 duncan_dmg left, mcmillhj joined 15:03 duncan_dmg joined 15:04 duncan_dmg left 15:06 bjz joined 15:07 mcmillhj left, sufrostico left, mcmillhj joined 15:09 sufrostico joined 15:14 bjz left 15:15 araujo left 15:17 araujo joined, araujo left, araujo joined 15:20 bjz joined 15:27 mcmillhj left 15:28 mcmillhj joined 15:33 nadim left 15:36 khw joined 15:48 wamba joined, sufrostico left 15:52 andrzejku left 15:53 sufrostico joined 15:56 bjz left
Geth doc: ee9455a05d | (Zoffix Znet)++ | doc/Language/testing.pod6
Document `skip-all` option for Test::plan()

Rakudo impl: github.com/rakudo/rakudo/commit/14b6d5f360 Tests: github.com/perl6/roast/commit/680970a2e5
16:01
16:02 w4and0er96 joined 16:09 mcmillhj left 16:14 mcmillhj joined 16:18 silug joined 16:21 jonas1 left 16:30 agentzh left 16:33 agentzh joined, zakharyas left 16:45 agentzh left, dakkar left 16:49 agentzh joined 16:53 agentzh left 16:54 espadrine joined 16:58 rurban left 17:00 agentzh joined 17:09 agentzh left 17:12 agentzh joined 17:16 leont joined
Geth doc: 9a993275ec | (Brad Gilbert)++ | doc/Type/IO.pod6
Typo slurp -> spurt
17:27
doc: 5c9a788f6e | (Zoffix Znet)++ | doc/Language/testing.pod6
Improve docs for plan :skip-all, bail-out, and skip-rest

Mentions the other two in each of the sections and clarify a bit when to use which.
17:29 domidumont joined 17:33 domidumont left 17:39 robertle left, ChoHag left
Geth doc: bd491f13b8 | (Zoffix Znet)++ | t/pod-htmlify.t
Reword test to work in earlier rakudos

IO::Handle.spurt is not yet available in any of the released rakudos. Fixes #1264
17:47
17:48 Cabanossi left 17:50 Cabanossi joined
Geth doc: 951f5f6c5a | (Zoffix Znet)++ | t/pod-htmlify.t
Fix broken test

tempfile returns a Str not IO::Path for $filename
17:51
18:02 Sound__ left 18:03 agentzh left 18:13 cdg left 18:17 astj joined 18:18 setty1 joined
leont \o/ (skip-all) 18:21
18:21 astj left 18:27 BenGoldberg joined 18:31 AlexDaniel joined 18:36 iH2O joined 18:38 TeamBlast left 18:40 hobbified is now known as hobbs, hobbs left, hobbs joined 18:42 TeamBlast joined 18:48 Cabanossi left 18:49 andrzejku joined, iH2O left 18:50 Cabanossi joined
andrzejku hi 18:52
:)
raschipi oi 18:54
masak y0 18:56
18:56 darutoko left
geekosaur œ 18:56
masak ℌℑ 19:00
19:03 cog_ joined 19:04 andrzejku left 19:07 cognominal left
El_Che too "whaat" for utf8. I am still in shock Ubuntu is dropping unity 19:13
:)
raschipi Unity, Mir, Snappy... 19:17
19:18 bitrauser left
raschipi GNOME won the desktop wars. Soon SuSE will have to switch too, to avoid being the weird one. 19:18
masak Ubuntu is droppoing Unity? hadn't heard, but that sounds like good news from where I'm sitting. 19:20
dropping*
19:21 ChoHag joined
El_Che masak: I suffered through the first buggy releases and I end up liking it :) 19:21
just installed gnome on this laptop
:)
t.co/3Lu0WHO8k5 19:23
The announcement
raschipi All because of language bindings. 19:25
El_Che gtk3? 19:26
raschipi Qt bindings are few an far between and they suck everywhere but on C++ or Python. 19:27
El_Che ah, unity 8
not 7 19:28
geekosaur stays with mate
19:29 gdonald left, gdonald joined
El_Che needs to relearn quite a few of keyb shortcuts it seems 19:30
19:32 andrzejku joined 19:33 Cabanossi left
AlexDaniel wow, that was unexpected 19:35
wait, how are they going to integrate their ads in GNOME exactly? 19:36
19:36 Cabanossi joined
El_Che the amazon thing has been gone for a long time 19:36
19:37 BenGoldberg left
leont Gnome Shell's awesome side is its extensibility, if they would want to they easily could 19:37
El_Che I switched this "irc + firefox" machine first (and 2gb 9y old ultrabook) 19:38
and gnome3 does not feel slow 19:39
that's a win
raschipi Amazon integration comes disbled by default for a long time. And it wouldn't be hard to write an amazon search provider for GNOME. 19:42
AlexDaniel thinking about it, Canonical has done a lot to make sure I would never recommend Ubuntu to anyone 19:46
… only to revert it all back
leont I loved Ubuntu when it was an up-to-date Debian, but got annoyed by the QA and now I'm on Arch 19:47
samcv i use arch too 19:48
AlexDaniel debian unstable works fine too :P
raschipi It sure does. 19:49
samcv i have debian unstable on my server
arch on desktop/laptops 19:50
AlexDaniel :O
well, wouldn't really do that on a server… :)
samcv well. unstable is not unstable, it's just. the version numbers change
stable refers to the versions not changing
which i am totally fine with
though it also refers to the other kind of stability too, but. i want the latest versions 19:51
raschipi I don't put unstable on servers because I like to activate automatic security upgrades. 19:52
And unstable doesn't have those.
AlexDaniel well, you can upgrade it automatically anyway 19:55
and then check your server every day to see if it is actually running…
raschipi My clients would kill me...
samcv i guess that's fair enough raschipi
raschipi It's good to avoid new features unless you can sell them. 19:58
20:00 labster joined 20:01 dh7320 left
[Coke] yawns. 20:03
MasterDuke arch on desktop, kubuntu on laptop 20:07
20:10 cdg joined 20:12 andrzejku left 20:14 labster left
El_Che is there a demand for arch packages (like the one I provide for centos/debian/ubuntu/fedora? 20:14
I mean rakudo pkgs 20:15
raschipi I think they already have the newest version in AUR 20:16
El_Che ah nice
(then no use case there) 20:17
MasterDuke yeah, they're usually updated only a couple days after a release
El_Che impressive
I'll try to add alpine soon
raschipi Debian also updates within a few days when they're not frozen. 20:19
El_Che I ran testing and unstable in the early 2000 :) 20:20
20:20 wamba left
El_Che was glad when ubuntu came out: frozen recent packages 20:21
on the other hand, I learnt a lot about Linux in those days when X (Xf86) was often broken on unstable :)
20:22 TEttinger joined 20:23 pecastro_ joined, pecastro left 20:30 _28_ria left
Voldenet El_Che: do you maintain any repo with debian/* files, I'm playing around with moar's code so I'd be glad not to just rm -rf /opt/rakudo 20:50
but to use apt instead
El_Che Voldenet: no a repo, just dpkg -i 20:53
it upgrades the pkg
20:54 _28_ria joined
El_Che Voldenet: github.com/nxadm/rakudo-pkg/releases 20:54
Voldenet: you could run the container that create the package and chaneg stuff there
Voldenet oh, docker 20:55
I didn't notice there was a source there, thanks.
20:57 skids left, setty1 left 21:03 tokomer_ left 21:04 khw left
AlexDaniel covers his ears 21:06
21:06 evalable6 left, bloatable6 left, statisfiable6 left, unicodable6 left, bisectable6 left, committable6 left, quotable6 left, benchable6 left 21:08 quotable6 joined, ChanServ sets mode: +v quotable6, unicodable6 joined, evalable6 joined, bisectable6 joined, bloatable6 joined, committable6 joined, ChanServ sets mode: +v unicodable6, ChanServ sets mode: +v evalable6, ChanServ sets mode: +v bisectable6, ChanServ sets mode: +v bloatable6, ChanServ sets mode: +v committable6, benchable6 joined, ChanServ sets mode: +v benchable6, statisfiable6 joined, ChanServ sets mode: +v statisfiable6 21:10 labster joined, RabidGravy left 21:20 _28_ria left 21:22 raschipi left
Geth doc: bdb7ab42af | (Zoffix Znet)++ | doc/Programs/00-running.pod6
Explain the option more clearly

Never know which one it is when looking for env vars and end up clicking the wrong thing :/
21:24
21:27 mcmillhj left 21:31 bjz joined 21:36 culb left, espadrine left 21:50 labster left 21:52 rindolf left 21:53 labster joined 22:09 mcmillhj joined
SmokeMachine m: sub bla⸨:$key, :$value⸩ {say "$key => $value"}; bla "a" => 42 22:13
camelia 5===SORRY!5=== Error while compiling <tmp>
Missing block
at <tmp>:1
------> 3sub bla7⏏5⸨:$key, :$value⸩ {say "$key => $value"};
expecting any of:
new name to be defined
22:14 mcmillhj left 22:17 cpage_ left 22:18 bjz left 22:23 mcmillhj joined 22:27 mcmillhj left 22:30 bjz joined 22:35 ChoHag left 22:38 mcmillhj joined 22:39 khw joined, kurahaupo__ left 22:43 pmurias left 22:45 mcmillhj left, cpage_ joined 22:46 kurahaupo joined 22:48 kurahaupo left, kurahaupo_ joined 22:52 cdg left 22:53 kurahaupo_ left 22:56 dh7320 joined 22:57 bjz left 23:13 mcmillhj joined 23:14 khw left 23:15 khw joined 23:18 mcmillhj left 23:31 agentzh joined 23:38 Guest76823 joined 23:41 rpburkholder joined 23:42 BenGoldberg joined 23:45 mcmillhj joined 23:48 Cabanossi left 23:49 mcmillhj left 23:51 mcmillhj joined, Cabanossi joined 23:53 Guest76823 left 23:55 Guest76823 joined 23:59 mcmillhj left