[armedbear-devel] Fixing regressions in preparation for the next release
![](https://secure.gravatar.com/avatar/752348b72a0f4331f256a1caf28eed29.jpg?s=120&d=mm&r=g)
Hello everyone, the time for a new release is approaching, and we've found a few regressions that should be fixed before the release happens. With r12804 and r12805 I fixed a few bugs introduced by me lately and one introduced by Erik. Two more tests still fail with respect to 0.20: PATHNAMES-PRINT-AND-READ-PROPERLY and PRINT.PATHNAME.1. I think they are related with Mark's latest changes in how pathnames are printed; for example, #P(:type "txt") is now incorrectly printed as #P(":TYPE "txt")", which then can't be read back. Mark, can you check? If anyone has other outstanding bug reports or feature requests for the new release, I'd say this is the right time for telling :) Cheers, Alessio
![](https://secure.gravatar.com/avatar/b053ca7abf2716d9df3ce01278d60947.jpg?s=120&d=mm&r=g)
On 7/13/10 10:57 PM, Alessio Stalla wrote: […]
Two more tests still fail with respect to 0.20: PATHNAMES-PRINT-AND-READ-PROPERLY and PRINT.PATHNAME.1. I think they are related with Mark's latest changes in how pathnames are printed; for example, #P(:type "txt") is now incorrectly printed as #P(":TYPE "txt")", which then can't be read back. Mark, can you check?
#P de-serialization for a PATHNAME without a namestring was definitely broken by me. I am working on fixing it "soonest". Mark -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
![](https://secure.gravatar.com/avatar/b053ca7abf2716d9df3ce01278d60947.jpg?s=120&d=mm&r=g)
On 7/16/10 7:28 AM, Mark Evenson wrote:
On 7/13/10 10:57 PM, Alessio Stalla wrote: […]
Two more tests still fail with respect to 0.20: PATHNAMES-PRINT-AND-READ-PROPERLY and PRINT.PATHNAME.1. I think they are related with Mark's latest changes in how pathnames are printed; for example, #P(:type "txt") is now incorrectly printed as #P(":TYPE "txt")", which then can't be read back. Mark, can you check?
#P de-serialization for a PATHNAME without a namestring was definitely broken by me. I am working on fixing it "soonest".
With [svn r12810][1] these regressions should now be fixed. [1]: http://trac.common-lisp.net/armedbear/changeset/12810 -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
participants (2)
-
Alessio Stalla
-
Mark Evenson