Re: openmcl patch
Christophe Rhodes <[email protected]> Sun, 28 Aug 2005 17:15:25 +0100
| Newsgroups | gmane.lisp.clx.devel |
|---|---|
| Message-ID | <[email protected]> |
bryan o'connor <[email protected]> writes: > i've reworked my openmcl patches. all the openmcl "dependent" > code is now in dep-openmcl.lisp. aset-float{32,64} are still > in gl.lisp. do you think they (and the sbcl equivalents) should > move to the dep* files? > > dependent.lisp is quite the tangled web of reader conditionals. > i think it makes sense to do something similar for "active" > implementations and leave legacy (and default) support in > dependent.lisp. I think this would be sensible. (I think there are a number of sensible, low-glamour maintenance pieces of work that could be done, such as making sense of the package structure and agreeing a policy for future extensions; perhaps moving extensions into a subdirectory; updating the manual to reflect the new additions to the code; working out enough convenient hooks to be able to debug threaded interaction on natively-preemptively-threaded Lisp implementations...) > i put my clx darcs repo up here: > http://monday-monkey.com/repos/clx/ OK, I still don't understand how distributed development is meant to work, but I have "unpull"ed my own merge of your patch, and pulled from this repository. (I will attempt to keep my tree at <http://common-lisp.net/~crhodes/clx> as a "releaseable" tree, whatever that means. Cheers, Christophe _______________________________________________ Portable-clx mailing list [email protected] http://lists.metacircles.com/cgi-bin/mailman/listinfo/portable-clx cvs -d :ext:cvs.telent.net:/usr/local/src/cvs co clx # over ssh cvs -d :pserver:[email protected]:/cvs co clx # anonymous