The patch that never ends

ethan on 2004-02-16T10:37:02

For more than a week I am now trying to get a patch right that will fix the GLOB to LVALUE assignment bug that tormented Perl5 ever since. My initial attempt only addressed a problem relating to tied elements and I learnt from Dave Mitchell that the problem was more general.

So I sent a draft that addressed the issue at its roots. Dave approved and asked to include some tests as well which I then did.

However, Yitzchak spotted a small omission in my patch and suggested to rearrange the Perl types. This old saying that it takes 10% of the time to solve 90% of the task and 90% to fix the remaining 10% is obviously very true.