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]
Other format: [Raw text]

Re: Undefined variable in make-list from list-lib


Jocelyn Paine wrote:
Looks like something very minor:

  #|kawa:3|# (make-list 3)
  gnu.mapping.UnboundSymbol: Unbound symbol n

Where amongst the source would I find list-lib?
In gnu/kawa/slib/srfi1.scm.

The mapping from require-keywords to classnames is
the "table" in kawa/standard/require.scm.

The error is that 'n' should be 'len'.  The error is not in Olin
Shiver's reference implentation, but mine, when I "inlined" the
call to check-error.
--
	--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]