On Sun, 08 Oct 2017 17:35:21 -0700, samant...@posteo.net wrote:
> This is happening because it appears to split it up at the matching
> delimiter and then concat it back together again, concatting it back
> together after the word split.
Might be the same bug as RT#119401
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132251]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132251 >
This works:
Code:
class Foo { method bar() { say 42 } }; Foo.new."ba
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132250]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132250 >
Code:
require ‘’
Result:
Must specify something as a path: did you m
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132249]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132249 >
Code:
use lib ‘’
Result:
===SORRY!===
Too few positionals passed to
On my 32 bit Linux VM:
dogbert@dogbert-VirtualBox ~ $ perl6 -v
This is Rakudo version 2017.09-348-g830084430 built on MoarVM version
2017.09.1-575-gd4e230a69
implementing Perl 6.c.
dogbert@dogbert-VirtualBox ~ $ time perl6 -e 'my str $a = "a" x 2**30; say
$a.chars'
1073741824
real0m0.173s
u
This seems to have been fixed as far as I can tell. Unfortunately the bisectbot
was unable to show which commit might have solved the issue.
Tried it several times on my 32 bit Linux VM with 'Rakudo version
2017.09-348-g830084430 built on MoarVM version 2017.09.1-575-gd4e230a69'
without any prob
Message still looks fine with
'This is Rakudo version 2017.09-348-g830084430 built on MoarVM version
2017.09.1-575-gd4e230a69'
perhaps this ticket should be closed.
Seems to work fine, on my 32 bit VM, with 'This is Rakudo version
2017.09-348-g830084430 built on MoarVM version 2017.09.1-575-gd4e230a69'
Fixed with 12fcece494e12b , tests needed
> On 8 Oct 2017, at 13:18, Peter du Marchie van Voorthuysen (via RT)
> wrote:
>
> # New Ticket Created by Peter du Marchie van Voorthuysen
> # Please include the string: [perl #132246]
> # in the subject line of all future correspondence about this is
Fixed with 12fcece494e12b , tests needed
> On 8 Oct 2017, at 13:18, Peter du Marchie van Voorthuysen (via RT)
> wrote:
>
> # New Ticket Created by Peter du Marchie van Voorthuysen
> # Please include the string: [perl #132246]
> # in the subject line of all future correspondence about this is
# New Ticket Created by Peter du Marchie van Voorthuysen
# Please include the string: [perl #132246]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132246 >
This is Rakudo version 2017.07 built on MoarVM version 2017.07
implem
SORRY disappeared after
https://github.com/rakudo/rakudo/commit/25e9fd76e85fabda20e263b6f87e27b0673f26e2
On 2017-10-08 01:21:27, alex.jakime...@gmail.com wrote:
> Code:
> say ‘Hello’; say *...‘WAT’
>
> Result:
> Hello
> No such method 'succ' for invocant of type 'Whatever'. Did you mean 'sum'?
> i
Code:
say ‘Hello’; say *...‘WAT’
Result:
Hello
No such method 'succ' for invocant of type 'Whatever'. Did you mean 'sum'?
in block at -e line 1
Code:
say 0, * ... "what"
Result:
No such method 'pred' for invocant of type 'Whatever'. Did you mean any of
these?
grep
tree
in block at -e line 1
On a slightly more positive note, that PR indeed resolves this ticket. I think
the new error message is clear enough.
On 2017-10-08 00:52:36, alex.jakime...@gmail.com wrote:
> There is a PR but it's really bad:
> https://github.com/rakudo/rakudo/pull/1188
>
> On 2016-04-07 17:05:15, alex.jakime...
There is a PR but it's really bad: https://github.com/rakudo/rakudo/pull/1188
On 2016-04-07 17:05:15, alex.jakime...@gmail.com wrote:
> Code:
> loop (my $x = 0, $x < 10, $x++) {}
>
> Result:
> ===SORRY!=== Error while compiling -e
> Malformed loop spec
> at -e:1
> --> loop (my $x = 0, $x < 10,
15 matches
Mail list logo