develooper Front page | perl.perl5.porters | Postings from February 2014

Re: [perl #118477] [PATCH] Add an API to attach a signature stringto a CV

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
February 25, 2014 08:54
Subject:
Re: [perl #118477] [PATCH] Add an API to attach a signature stringto a CV
Message ID:
20140225085439.GN22619@plum.flirble.org
On Fri, Jun 14, 2013 at 04:47:03AM -0700, Peter Martini wrote:

> In the branch https://github.com/PeterMartini/perl/tree/signatures/magic-api,
> I added:
> 
> * A new type of magic to store a sub signature
> * cv_set_signature_pv(CV * cv, SV * pv) as a static inline function
> instead of using the magic directly
> * cv_get_signature_pv(CV * cv) as a static inline function to return
> the signature
> * Two functions in XS::APITest and
> * B::CV::get_signature to give B modules access to it (a separate commit)
> * B::Deparse patched to use B::CV::get_signature (a separate commit)
> 
> The Deparse output will display the prototype as a 'prototype()'
> attribute if both a signature string and a prototype are attached; I
> don't have a patch ready for that yet, but will in the next few days.
> 
> Please review.

There was review of this specific patch.

However, is this patch and ticket now superceded, and can it be rejected?

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About