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: misunderstanding define-constant?


Hoehle, Joerg-Cyril wrote:

I've some trouble understanding define-constant.
I find the lambda procedures turn into #!null

This is a Kawa bug.


The problem is that the constant values are being calculated too early.
They use fields that will later get initialized with the lambda values,
but haven't be so far.

I haven't looked at it enough to see if the fix is easy or hard.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



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