Hi,
On Sat, 4 Nov 2017 14:02:35 -0700
ToddAndMargo wrote:
> On 11/04/2017 02:19 AM, Shlomi Fish wrote:
> > Hi,
> >
> > On Fri, 3 Nov 2017 14:38:05 -0700
> > ToddAndMargo wrote:
> >
> >> On 11/03/2017 02:34 AM, Shlomi Fish wrote:
> >>>because i believe that
> >>> otherwise viewing such
This ticket is really old, but the issue is still there. I'm closing this in
favor of https://github.com/rakudo/rakudo/issues/1234 (which is a new ticket
for the same issue but with a little bit more info).
On 2014-07-19 07:52:17, pesc...@gmail.com wrote:
> On Tue Oct 04 06:16:13 2011, coke wrote:
Hey Tobias, it looks like you've been working on this ticket for over two
years. How is it going?
On 2015-04-09 12:09:55, FROGGS.de wrote:
> How about:
>
> (before)
> $ perl6-m -e 'class A { has $!x; method foo { say $!x } }; A.foo'
> Cannot look up attributes in a type object
> in method foo at -e
FWIW the error message seems to be coming from MoarVM:
https://github.com/MoarVM/MoarVM/blob/ad86184681590c81fc25b9e90b406e5163098796/src/6model/reprconv.c#L607
(many similar lines like this in that file)
On 2017-11-05 07:46:17, alex.jakime...@gmail.com wrote:
> Hey Tobias, it looks like you've be
Hi there! Thanks for the report. Indeed, :: is still not implemented (but
should be). There's another ticket for that: #72234. I'll close this in favor
of that other ticket.
On 2010-11-18 20:19:08, mason.kra...@gmail.com wrote:
> Sorry if this is not in an ideal perlbug(1) bug report, but I couldn
On Sat, 21 Oct 2017 08:28:19 -0700, c...@zoffix.com wrote:
> On Mon, 23 Nov 2015 19:40:36 -0800, raiph wrote:
> > What I did
> > ==
> >
> > $/ := "Uhoh";
> > put "Foo".subst: /Foo/, -> $/ {$/};
> > put "Foo".subst: /Foo/, -> $/ {$/} for 1;
> > put "Foo".subst: /Foo/, {$/};
> > put "F
On Sat, 21 Oct 2017 08:28:19 -0700, c...@zoffix.com wrote:
> On Mon, 23 Nov 2015 19:40:36 -0800, raiph wrote:
> > What I did
> > ==
> >
> > $/ := "Uhoh";
> > put "Foo".subst: /Foo/, -> $/ {$/};
> > put "Foo".subst: /Foo/, -> $/ {$/} for 1;
> > put "Foo".subst: /Foo/, {$/};
> > put "F
On 11/05/2017 02:44 AM, Shlomi Fish wrote:
Hi,
On Sat, 4 Nov 2017 14:02:35 -0700
ToddAndMargo wrote:
On 11/04/2017 02:19 AM, Shlomi Fish wrote:
Hi,
On Fri, 3 Nov 2017 14:38:05 -0700
ToddAndMargo wrote:
On 11/03/2017 02:34 AM, Shlomi Fish wrote:
because i believe that
otherwise vi