Re: [elephant-devel] Lispworks set-db-synch

2007-12-17 Thread Robert L. Read
In addition to the recently added patches from Henrik and Alex relating to postmodern, I have added the two patches provided by Sean to the main repository. (I personally don't have LISP works, but at least these patches did not seem to break anything.) Thanks very much to Sean, Henrik and Alex f

Re: [elephant-devel] Lispworks set-db-synch

2007-12-14 Thread Robert L. Read
Thank you for your patches. I will try to code review them next week, and will probably apply them then. On Fri, 2007-12-14 at 15:07 +, Sean Ross wrote: > Hi all, > here's a small patch to swap the load order of classindex-utils.lisp > and pset.lisp. > This is required as Lispworks attempts

[elephant-devel] Lispworks set-db-synch

2007-12-14 Thread Sean Ross
Hi all, here's a small patch to swap the load order of classindex-utils.lisp and pset.lisp. This is required as Lispworks attempts to call set-db-synch when loading the pset fasl which causes it to fall over. cheers, sean New patches: [Ensure set-db-synch is defined before pset is loaded [E