Erik Huelsmann ehuels@gmail.com writes:
I'm hoping to be able to publish binaries when releasing 0.17. However, I think we're not yet completely ready to do so. We're missing:
- Usage descriptions in terms of an INSTALL file, or something similar
- Build targets, like we have for the src archives, for
abcl-bin-<version>.zip and abcl-bin-<version>.tar.gz
- Anything else?
As for the archives, I'd like them to contain many of our top-level files (COPYING, README, etc) and instead of the subdirectories, I think it should contain abcl.jar
Comments?
Has there been any more work on the gray stream issue since last we talked about it? IIRC, the issue was that gray streams were not known to the type system to be true subtypes of STREAM, i.e. (typep <gray-output-stream> 'stream) returned NIL.
-T.