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: catch statement inside a new class don't compile


Vladimir Tsichevski wrote:
Does it mean that now we are not allowed to call such methods by name at all?:

wowa$ cat Test.scm
(define-simple-class bug ()
 ((test)
  #t)

 ((getDate)
  (test))
 )

I changed it so that calls are allowed, but but not "read" references.

--
	--Per Bothner
per at bothner dot 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]