[perl #121377] Case folding of ß 00DF ß LATIN SMALL LETTER SHARP S

2015-10-09 Thread jn...@jnthn.net via RT
On Fri Mar 28 09:18:06 2014, moritz wrote: > On Wed Mar 05 06:28:49 2014, coke wrote: > > On Tue Mar 04 12:56:48 2014, moritz wrote: > > > p6: say 'ß'.uc, 'ß'.tc, 'ß'.tclc > > > rakudo-jvm f2471a: OUTPUT«ß␤» > > > ..rakudo-parrot f2471a, rakudo-moar f2471a: OUTPUT«ßßß␤» > > > ..niecza

[perl #125556] Rakudo doesn't do Unicode Special Casing (uc, tc, uclc, tclc for ffl ligature,Turkish i, etc.)

2015-10-09 Thread jn...@jnthn.net via RT
On Sun Jul 05 17:56:45 2015, raiph wrote: > What I did: > > > say 'ffl'.uc; # say the uppercased version of an ffl ligature > > What I got with camelia (rakudo-moar 01edd3): > > ffl > > "What I expected": > > FFL > > > > "What I expected" is based on >

[perl #126299] {BUG] moarvm compilation failure

2015-10-09 Thread jn...@jnthn.net via RT
On Thu Oct 08 06:00:22 2015, grond...@yahoo.fr wrote: > This was obtained with the very latest rakudo branch. > > [... I skip a bunch of successful compilation lines ...] > > compiling src/6model/reprs/HashAttrStore.o > compiling src/6model/reprs/MVMThread.o > compiling

[perl #126316] Dynamic class loading failed

2015-10-09 Thread Tokuhiro Matsuno
# New Ticket Created by "Tokuhiro Matsuno" # Please include the string: [perl #126316] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126316 > Here is a code set. ==> foo.t <== use v6; class C::T { } use C::B; C::B.a()

[perl #126315] IO::Socket::INET: a way to read 1 packet

2015-10-09 Thread Tokuhiro Matsuno
# New Ticket Created by "Tokuhiro Matsuno" # Please include the string: [perl #126315] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126315 > When I'm implementing a http client, I need to read 1 packet data without

Re: [perl #126315] IO::Socket::INET: a way to read 1 packet

2015-10-09 Thread Brandon Allbery
On Fri, Oct 9, 2015 at 7:51 PM, Tokuhiro Matsuno < perl6-bugs-follo...@perl.org> wrote: > I need to read 1 packet data without expecting size. In TCP there is no such thing as 1 packet; TCP is a stream, you *cannot* see the packet(s) underlying it unless you use a raw socket and implement the

[perl #126211] [PATCH] Use Terminal::ANSIColor instead of Term::ANSIColor

2015-10-09 Thread Christian Bartolomaeus via RT
Patch was applied with commit cd8ce4e639. I'm closing this ticket as 'resolved'.

[perl #126312] for @a is not creating containers for uninitialized elements

2015-10-09 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126312] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126312 > $ 6 'my Int @a; @a[5] = 42; $_ = 666 for @a' Cannot assign to an immutable value

[perl #117417] [BUG] Bogus colon in sub or method definition causes QAST::Op invoke() error

2015-10-09 Thread jn...@jnthn.net via RT
On Tue Sep 01 13:21:08 2015, barto...@gmx.de wrote: > Current failure mode (branch 'glr', perl6 version 2015.07.1-682- > g57b7ebc built on MoarVM version 2015.07-108-g7e9f29e): > > $ perl6-m -e 'sub foo ($bar :D) { 1; }' > ===SORRY!=== > Cannot invoke this object (REPR: P6opaque, cs = 0) > Now

Re: [perl #88674] \n should be 0x0d 0x0a on win32

2015-10-09 Thread WFB
hmm. \r\n is not a Perl5 compatibility issue. WIndows uses \r\n by default while \r is used on Linux and Mac. So, you have to convince Microsoft to change WIndows behavour not Perl :-) greetings wolf On 8 October 2015 at 17:49, Yasuhiro Matsumoto via RT < perl6-bugs-follo...@perl.org> wrote: >

[perl #117737] [WEIRD] [BUG] Internal error when doing infix:[/./] in Rakudo

2015-10-09 Thread Christian Bartolomaeus via RT
This fails now with a typed X::Syntax::Extension::TooComplex and a clear error message (see rakudo commit d0885e56e8): $ perl6 -e 'sub infix:[/./] { say $^a, $^b }; 5@4' ===SORRY!=== Error while compiling -e Colon pair value '/./' too complex to use in name at -e:1 --> sub infix:[/./]⏏ { say

[perl #119919] LTA Error Message for operator declaration with []

2015-10-09 Thread Christian Bartolomaeus via RT
On Sun Oct 04 05:49:52 2015, pesc...@gmail.com wrote: > On Sat Jan 03 08:51:32 2015, barto...@gmx.de wrote: > > On Mon Sep 23 12:09:04 2013, masak wrote: > > > lue (>): > > > > The infix:["..."] form of declaration should at least have a > > > > better > > > > error message. > > > > > > Not just