Skip Menu |

This queue is for tickets about the Code-ART CPAN distribution.

Report information
The Basics
Id: 132879
Status: resolved
Priority: 0/
Queue: Code-ART

People
Owner: Nobody in particular
Requestors: juerd [...] tnx.nl
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
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.
Subject: Re: [rt.cpan.org #132879] Simple dereference not understood
Date: Wed, 22 Jul 2020 20:03:26 +0000
To: bug-Code-ART [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Hi Lee, Release 0.000004 (on 26 June) should have fixed the issue. Did it not do so? Damian