Thu Jun 25 20:24:40 2020juerd [...] tnx.nl - Ticket created
Subject:
Simple dereference not understood
Date:
Fri, 26 Jun 2020 02:24:31 +0200
To:
bug-code-art [...] rt.cpan.org
From:
Juerd Waalboer <juerd [...] tnx.nl>
Using the vim plugin, simple derefenences like $$foo, @$foo, and %$foo,
do not seem to be recognised as usages of $foo.
Written differently, e.g. @{$foo} or $foo->@*, it does recognise it as a
use of $foo.
Thu Jun 25 21:03:53 2020DCONWAY [...] cpan.org - Status changed from 'new' to 'resolved'
Thu Jun 25 21:04:14 2020damian [...] conway.org - Correspondence added
Subject:
Re: [rt.cpan.org #132879] Simple dereference not understood
Date:
Fri, 26 Jun 2020 01:04:10 +0000
To:
bug-Code-ART [...] rt.cpan.org
From:
Damian Conway <damian [...] conway.org>
Thanks, Juerd.
Fixed in the next release (real soon now).
Damian
Le Jeu 25 Juin 2020 21:04:14, damian@conway.org a écrit :
Show quoted text
> Thanks, Juerd.
>
> Fixed in the next release (real soon now).
>
> Damian
Hi Damian,
Any news on this release :)
Just started using this plugin in vim to refactor some very old/clunky code and it's very helpful, but alas the code is using the $$hashref syntax quite a lot.
Cheers!
Lee.