#183: build.xml needlessly compiling Lisp sources -------------------------------------------+-------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: minor | Milestone: unscheduled Component: build | Version: 1.0 Keywords: build.xml, system compilation | -------------------------------------------+-------------------------------- The correspondence between the source and the targets of the Lisp compilation is out of sync again so that the (timewise) expensive loading of the interpreted version of ABCL to compile its system source is always done (this is good for testing perhaps, but the average developer should have the fastest possible compile).
#183: build.xml needlessly compiling Lisp sources -------------------------------------------------------+-------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: minor | Milestone: unscheduled Component: build | Version: 1.0 Keywords: bite-sized, build.xml, system compilation | -------------------------------------------------------+-------------------- Changes (by mevenson):
* keywords: build.xml, system compilation => bite-sized, build.xml, system compilation
#183: build.xml needlessly compiling Lisp sources -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: minor | Milestone: unscheduled Component: build | Version: 1.0 Resolution: fixed | Keywords: bite-sized, build.xml, system compilation -----------------------+---------------------------------------------------- Changes (by mevenson):
* status: new => closed * resolution: => fixed
Comment:
(In [13703]) Fix #183: move threads-jss.lisp out of system source.
'threads-jss.lisp' provides a rudimentary implementation of a server framework using the java.util.concurrent abstractions. Ripped out of another project, the code uses the JSS syntax for brevity making it more or less impossible to actually compile as system source as it depends on the JSS contrib. We move it to the tools directory until we can rewrite the use of primitives to use the lower-level Java FFI.
armedbear-ticket@common-lisp.net