Re: [perl #125731] AutoReply: ^roles does not always list all of the roles

2015-07-31 Thread Alex Jakimenko
Also see a follow-up discussion: http://irclog.perlgeek.de/perl6/2015-07-31#i_10986122 On Fri, Jul 31, 2015 at 11:09 PM, perl6 via RT perl6-bugs-follo...@perl.org wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding:

Re: [perl #125500] AutoReply: double free or corruption, invalid pointer

2015-06-28 Thread Alex Jakimenko
Wrong link. Here is how the output looks like: https://gist.github.com/AlexDaniel/d8c7333f181b41cc64a6 On Sun, Jun 28, 2015 at 10:00 AM, perl6 via RT perl6-bugs-follo...@perl.org wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket

Re: [perl #125500] AutoReply: double free or corruption, invalid pointer

2015-06-28 Thread Alex Jakimenko
Whoops, accidentally pressed the send button. Here is the information: Errors that I get: *** Error in `/home/alex/git/rakudobrew/moar-nom/install/bin/moar': double free or corruption (!prev): 0x0eab14f8 *** or *** Error in `/home/alex/git/rakudobrew/moar-nom/install/bin/moar': free(): invalid

Re: [perl #125504] AutoReply: LTA error message with postcircumfix

2015-06-28 Thread Alex Jakimenko
Obviously, this is a wrong code snippet. I meant this: my Str $a = 'x'; say $ahello; On Sun, Jun 28, 2015 at 11:29 PM, perl6 via RT perl6-bugs-follo...@perl.org wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding:

Re: [perl #125285] AutoReply: Capturing separator (like /something % (.+?)/ ) spews out backtracking

2015-06-06 Thread Alex Jakimenko
I works this way though: perl6 -e say 'rule1 foo rule2 bar' ~~ /^ ( 'rule1' || 'rule2' )* %% $baz=[.+?] $/ 「rule1 foo rule2 bar」 0 = 「rule1」 baz = 「 foo 」 0 = 「rule2」 baz = 「 bar」 Change [] to () and it will break the same way. On Sat, May 30, 2015 at 3:05 AM, perl6 via RT

Re: [perl #125337] AutoReply: NaN in sequences – weirdness and the lack of laziness

2015-06-05 Thread Alex Jakimenko
Doing binding instead of assignment does *not* work as well (liz suggested to add that to the ticket): my @a := 1...NaN; my @a := 1...-Inf; my @a := NaN...1; my @a := Inf...0; my @a := -Inf...0; On Fri, Jun 5, 2015 at 8:29 PM, perl6 via RT perl6-bugs-follo...@perl.org wrote: Greetings, This

Re: [perl #125336] AutoReply: Weird infinite ranges: Inf..0, -Inf..0 and NaN..0

2015-06-05 Thread Alex Jakimenko
A little correction for 「.say for NaN..0」 -- it prints 1024 NaNs, not -Infs. Code: .say for NaN..0 Result: NaN NaN NaN NaN ... and so on exactly 1024 times, but then suddenly: -9223372036854775808 -9223372036854775808 -9223372036854775808 -9223372036854775808 ... and so on (infinitely) ... Also,

Re: [perl #125247] Unclosed multiline comments - bad error message

2015-05-31 Thread Alex Jakimenko
Yeah! It says this now: ===SORRY!=== Error while compiling ./test.pl Couldn't find terminator ) (corresponding ( was at line 7) at ./test.pl:10 -- BOL⏏EOL expecting any of: ) This can be closed. On Fri, May 29, 2015 at 5:19 PM, Rob Hoelz via RT perl6-bugs-follo...@perl.org

Re: [perl #125257] await without args does nothing but produces no error

2015-05-28 Thread Alex Jakimenko
On 27 May 2015, at 15:52, Alex Jakimenko (via RT) perl6-bugs-follo...@perl.org wrote: # New Ticket Created by Alex Jakimenko # Please include the string: [perl #125257] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id

Re: [perl #125257] AutoReply: await without args does nothing but produces no error

2015-05-28 Thread Alex Jakimenko
Also, this error is not compile-time as I have suggested. Is there any reason for that? On Wed, May 27, 2015 at 4:52 PM, perl6 via RT perl6-bugs-follo...@perl.org wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding:

AW: [perl #122741] Dead link

2014-09-16 Thread Alex
on the backend but planned to use 6 RSN) up at http://pl6anet.org/ Steve (itz on IRC) On 10 September 2014 05:21, Timo Paulssen t...@wakelift.de wrote: Hello Alex, I gave the page an almost complete overhaul to make it more newbie-friendly (because we do want to cater to newcomers, it's just

AW: [perl #122741] Dead link

2014-09-16 Thread Alex
Hi! Sorry, dumb question: what is 6 RSN? I tried to look it up here: http://en.wikipedia.org/wiki/RSN but found no suitable match. Best regards, Alex -Ursprüngliche Nachricht- Von: Steve Mynott via RT [mailto:perl6-bugs-follo...@perl.org] Gesendet: Donnerstag, 11. September 2014 07:44

Re: AW: [perl #122741] Dead link

2014-09-16 Thread Alex Lam S.L.
http://en.wiktionary.org/wiki/RSN May be Alex. On 16 Sep 2014 20:30, Alex cap...@gmx.de wrote: Hi! Sorry, dumb question: what is 6 RSN? I tried to look it up here: http://en.wikipedia.org/wiki/RSN but found no suitable match. Best regards, Alex -Ursprüngliche Nachricht

Re: [perl #122741] Dead link

2014-09-10 Thread Alex
Hello Timo, It looks really good. Thank you! Am 10.09.2014 um 06:21 schrieb Timo Paulssen via RT perl6-bugs-follo...@perl.org: Hello Alex, I gave the page an almost complete overhaul to make it more newbie-friendly (because we do want to cater to newcomers, it's just that sometimes

Re: [perl #77178] AutoReply: Rakudo crash with Null PMC access in get_repr()

2010-08-12 Thread Alex Varyanick
} }; A::B.new.hey' hello world Error happened only if :: present in Str. -- Varyanick I. Alex icq: 102 575 440 skype: cono.. q...@cono.org.ua

Re: [perl #75752] [PATCH] make realclean before svn update (parrot)

2010-07-28 Thread Alex Varyanick
On Wed, Jul 28, 2010 at 4:58 AM, Will Coleda via RT perl6-bugs-follo...@perl.org wrote: +1 on this patch (at least in spirit) from me, but I cannot apply it (probably because it was inlined in the ticket.) Can you add it as an attachment? Thanks! in attachment -- Varyanick I. Alex icq

Re: [perl #63922] Fresh rakudo fails to build on FreeBSD

2009-04-21 Thread Alex Kapranoff
Yes, I confirm success in building current Rakudo on FreeBSD. I've been able to successfully build and test (make test only) rakudo on FreeBSD 7.1 and OpenBSD 4.4 today. (spectest is a different story, but that's not part of this ticket.) I suppose this ticket can be closed?