This is the mail archive of the kawa@sourceware.org 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: Questions regarding modules


On 03/03/2014 01:06 AM, Per Bothner wrote:
I experimented with a simplified version of your example, and I think
there may be a bug - but I haven't yet figured out why it behaves
differently
from comiling kawa/lib.

One data-point: Using
   (import (net kjeldahl kawatest appHelloKawa))
instead of:
   (require net.kjeldahl.kawatest.app.HelloKawa)
seems to work.

I checked in a fix.  The following should work now:
  (require <net.kjeldahl.kawatest.app.HelloKawa>)
--
	--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]