[armedbear-ticket] [armedbear] #68: Extend Load.java to allow loading FASLs from arbitrary streams
armedbear
armedbear-devel at common-lisp.net
Fri Jan 1 18:12:56 UTC 2010
#68: Extend Load.java to allow loading FASLs from arbitrary streams
--------------------------+-------------------------------------------------
Reporter: ehuelsmann | Owner: nobody
Type: enhancement | Status: closed
Priority: major | Milestone: 0.19
Component: libraries | Version:
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by ehuelsmann):
* status: new => closed
* resolution: => fixed
* milestone: 0.18 => 0.19
Comment:
There's more to this than meets the eye: we currently depend on random
access to the streams of FASLs to load the .cls files in the order
specified by the textual loader file (._ file).
In addition, we depend on opening the same ZIP file twice because we load
the '._' file at the same time as the .cls files. This is also not
possible when loading off a stream.
The current preloading API should help resolve this issue.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/68#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list