develooper Front page | perl.perl5.porters | Postings from August 2017

cv_get_call_checker_flags()

Thread Next
From:
Zefram
Date:
August 8, 2017 22:16
Subject:
cv_get_call_checker_flags()
Message ID:
20170808221639.GL9383@fysh.org
The patch that added cv_set_call_checker_flags() back in 5.21.4 was
conspicuously missing a corresponding cv_get_call_checker_flags().
I've just added it in commit 71c697dea4f5a96ca9a9867eef07455c74f502f5.
Please raise any doubts about the API now.  I need this part of the API
to be sorted out, with an expectation that it be stable, for the purposes
of the next iteration of some of my CPAN modules.  It directly affects
my modules that are concerned with making call checkers available on
older perls (Devel::CallChecker) and to pure Perl code (B::CallCheker),
and the parallel API for parsing (Devel::CallParser), the latter of which
underlies some other modules requiring updates such as Memoize::Lift.

-zefram

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