On Thu Jun 05 18:11:48 2008, pmichaud wrote:
> On Thu, Jun 05, 2008 at 05:58:27PM -0700, Will Coleda wrote:
> > The Version PMC is a skeleton that doesn't do anything, and isn't
> > really used anywhere else in the repository.
> >
> > Attached patch removes
On Thu, Jun 05, 2008 at 05:58:27PM -0700, Will Coleda wrote:
> The Version PMC is a skeleton that doesn't do anything, and isn't
> really used anywhere else in the repository.
>
> Attached patch removes it. I think we can safely do this in advance of
> the June '08 release. Comments?
+1
Pm
ow [1] is the test code, to implement a diagnostic about a maybe
problematic GMP version. I'd like to code it like this:
.local pmc cl, v, need
cl = getclass 'BigInt'
v = cl.'version'()# return a .Version PMC
need = new .Version, '4.1.4'
if v &l