This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: (error ....) disapeared in CVS tree version


The reason is very simple. In the current versoin of Scheme.java
at line 469, it is written
      define_proc("error", "kawa.lib.syntax");
instead of
      define_proc("error", "kawa.lib.misc");

Per Bothner wrote:

> Emmanuel Castro <castro@lirmm.fr> writes:
>
> > In the current version of Kawa in the CVS tree, (error ...) does not
> > work.
> > It was removed from the file, kawa/lib/syntax.scm, but was not replaced
> > by anything :
>
> It was moved to misc.scm, to avoid an order dependency.
> It seems to be there, and misc.scm seems to be checked in,
> so I'm not sure why you're seeing this.
> --
>         --Per Bothner
> per@bothner.com   http://www.bothner.com/~per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]