#151: LOAD fails for whitespace in JAR-PATHNAME
----------------------+-----------------------------------------------------
Reporter: mevenson | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: other | Version:
Keywords: |
----------------------+-----------------------------------------------------
Loading a FASL with a space in its name from a jar fails
{{{
;;; FAILS
(load "jar:file:/Users/evenson/work/abcl/bugs/xx.jar!/xx/foo bar.abcl")
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/151>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#153: Rewrite JNEW-RUNTIME-CLASS
----------------------+-----------------------------------------------------
Reporter: mevenson | Owner: nobody
Type: task | Status: new
Priority: minor | Milestone: unscheduled
Component: java | Version: 0.24
Keywords: |
----------------------+-----------------------------------------------------
JNEW-RUNTIME-CLASS should be rewritten (potentially as a contrib) that
uses the new class writer to remove the external dependency on the ASM
ObjectWeb BCEL jar.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/153>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#140: Weak hash table support
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: other | Version:
Keywords: |
-------------------------+--------------------------------------------------
In order to allow [http://www.cliki.net/trivial-garbage trivial-garbage]
to implement support for ABCL, we need to provide weak hash table support.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/140>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#69: Gray stream compatibility
---------------------------+------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: other | Version:
Keywords: compatibility |
---------------------------+------------------------------------------------
The last thing holding us back from being fully Gray stream compatible, is
that TYPEP should return T for any fundamental-stream derived instance
when tested against 'STREAM or (find-class 'STREAM).
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/69>
armedbear <http://common-lisp.net/project/armedbear>
armedbear