Matthew D. Swank | 15 Feb 2008 23:09
Picon

Cells is a mature, stable extension to CLOS

checkout latest cells cvs

(require :cells)

....
The variable UTILS-KT::CLOCK is unbound.
   [Condition of type UNBOUND-VARIABLE]

followed by many more compilation errors.

happens in sbcl and clisp on win32

wtf people.

Matt

Ken Tilton | 16 Feb 2008 01:38
Favicon

Re: Cells is a mature, stable extension to CLOS

Matthew D.Swank wrote:
> checkout latest cells cvs
> 
> (require :cells)
> 
> ....
> The variable UTILS-KT::CLOCK is unbound.
>    [Condition of type UNBOUND-VARIABLE]
> 
> followed by many more compilation errors.
> 
> happens in sbcl and clisp on win32
> 
> wtf people.

export-now! is defined in core.lisp*

debug.lisp includes (export-now! clock...

core.lisp is set up to compile and load before debug.lisp in both the 
.lpr and .asd def files.

Happy debugging your fucking environment.

kenny

ps. But has what I should think would be a superfluous eval-when around 
it... I have been getting oatches from others lately for the kind of 
crappy software you use, maybe one of those broke yours, or maybe we 
need more patches for more crappy tools. If you do not care enough to 
(Continue reading)

Matthew D. Swank | 16 Feb 2008 01:35
Picon

Re: Cells is a mature, stable extension to CLOS

Matthew D. Swank <akopa.gmane.poster <at> gmail.com> writes:

> 
> checkout latest cells cvs
> 
> (require :cells)
> 
> ....
> The variable UTILS-KT::CLOCK is unbound.
>    [Condition of type UNBOUND-VARIABLE]
> 
> followed by many more compilation errors.
> 
> happens in sbcl and clisp on win32
> 
> wtf people.
> 
> Matt
> 
> 

The problem is an omitted file in cells.asd

Index: cells.asd
===================================================================
RCS file: /project/cells/cvsroot/cells/cells.asd,v
retrieving revision 1.9
diff -r1.9 cells.asd
18a19
>                               (:file "core")
(Continue reading)

Ken Tilton | 16 Feb 2008 01:48
Favicon

Re: Re: Cells is a mature, stable extension to CLOS

Matthew D.Swank wrote:
> Matthew D. Swank <akopa.gmane.poster <at> gmail.com> writes:
> 
> 
>>checkout latest cells cvs
>>
>>(require :cells)
>>
>>....
>>The variable UTILS-KT::CLOCK is unbound.
>>   [Condition of type UNBOUND-VARIABLE]
>>
>>followed by many more compilation errors.
>>
>>happens in sbcl and clisp on win32
>>
>>wtf people.
>>
>>Matt
>>
>>
> 
> 
> The problem is an omitted file in cells.asd
> 
> Index: cells.asd
> ===================================================================
> RCS file: /project/cells/cvsroot/cells/cells.asd,v
> retrieving revision 1.9
> diff -r1.9 cells.asd
(Continue reading)

Matthew D. Swank | 16 Feb 2008 03:21
Picon

Re: Cells is a mature, stable extension to CLOS

Ken Tilton <kennytilton <at> optonline.net> writes:

> 
> Matthew D.Swank wrote:
> > Matthew D. Swank <akopa.gmane.poster <at> gmail.com> writes:
...

> >>The variable UTILS-KT::CLOCK is unbound.
> >>   [Condition of type UNBOUND-VARIABLE]
> >>
...

> > 
> > 
> > The problem is an omitted file in cells.asd
> > 

...

> I show that in my utils-kt.asd, but with a dependency on defpackage.
> 
> Hmmm... well, my version builds, that is all I care about. You might try 
> Python, I hear they have great libraries.
> 
> kenny
> 

Cells (the asd) does not depend on utils-kt (the asd).  It includes files from
utils-kt (the directory) as a module.

(Continue reading)

Peter Hildebrandt | 16 Feb 2008 10:35
Picon

Re: Re: Cells is a mature, stable extension to CLOS


Matthew D.Swank wrote:
> Cells (the asd) does not depend on utils-kt (the asd).  It includes files from
> utils-kt (the directory) as a module.

Funny thing is I fixed that a week ago, and I thought I had committed it 
to CVS.  I must have forgotten ... anyway, it's in there now.

Peter

> Matt
> 
> 
> _______________________________________________
> cells-devel site list
> cells-devel <at> common-lisp.net
> http://common-lisp.net/mailman/listinfo/cells-devel
Ken Tilton | 16 Feb 2008 04:16
Favicon

Re: Re: Cells is a mature, stable extension to CLOS

Matthew D.Swank wrote:

> Cells (the asd) does not depend on utils-kt (the asd).  It includes files from
> utils-kt (the directory) as a module.

Ah, great, mystery solved. But if a broken ASD caused you this much 
trouble, you really do want to look elsewhere for cool code, my 
libraries are a nightmare to install.

kenny
Matthew D. Swank | 16 Feb 2008 09:56
Picon

Re: Cells is a mature, stable extension to CLOS

Ken Tilton <kennytilton <at> optonline.net> writes:

> Ah, great, mystery solved. But if a broken ASD caused you this much 
> trouble, you really do want to look elsewhere for cool code, my 
> libraries are a nightmare to install.
> 
> kenny
> 

This would also be a notable improvement 

Index: cells-test.asd
===================================================================
RCS file: /project/cells/cvsroot/cells/cells-test/cells-test.asd,v
retrieving revision 1.1
diff -r1.1 cells-test.asd
12,25c12,23
<   :components ((:module "cells-test"
<                  :serial t
<                  :components ((:file "test")
<                               (:file "hello-world")
<                               (:file "test-kid-slotting")
<                               (:file "test-lazy")
<                               (:file "person")
<                               (:file "df-interference")
<                               (:file "test-family")
<                               (:file "output-setf")
<                               (:file "test-cycle")
<                               (:file "test-ephemeral")
<                               (:file "test-synapse")
(Continue reading)

Ken Tilton | 16 Feb 2008 01:42
Favicon

Re: Re: Cells is a mature, stable extension to CLOS

Matthew D.Swank wrote:
> Also, could we change the absence of a non-standard feature to the presence of a
> non-standard feature?
> 
> e.g. #-iamnotkenny to #+iamkenny in detritus.lisp and core.lisp files in util-kt.

PWUAUAJAJJAJAAHAHAHHAHAHHAHAHAHHAAAA>..........

kenny

Gmane