William Coleda <[EMAIL PROTECTED]> wrote:
> Attached, find the first trivial chunk, which removes as much Perl*
> from IMCC internals and tests as possible without writing actually
> writing any new PMC code.
Applied the trivial part, i.e. all but the change to PMCArray.
> PerlArray is going to
William Coleda <[EMAIL PROTECTED]> wrote:
> PerlArray is going to be the hardest to pull out, as there is no other
> Array-style pmc that does everything it does. (or, at least, I can't
> find one. =-)
The replacement ought to be ResizablePMCArray. Missing methods like
C need implementators.
The
On Thu, Apr 07, 2005 at 11:35:46PM -0400, William Coleda wrote:
> There are two open tickets about removing the core's dependance on Perl*
> PMCs, and instead, making them dynamically loadable and using the language
> agnostic PMCs for internal use.
>
> Talking about this with Leo on IRC, he exp
There are two open tickets about removing the core's dependance on Perl* PMCs,
and instead, making them dynamically loadable and using the language agnostic
PMCs for internal use.
Talking about this with Leo on IRC, he expressed an interest in getting these
changes in chunks to make them a littl