#3: Handling of special variables
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: defect | Status: closed
Priority: major | Milestone:
Component: other | Version:
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by ehuelsmann):
* status: new => closed
* resolution: => fixed
Comment:
So much improvement has been achieved in this area that no specific issues
are currently known. The over-all state is quite acceptable. Closing.
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/3#comment:2>
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