buggable | ???????????? It's time for the monthly Accidental /win Lottery ???????????? We have 1 ballots submitted by 1 users! DRUM ROLL PLEASE!... | 00:00 | |
And the winning number is 23! Congratulations to jnthn! You win a can of WD40! | |||
Zoffix | Heh. jnthn wins all the prizes :) | 00:13 | |
yoleaux | 00:02Z <tony-o> Zoffix: - modules.zef.pm is repopulating now and should be up tomorrow | ||
BenGoldberg | I've got a silly moarvm question. If a String which is represented with a buffer of strands is written to a file, is writev used for that? I came across this: <www.evanmiller.org/elixir-ram-and-t...m.html> and it made me curious if we do the same. | 02:21 | |
[Coke] | ddffn | 02:49 | |
MasterDuke | BenGoldberg: `git grep writev` doesn't show anything | 02:57 | |
however, there are some hits in 3rdparty/libuv, so maybe it gets used via libuv, just not explicitly | 02:58 | ||
[Tux] | This is Rakudo version 2017.07-113-g7fdbb49cc built on MoarVM version 2017.07-266-ged84a632 | 06:24 | |
csv-ip5xs 2.540 | |||
test 12.522 | |||
test-t 4.186 - 4.188 | |||
csv-parser 13.300 | |||
Geth | rakudo/nom: 15b2596e38 | (Elizabeth Mattijsen)++ | src/core/Map.pm Make Map eqv Map about 10% faster - based on 2 identical 26 element hashes, so worst case - halve number of hash lookups through use of ifnull() |
07:45 | |
travis-ci | Rakudo build passed. Elizabeth Mattijsen 'Make Map eqv Map about 10% faster | 08:32 | |
travis-ci.org/rakudo/rakudo/builds/259667210 github.com/rakudo/rakudo/compare/7...b2596e382c | |||
Zoffix | "How many people plan to move to Perl 6?" www.reddit.com/r/perl/comments/6qs...to_perl_6/ | 10:12 | |
yoleaux | 07:42Z <moritz> Zoffix: I don't know how they managed that; a review when it's officially released would do nicely | ||
lizmat | m: my @a = "a".."z"; dd @a[(1,2,(3,4,(5,6)))] # TIL this actually works | 12:21 | |
camelia | ("b", "c", ("d", "e", ("f", "g")))? | ||
Zoffix | :) | 12:22 | |
lizmat | never realized the significance of .map( { SELF[$_] } | ||
in perl 5 this completely flattens, resulting in <b c d e f g> | 12:24 | ||
Zoffix | I'd say this is a bug: | 12:27 | |
m: my %a = 'a'..'z'; dd %a{<a c e>, (<g i k>, ('m', ('o')))}; | 12:28 | ||
camelia | ("b", "d", "f", "h", "j", "l", "n", "p")? | ||
Zoffix | like, I'd expect it to also be structured | ||
Filed as: rt.perl.org/Ticket/Display.html?id=131826 | 12:31 | ||
my %a = 'a'..'z'; dd %a{<a c e>, (<g i k>, ('m', ('o')))}:kv; | 12:33 | ||
m: my %a = 'a'..'z'; dd %a{<a c e>, (<g i k>, ('m', ('o')))}:kv; | |||
camelia | ()? | ||
Zoffix | m: my %a = 'a'..'z'; %a{<a c e>, (<g i k>, ('m', ('o')))}:delete; dd +%a.keys | ||
camelia | 13? | ||
Zoffix | So much for a nice tweet :) | 12:36 | |
Geth___ | star: markmont++ created pull request #95: Add --moar-option="--option=value" option to Configure.pl |
12:41 | |
Zoffix | wow. Just got bit by Rakudo-ism in Perl code. The error is "Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?)": gist.github.com/zoffixznet/f83662c...8db8d2f409 | 13:00 | |
And the cause is writing `@crumbs[-1]{last} = 1;` instead of `$crumbs[-1]{last} = 1;` :) Very confusingh. | |||
Geth___ | star: 5e7a2d4fb3 | (Mark Montague)++ | Configure.pl Add --moar-option="--option=value" option to Configure.pl Let people who build Rakudo Star specify MoarVM build options when running Configure.pl. This is useful, for example, to enable libffi and build a version of Star that does not require an excutable stack -- see www.nntp.perl.org/group/perl.perl6....16192.html |
13:21 | |
star: 8f84de088e | (Steve Mynott)++ (committed using GitHub Web editor) | Configure.pl Merge pull request #95 from markmont/moarvm-option Add --moar-option="--option=value" option to Configure.pl |
|||
Geth | rakudo/nom: 59ba9c025e | (Elizabeth Mattijsen)++ | src/core/array_slice.pm Add missing deconts, spotted by sena_kun++ |
15:44 | |
lizmat waves to samcv | 18:17 | ||
samcv | o/ | ||
Zoffix | An interesting chat pointing out that lack of some "official" tutorial creates the perception that the language is very complicated: www.reddit.com/r/perl/comments/6qv...6/dl0r510/ | 21:56 | |
.in 42d Do stuff with tutorials: www.reddit.com/r/perl/comments/6qv...6/dl0r510/ | |||
yoleaux | Zoffix: I'll remind you on 12 Sep 2017 21:56Z |