[armedbear-ticket] [armedbear] #183: build.xml needlessly compiling Lisp sources

armedbear armedbear-devel at common-lisp.net
Sun Dec 18 16:03:23 UTC 2011


#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.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/183#comment:2>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list