[perl #116288] Socket read does not "returns $bytes bytes".

2013-01-10 Thread Moritz Lenz via RT
On Sat Jan 05 01:10:17 2013, FROGGS.de wrote: > So if somebody doesnt know the chunk size, (s)he will be unable to use > read() at all. _If_ you know the chunk size you can say: > > last if $data < $chunk-size If one doesn't know how much data to expect, one simply uses .recv. Currently there's

[perl6/specs] 490919: [S06] typo fixes

2013-01-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 49091974067e752852b87b9b18cc7bbed4233af9 https://github.com/perl6/specs/commit/49091974067e752852b87b9b18cc7bbed4233af9 Author: Carl Masak Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M S06-rou

[perl6/specs] ffef86: Tidy up overly long lines

2013-01-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ffef865e3d2e6fd94749adbf62c5ee637c22654f https://github.com/perl6/specs/commit/ffef865e3d2e6fd94749adbf62c5ee637c22654f Author: Anthony Parsons Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M S0

[perl6/specs] b35224: Clarify uniq semantics; add squish alternative

2013-01-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b35224cc473babc10d2b900dcd09a84ad92d8e52 https://github.com/perl6/specs/commit/b35224cc473babc10d2b900dcd09a84ad92d8e52 Author: Larry Wall Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M S32-set

[perl6/specs] 0c7f42: typo: was "multi multi note (...)"

2013-01-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0c7f42d08ee246b1c1944dc48c21be913748bda9 https://github.com/perl6/specs/commit/0c7f42d08ee246b1c1944dc48c21be913748bda9 Author: Tobias Leich Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M S32-s

[perl #116348] [BUG] infix:<...> shouldn't autothread because of a junction in the RHS in Rakudo

2013-01-10 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116348] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116348 > <[Coke]> r: sub postfix: ($x) { my $a = $x %% 2 ?? 2 !! 3; [*] $a, $a+2 ... $x }