[comp.lang.perl] patch #19...

lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) (08/10/90)

Just thought I'd warn you guys--it looks like patch 19 is actually
going to be patch 19..27 or so.  Make sure you've got half a meg
free in your news spool directories...

I guess things have been collecting since March.

Also, while I do a certain amount of QA on a patch, there's been enough
fiddling that I expect there to be a followup patch or two.  For example,
there are some optimizations in there that make certain pathological patterns
run up to 100 times faster.  But optimizations always have a way of biting
you where you aren't expecting it.  There's also an internal change in that
numeric literals used be stored as both strings and doubles, and now they're
just stored as doubles.  This may have some unknown repercussions for people
with odd floating point hardware.  And there's a change in the grammar
to take advantage of the way yacc resolves reduce/reduce conflicts, and I
can't know in advance if this will give some versions of yacc or bison
heartburn.

So if you're faint of heart, you might sit out for a while and see how
things settle.

Larry

ronald@robobar.co.uk (Ronald S H Khoo) (08/10/90)

In article <9075@jpl-devvax.JPL.NASA.GOV> lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) writes:

> Just thought I'd warn you guys--it looks like patch 19 is actually
> going to be patch 19..27 or so.  Make sure you've got half a meg
> free in your news spool directories...

If it's going to be that big, why not just post a fresh kit ?

-- 
Eunet: Ronald.Khoo@robobar.Co.Uk  Phone: +44 81 991 1142  Fax: +44 81 998 8343
Paper: Robobar Ltd. 22 Wadsworth Road, Perivale, Middx., UB6 7JD ENGLAND.

lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) (08/11/90)

In article <1990Aug10.115333.15006@robobar.co.uk> ronald@robobar.co.uk (Ronald S H Khoo) writes:
: In article <9075@jpl-devvax.JPL.NASA.GOV> lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) writes:
: 
: > Just thought I'd warn you guys--it looks like patch 19 is actually
: > going to be patch 19..27 or so.  Make sure you've got half a meg
: > free in your news spool directories...
: 
: If it's going to be that big, why not just post a fresh kit ?

Because the fresh kits would be over three times as big.  And I don't want
to distribute fresh kits when the new version is likely to be a little
less stable than down the road a bit.

When the book comes out would be a good time to post fresh kits, presuming
things have stabilized (relatively speaking) at that point.

Larry