»ö« 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.
lookatme :) 01:31
lucs Do the modules found at modules.perl6.org have some kind of special status? 03:29
lucs I'm wondering why for example neither IO::String nor Text::CSV appear there (but they are both on github). 03:40
Oh, wait. 03:41
Hmm... A search on the site finds both (but Text::CSV doesn't show up when clicking the "TEXT" tag, and IO::String, the "IO" tag). 03:44
Now, for my real question.
How can I get those two modules to work together, given that Text::CSV implements its own version of IO::String? 03:45
lookatme lucs, The tags is read from module configuration file(META6.json) 05:59
AlexDaniel squashable6: next 06:16
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in ≈3 hours (2018-03-03 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
Webhook for perl6/doc is now active! Responsive is better than fast. 06:19
squashable6 🍕 fluca1978++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369896054 11:22
🍕🍕🍕 First contribution by fluca1978++! ♥
🍕 zoffixznet++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369897097 11:28
🍕🍕🍕 First contribution by zoffixznet++! ♥
Geth doc: 6cc25d4076 | MasterDuke17++ (committed using GitHub Web editor) | doc/Language/performance.pod6
Expand the profiling section a bit
11:31
synopsebot Link: doc.perl6.org/language/performance
squashable6 🍕🍕🍕 First contribution by MasterDuke17++! ♥
🍕 fluca1978++ wrote a comment on “docs.perl6.org/t…”: github.com/perl6/doc/issues/1805#i...-369897885 11:32
Geth doc: 79b22ebd6a | (Zoffix Znet)++ | doc/Language/modules.pod6
Use more common file extensions in examples

Per github.com/perl6/doc/issues/778#is...-348761524
Fixes github.com/perl6/doc/issues/1807
  (the issue mentions codifying the standard extensions, which is already
done in the "Basic Structure" section).
11:56
synopsebot Link: doc.perl6.org/language/modules
squashable6 🍕 zoffixznet++ closed issue “File Extension Conventions”: github.com/perl6/doc/issues/1807
squashable6 🍕 nige123++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369907667 12:24
🍕🍕🍕 First contribution by nige123++! ♥
gfldex "5. 12:26
AI Cheats at Old Atari Games by Finding Unknown Bugs in the Code"
we need to get us one of those :-> 12:27
Geth doc: 51585b9dde | (Will "Coke" Coleda)++ | lib/Test-Files.pm
allow whitespace around file names
13:13
squashable6 🍕🍕🍕 First contribution by coke++! ♥
🍕 jnthn++ wrote a comment on “.serial is not documented”: github.com/perl6/doc/issues/1803#i...-369920181 13:26
🍕🍕🍕 First contribution by jnthn++! ♥
squashable6 🍕 jnthn++ wrote a comment on “.serial is not documented”: github.com/perl6/doc/issues/1803#i...-369920465 13:27
ufobat_ m: my $b = Buf:U; $b.?decode() 13:38
camelia Cannot resolve caller decode(Buf: ); none of these signatures match:
(Blob:D $: *%_)
(Blob:D $: $encoding, *%_)
in block <unit> at <tmp> line 1
ufobat_ i know, decode() exists, but the signature does not match. is there something simililar and as short as .? for this case? 13:39
squashable6 🍕 zoffixznet++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369934078 14:24
raschipi nige123 brought a knife to a gunfight, Zoffix works in marketing and advertisement. Zoffix, just lock the bug report for going offtopic. 14:31
AlexDaniel raschipi: it's already closed 14:50
AlexDaniel raschipi: but locking anything related to that issue is not going to help really 14:51
in some sense we actually had a lot of progress recently in understanding what we actually want from a new name
or an alias, or whatever you want to call it 14:52
problem is that this understanding is not evenly distributed across the community :)
AlexDaniel so speaking out your mind regarding this issue is actually helpful in this case, IMO, even if it looks like there's a lot of tension in the discussion 14:53
and IMO this comment by Zoffix is very helpful to get us all thinking into the same direction 14:54
Zoffix ufobat_: not really, .? is more about checking whether method exists, not whether the given args can be accepted. The shortest I can think is `my $b = "meow".encode; $b.can("decode").grep(*.cando: \($b)).head andthen .($b).say` 14:59
yoleaux 1 Mar 2018 21:57Z <DrForr> Zoffix: pushed.
1 Mar 2018 21:58Z <DrForr> Zoffix: (for perl6-ANTLR, that is)
1 Mar 2018 22:09Z <DrForr> Zoffix: passed on Travis, thanks again.
Zoffix I can see how that could be useful in core. Would be great to try it out as a slang module first.
raschipi I agree that the discussion should go on, just on the appropriate forums, not in an urelated bug report. 15:00
Zoffix m: my $b = "meow".encode; $b.can("decode").grep(*.cando: \($b)).head andthen .($b).say
camelia meow
Zoffix m: my $b = Buf; $b.can("decode").grep(*.cando: \($b)).head andthen .($b).say
camelia ( no output )
raschipi Even because that will be archived shortly and remove good arguments to somewhere they can't be found easily. 15:01
Zoffix m: BEGIN $?LANG.refine_slang: 'MAIN', role { token dotty:sym<.*> { $<sym>=['.' [ <[+*?♥=]> | '^' '!'? ]] <dottyop> <O(prec => 'y=', assoc => 'unary', dba => 'methodcall', fiddly => 1)> }}; use MONKEY; augment class Mu { method dispatch:<.♥> ($meth, |args) { self.can($meth).grep(*.cando: \(self, |args)).head andthen .(self, |args) orelse Nil } }; utf8.^compose; Int.^compose; say Buf.♥decode; say 15:16
"meows".encode.♥decode; say 42.♥base: 16;
camelia 5===SORRY!5===
Argument to "say" seems to be malformed
at <tmp>:1
------> 3pose; Int.^compose; say Buf.♥decode; say7⏏5<EOL>
Other potential difficulties:
Unsupported use of bare "say"; in Perl 6 please use .say if you meant t…
Zoffix gah too long
m: BEGIN $?LANG.refine_slang: 'MAIN', role { token dotty:sym<.*> { $<sym>=['.' [ <[+*?♥=]> | '^' '!'? ]] <dottyop> <O(prec => 'y=', assoc => 'unary', dba => 'methodcall', fiddly => 1)> }}; use MONKEY; augment class Mu { method dispatch:<.♥> ($m, |c) { self.can($m).grep(*.cando: \(self, |c)).head andthen .(self, |c) orelse Nil } }; utf8.^compose; say Buf.♥decode; say "meows".encode.♥decode;
camelia Nil
meows
15:17
Zoffix Would be nice to also make it so `Buf.♥decode.say` never reaches the `.say` if `.♥decode` never found the candidate to call
squashable6 🍕 timo++ wrote a comment on “.serial is not documented”: github.com/perl6/doc/issues/1803#i...-369956061 15:39
🍕🍕🍕 First contribution by timo++! ♥
timotimo oh, unicode characters, huh ... 15:46
timotimo you see, i was once longing for a syntax to signify "this part should give the return value of the whole expression" 15:49
can't find a nice emoji or symbol for it
moritz .uni return 15:53
unicodable6: return
unicodable6 moritz, U+23CE RETURN SYMBOL [So] (⏎)
moritz, U+240D SYMBOL FOR CARRIAGE RETURN [So] (␍)
moritz, 5 characters in total (⏎␍⮐⮑䷗): gist.github.com/c0fcc4d32d8e37462d...50b6a24716
timotimo i wonder if it needs a second symbol, though 15:54
to explicitly specify the scope where the return goes
(would also make parsing easier, especially since we don't have "parent" links in qast 15:56
vcv For a return constraint in a signature, can you specify the return value must be a list of 2 items where the first item is a Str and second is an Int? 16:32
jnthn Don't think you can put a where clause directly there, but there's always something like: 16:34
m: my subset ListStrInt of List where (Str, Int); sub foo(--> ListStrInt) { return ("foo", 42) }; say foo 16:35
camelia (foo 42)
jnthn m: my subset ListStrInt of List where (Str, Int); sub foo(--> ListStrInt) { return ("foo", 4.2) }; say foo
camelia Type check failed for return value; expected ListStrInt but got List ($("foo", 4.2))
in sub foo at <tmp> line 1
in block <unit> at <tmp> line 1
vcv thats perfect. thank you!
raschipi Would it be difficult to allow a where clause there? 16:38
jnthn raschipi: I don't immediately see a syntactic reason why it'd be a problem 16:43
There's no semantic reason that I can see
(No semantic reason that we can't, I mean.)
So probably not particularly hard
raschipi Or allowing it to understand lists directly, since having a coma separated list of statements that build a List to return is a common idiom and it would allow declaring the constraint directly easily. 16:45
ctilmes moritz: re: stackoverflow.com/questions/490363...dont-call, I don't think I'm expressing my need properly 16:51
moritz: I call one third party library (I don't control), that then calls a second third party library (I don't control). In C, I just "-l<lib1> -l<lib2>" and it works fine 16:52
moritz: but in perl, I can only specify "is native('lib1')"
moritz: I need a way to say "look for symbols in lib2 also" 16:53
moritz ctilmes: so isn't it a bug in lib1 that -l<lib1> itself doesn't work?
or is this usual in C land?
ctilmes In C land, it is normal to list all the libraries that are needed to the linker 16:54
moritz I know that, but that doesn't answer my question :-) 16:54
ctilmes Is it a bug in lib1 that you must link in lib2 when you build your executable? I don't think so. 16:55
moritz depending on how common that case is, I see two possible solutions
ctilmes Some libraries have 'plugin' type dynamic library loading, and will pull in the right one, but many don't. I don't think that is a bug. 16:56
moritz one is to build a very thing thing in C that you link with both libraries, so that you don't expose that complication to NativeCall 16:56
and the other is to teach NativeCall to load more than one lib for a symbol 16:57
ctilmes yes! #2 is what I think we need.
I don't really understand MoarVM or NativeCall internals, but I suspect the is native() trait says something like "load library x, then call symbol y". I just need a way to say "load library x", but don't call anything yet. 17:00
squashable6 🍕 nige123++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369987151 17:13
thowe Nothing like slogging through a book on Go to make me think I should be learning Perl6 instead.
squashable6 🍕 zoffixznet++ wrote a comment on “clone-with-op is not documented”: github.com/perl6/doc/issues/1798#i...-369987539 17:14
thowe is that a slice of pizza? 17:15
ilmari yes
jnthn ctilmes: I guess a hack might (or might not) be to just write a native call sub that doesn't exist into the other library, call it with `try`. The innevitable exception will be swallowed, but the library might be sufficiently loaded as a side-effect. Maybe. :)
stmuk_ thowe: []pizza ;)
ctilmes jnthn: hey, good idea..
thowe stmuk_, I'm not sure what to make of "[]pizza". 17:16
El_Che thowe: you'll learn go in a few days, time enough to learn perl 6 after that :) 17:17
ctilmes jnthn: works! 17:17
stmuk_ thowe: you will understand that joke when you get to the go chapter about slices
El_Che++
jnthn ctilmes: Such hack! /o\ :) 17:18
thowe No. The authors of this Go book think I am a computer scientist, and if I'm not I should just go screw myself.
jnthn But cool :)
raschipi squashable6: pizza thowe 17:19
squashable6 raschipi, I cannot recognize this command. See wiki for some examples: github.com/perl6/whateverable/wiki/Squashable
squashable6 🍕 JJ++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369989431 17:21
🍕🍕🍕 First contribution by JJ++! ♥
ctilmes jnthn: is there a `nqp::loadlibrary('xxx')' or some such?
thowe As a pedagogical example for showing some basic concept about ints and floats, they generate a SVG surface plot. So I get caught up in the details of relearning highschool geometry and SVG XML markup. 17:24
They try to say the details aren't that important, but then the exercises kind of require you to get in to those details to do anything. I don't know if I'm stupid or the authors just love the smell of their own farts too much. 17:26
El_Che thowe: which one is it?
thowe "The Go Programming Language" 17:27
I feel I'm getting exposed to a lot of things and learning nothing interesting about the language.
El_Che I recall vaguely that "Go in Action" was better 17:28
but I did the go reading on safari
so no memory of physical artefacts
thowe like, basic first chapters. I showed the guys at work to see if they could read some of these examples any better than I could and they are at least as dumb as I am. 17:29
El_Che I remeber browsing "Network programming in go" as well 17:29
thowe I mean, I can get through it, but its a chore.
El_Che however, I am the type of reader that never does exercises 17:30
squashable6 🍕 jnthn++ wrote a comment on “clone-with-op is not documented”: github.com/perl6/doc/issues/1798#i...-369992374 17:31
thowe I'm an occasional programmer/hobbiest... I need to at least do a couple of them. I just play with this stuff for fun.
El_Che thowe: I always invent a small project
thowe It has been proven nobody will pay me to just write code.
El_Che for learning go I wrote a small check script that read the netscaler load blaancer api and waned when a percentage of backends were down 17:32
thowe I usually have one in mind before buying the book. There's always small scripting needs at work.
El_Che and a deployment tool (git, encryption, docker deployment) used until our Linux admins deployed an orchestration tool (they did, so obsoleting the tool) 17:33
thowe I was going to write a script that generated some config data for snmp requests. I ended up just writing it in Perl. 17:34
El_Che for perl6 I wrote a small program for our CA migration (we have about 3000 domains). It connected to the host, verified if the cert was renewed with the new CA, if not send warnings to the owners in -30, -15, -7, -1 and +1 days
it's still in production until somewhere in april this year
thowe IThe Influxdb version in Go isn't very flexible
El_Che then all the cert should be EOL'ed :) 17:35
yeah, been there. For a project with advanced LDAP funcionalaties I tried in order Perl 6, Go and Perl 5 17:36
jnthn ctilmes: Pretty sure not
thowe I want to rewrite our invoice calculator and LD rating engine for work in Perl6
El_Che on perl5 had a mature lib
jnthn ctilmes: Think it passes down the library and symbol together
ctilmes: Feel free to file a feature request for a better way to do this than your current hack 17:37
ctilmes jnthn: Maybe make it possible to pass in a Nil symbol?
jnthn There is no Nil at that level :)
But I guess can null string it or something 17:38
squashable6 🍕 AlexDaniel++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369994450
🍕🍕🍕 First contribution by AlexDaniel++! ♥
thowe It is pretty low tech today... Practically just some really basic Ruby wrapping SQL. A decent DateTime lib and persistent DB connections will revolutionize it. Also, Perl6's Integer math will make it more readable since I won't need to use a bigfloat lib.
ctilmes or some sort of undefined or empty string or whatever
El_Che thowe: in general it's more fun to write code in Perl6, Perl 5 has the libs (on the devops ecosystem Go has more libs) and Go is way easier to deploy
jnthn Could be one way to do it, though whatever we do, we'll want some decent Perl 6 level interface
raschipi Go is easier to deploy but much harder to give security support. 17:41
El_Che raschipi: it's ok if part of a CI system
(aka go programs are part of my docker image) 17:42
(same goes for perl programs)
raschipi It's not in my experience, keeping track of where everything is on programming. 17:43
El_Che raschipi: what go is lacking, and this affect security, is decent lib versioning
raschipi Oh, but introducing it means it will not be as easy to deploy... 17:44
El_Che not really
it's a compile time thing, not runtime
raschipi They will introduce it because they want to support reproducible builds.
El_Che the work is for the programmer
raschipi: exactly
raschipi: and because the system is very poor atm
squashable6 🍕 JJ++ wrote a comment on “File Extension Conventions”: github.com/perl6/doc/issues/1807#i...-369996450 17:45
raschipi To give it proper security support it's necessary to rebuild everything with security patches, so not a job for the ISV.
Not easy, besides deployment environment, supporting go requires a build environment. 17:46
raschipi I would agree go usual procedures would be acceptable (without gcc-go) if it was a pure go shop. But I have to support C, C++, Perl, Pascal, Javascript (both node and in the clients), etc. Go requires a very different procedure, requiring full rebuilds when depedencies release patches instead of just deploying patched binaries like the others. 17:52
So I try to use go with gcc-go and shared libraries, which makes it similar to the others, but not always possible. 17:53
And proper support for versions won't mean much if the community doesn't pick up supporting stable versions, which they won't. They will keep requiring and supporting only HEAD, breaking ABI every other version, requiring rewriting applications constantly. 17:56
Geth doc: d468b66bd0 | (Aleks-Daniel Jakimenko-Aleksejev)++ | 15 files
.pm → .pm6

Let's see if anything breaks when we do this.
Similarly to github.com/rakudo/rakudo/commit/98...a34791c418
See #778 for more info.
18:20
kjk is it possible to default the scope of a variable to 'my' if it's used but not declared explicitly? 18:22
squashable6 🍕 zoffixznet++ closed issue “clone-with-op is not documented”: github.com/perl6/doc/issues/1798 18:23
TimToady there's 'no strict', but it uses 'our', not 'my' 18:25
we made 'my' short for a reason :)
Geth doc: 990adfde1e | (Zoffix Znet)++ | doc/Type/Range.pod6
Revert "Document Range.clone-with-op."

Closes github.com/perl6/doc/issues/1798 D#1798
It was never part of the Perl 6 language and its Rakudo implementation has been now removed[^1]
  [1] github.com/rakudo/rakudo/commit/44...b31484aaa5
18:26
synopsebot Link: doc.perl6.org/type/Range
synopsebot D#1798 [closed]: github.com/perl6/doc/issues/1798 [NOTSPECCED][docs] clone-with-op is not documented
kjk yeah, kind of tired of writing 'my' all the time.... would be great if it's the default :) 18:26
It should be possible in theory, right? Like the compiler should be able to see that a variable used is not declared, and then assume it to be 'my'. 18:28
TimToady sure, other languages do that, with rather mixed results, which is why we don't
travis-ci Doc build errored. Aleks-Daniel Jakimenko-Aleksejev '.pm → .pm6 18:29
travis-ci.org/perl6/doc/builds/348353896 github.com/perl6/doc/compare/51585...68b66bd01e
kjk yeah, like a typo turned into a 'my' variable.
TimToady subtle mis-scoping is the more insidious issue 18:31
squashable6 🍕 AlexDaniel++ opened issue “Mention somewhere that T…”: github.com/perl6/doc/issues/1808 18:32
🍕 AlexDaniel++ labeled issue “Mention somewhere that T…”: github.com/perl6/doc/issues/1808
kjk I see. thanks, will keep writing 'my' to avoid shooting myself in the foot.
TimToady or worse, not-so-subtle warpage of the design of lexical scoping to be function-only
then all your "lexical" variable escape your inner scopes... 18:34
kjk would be enlighting to see all the design decisions, mainly the whys, that go into perl6.
TimToady that's easy, just reread all the mailing lists, apocaplypses, exegeses, synopses, and irc logs since 2000 :-) 18:35
AlexDaniel kjk: there's a plan to have faq-why page in the docs: github.com/perl6/doc/issues/114 18:35
squashable6 🍕 JJ++ wrote a comment on “Mention somewhere that T…”: github.com/perl6/doc/issues/1808#i...-370012468 18:36
raschipi m: no strict; $j = 3; say $j; 18:37
camelia 3
travis-ci Doc build errored. Zoffix Znet 'Revert "Document Range.clone-with-op." 18:37
travis-ci.org/perl6/doc/builds/348356336 github.com/perl6/doc/compare/d468b...0adfde1ec4
AlexDaniel timotimo: ping? 18:39
AlexDaniel timotimo: travis-ci.org/perl6/doc/builds/348356336#L1498 18:39
squashable6 🍕 briandfoy++ opened issue “... is not indexed”: github.com/perl6/doc/issues/1809 18:40
squashable6 🍕🍕🍕 First contribution by briandfoy++! ♥ 18:40
🍕 zoffixznet++ wrote a comment on “... is not indexed”: github.com/perl6/doc/issues/1809#i...-370014175 18:41
🍕 coke++ labeled issue “... is not indexed”: github.com/perl6/doc/issues/1809 18:42
rindolf Hi all! timotimo : hi, any news? 18:57
MasterDuke rindolf: a little something here irclog.perlgeek.de/perl6-dev/2018-...i_15865440 19:00
rindolf MasterDuke: thanks 19:01
squashable6 🍕 zoffixznet++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370021307 19:07
squashable6 🍕 AlexDaniel++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370022092 19:10
🍕 AlexDaniel++ labeled issue “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794
Geth doc: a0451bd3ce | (Zoffix Znet)++ | doc/Language/modules.pod6
Use prettier ASCII art for file trees

Closes github.com/perl6/doc/issues/1793
Steal the characters from the stuff `tree` command prints. Also use `:lang<text>` instead of `:skip-test`.
19:19
synopsebot Link: doc.perl6.org/language/modules
squashable6 🍕 zoffixznet++ closed issue “ascii-art formatting gli…”: github.com/perl6/doc/issues/1793
todd Hi All, Is there a way to directly call a "C" function? I want specifically (not a work around) make a call to "getaddrinfo" and I don't know how to write in C 19:19
moritz todd: it's possible. See docs.perl6.org/language/nativecall for the documentation 19:20
Geth ecosystem: kalkin++ created pull request #387:
Update Ddt to v0.4.3
todd Perfect! Thank you! 19:21
squashable6 🍕 JJ++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370026079 19:24
travis-ci Doc build errored. Zoffix Znet 'Use prettier ASCII art for file trees 19:27
travis-ci.org/perl6/doc/builds/348376519 github.com/perl6/doc/compare/990ad...451bd3cedd
squashable6 🍕 AlexDaniel++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370029588 19:36
ionest Hi guys. Is there a way to get a string (not a match object) when you match against a regex? 19:38
e.g., my $title = $html ~~ /'<title>' (.*?) '</title>'/ 19:39
rakudo: my $title = "<title>Title</title>" ~~ /'<title>' (.*?) '</title>'/
camelia ( no output )
ionest rakudo: my $title = "<title>Title</title>" ~~ /'<title>' (.*?) '</title>'/; say $title.^name;
camelia Match
ionest Using a prefix ~ in a separate line is too wordy 19:40
AlexDaniel m: my $title = ~"<title>Title</title>".match: /'<title>' (.*?) '</title>'/; say $title.^name 19:41
camelia Str
squashable6 🍕 zoffixznet++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370031260 19:42
🍕 zoffixznet++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370032254 19:46
🍕 JJ++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370032988 19:48
🍕 AlexDaniel++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370034076 19:52
🍕 AlexDaniel++ assigned issue “style question about non-ascii variables/examples” to JJ: github.com/perl6/doc/issues/1794 19:53
Geth doc: 718294c54f | (JJ Merelo)++ | doc/Type/Signature.pod6
Goes back to ASCII

Closes #1794
19:58
synopsebot Link: doc.perl6.org/type/Signature
squashable6 🍕 JJ++ closed issue “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794
squashable6 🍕 zoffixznet++ wrote a comment on “style question about non-ascii variables/examples”: github.com/perl6/doc/issues/1794#i...-370036939 20:02
El_Che dmesg 20:05
travis-ci Doc build errored. JJ Merelo 'Goes back to ASCII 20:07
travis-ci.org/perl6/doc/builds/348391802 github.com/perl6/doc/compare/a0451...8294c54fa1
Geth doc: 2edc062001 | (Aleks-Daniel Jakimenko-Aleksejev)++ | STYLEGUIDE.md
Mention fancy unicode variables in STYLEGUIDE

Hopefully welds issue #1794 shut.
20:09
travis-ci Doc build errored. Aleks-Daniel Jakimenko-Aleksejev 'Mention fancy unicode variables in STYLEGUIDE 20:19
travis-ci.org/perl6/doc/builds/348396073 github.com/perl6/doc/compare/71829...dc06200129
AlexDaniel squashable6: status 20:27
squashable6 AlexDaniel, 🍕🍕 SQUASHathon is in progress! The end of the event in 1 day and ≈15 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
AlexDaniel, Log and stats: gist.github.com/8e58e90532ceacefea...235b1d86af