#40: Non-constant function-argument initforms
------------------------+---------------------------------------------------
Reporter: ehuelsmann | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone:
Component: compiler | Version:
Keywords: |
------------------------+---------------------------------------------------
The compiler doesn't support non-constant initforms for compiled
functions. One way to work around this would be to take advantage of the
existing processArgs() functionality in Closure.java. It's used by the
interpreter to evaluate non-constant initforms.
In order to re-use the functionality, the compiler would need to create an
Environment object and set it up with the variables used in the initforms
for the interpreter to access.
This can be done by removing the CompiledClosure wrapper around
ClosureTemplateFunction. The ClosureTemplateFunction should support being
.execute()-ed directly (instead of through the wrapper). The compiler
should then set a context record (array of LispObjects) currently carried
around in CompiledClosure directly in ClosureTemplateFunction. The
Environment object should be used to set the 'environment' field in
ClosureTemplateFunction.
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/40>
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