#26: Multi-thread safety
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: |
-------------------------+--------------------------------------------------
Alex Mizhari writes:
multithread safety -- while perhaps not
thoroughly checked, most stuff behaves
fine with multiple threads, at least
i don't remember having problems with it.
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/26>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#37: The Lisp based build system should be aligned with build.xml
------------------------+---------------------------------------------------
Reporter: mevenson | Owner: mevenson
Type: defect | Status: new
Priority: major | Milestone: 0.13
Component: component1 | Version: 1.0
Keywords: |
------------------------+---------------------------------------------------
The Lisp based build system need some serious love to align with
'build.xml'.
This should be available for abcl-0.13.0
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/37>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#25: Variable scoping issues
------------------------+---------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: |
------------------------+---------------------------------------------------
Alex Mizhari writes:
compiler and lexical/special variables --
last time i've checked even relatively
simple stuff like:
(loop for i from 1 to 10
collecting (let ((i i))
(lambda () i)))
did not work well. and that's quite idiomatic
thing..
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/25>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#28: Adjustable array not adjustable
------------------------+---------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: |
------------------------+---------------------------------------------------
Alex Mizrahi writes:
if multidimensional array is created as non-adjustable, it can be adjusted
(new array is created).
if multidimensional array is created as adjustable, it cannot be adjusted:
adjust-array signals "ADJUST-ARRAY: unsupported case." error.
for one dimensional array (vector) all is well.
while i understand that this is probably just feature missing, this
appears
to be weird: if you want array to become adjustable, it becomes not.
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/28>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#27: Support for reading files in other than ISO-8859-1 encodings (UTF-8)
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: |
-------------------------+--------------------------------------------------
Both Alex Mizrahi and Hideo Yokohama write:
It would be nice if ABCL would support any other encodings than ISO-8859-1
(latin1); especially since Java *does* support it.
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/27>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#36: Adding missing overrides - Everywhere missing
------------------------+---------------------------------------------------
Reporter: dmiles | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: |
------------------------+---------------------------------------------------
this add-missing-overrides.patch is 426kb so I had to .zip it to add to
trac.
It is based on SVN 11486
you can unzip and apply it with:
Updated to revision 11486.
[root@titan abcl]# jar vxf add-missing-overrides.zip
inflated: add-missing-overrides.patch
[root@titan abcl]# patch -p0 < add-missing-overrides.patch
patching file.........
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/36>
armedbear <http://common-lisp.net/project/armedbear>
armedbear