> It may be possible to keep most of your code changes without breaking > the public API. I must admit I haven't lloked at the patch in full detail, yet. It's not a complicated problem : the pax header contains a non-number string(something like 1234?.5678) and we're failing when we are trying to read it as a double. I'll find out a proper way to throw the detailed exception without breaking the compatibility.
On Wed, May 27, 2020 at 9:15 PM Stefan Bodewig <[email protected]> wrote: > On 2020-05-27, Peter Lee wrote: > > > Oops, sorry about that. > > No big deal. Better we detect that now than at the point when we want to > cut the release. > > > Will undo all the commits. > > It may be possible to keep most of your code changes without breaking > the public API. I must admit I haven't lloked at the patch in full > detail, yet. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
