[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Goo Nitpicks



Jonathan Hseu <vomjom@vomjom.org> writes:

> On Fri, Aug 02, 2002 at 12:41:11PM -0400, Jonathan Bachrach wrote:
> ...
> Could you guys please consider the patches for bugs 8 and 9?
> 9 is pretty serious.  I don't care what the environment variable is
> called in 8.

i've fixed bug 9 in my own sources and will get to bug 8 before next
release.

> Thanks.
> 
> Some more nitpicks:
> Could we have a way to get the return value of the last evaluated
> expression?
> 
> CMUCL's *, **, and *** work well IMO (well, maybe a different character,
> because * is a generic)

this sounds reasonable.  i'll think up a character.  

> Also, an evil bug (should I report to BTS?):

yes.  i confirmed it.

> goo/user 0<= (dc <testa> (<any>))
> goo/user 0=> #f
> goo/user 0<= (dp asdf (<testa> => <int>) 5)
> goo/user 0=> #{Prop #{Gen asdf (<any>)}}
> goo/user 0<= (dc <testb> (<testa>))
> goo/user 0=> #f
> goo/user 0<= (dp asdf (<testb> => <int>) 6)
> goo/user 0=> #{Prop #{Gen asdf (<any>)}}
> goo/user 0<= (dv my-var (new <testb>))
> goo/user 0=> #f
> goo/user 0<= my-var
> goo/user 0=> #{<testb> asdf: 5 asdf: 5}
> goo/user 0<= (asdf my-var)
> goo/user 0=> 5
> 
> I swear I had more... oh well, I guess I'll just post again when I
> remember :)
> 
> -- 
> Jonathan Hseu <vomjom@vomjom.org, vomjom@debian.org, jh4@cec.wustl.edu>
> GPG ID:          5228D713
> GPG fingerprint: 220B A4EF 70FE B884 CB38  F93F EA8A 1024 5228 D713