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
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
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
armedbear-devel@common-lisp.net