bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #32223] Subclassing without default constructor


From: Per Bothner
Subject: [Bug-kawa] [bug #32223] Subclassing without default constructor
Date: Mon, 24 Jan 2011 16:55:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10

Update of bug #32223 (project kawa):

                  Status:                    None => Confirmed              
             Assigned to:                    None => bothner                

    _______________________________________________________

Follow-up Comment #1:

Kawa isn't realizing that the Foo in the invoke-special is foo.Foo. 
Replacing it by the following seems to work:

   (invoke-static foo.Foo (this) '*init* i))

So, should Kawa recognize Foo as foo.Foo here?  Maybe, but if not at least it
should complain if it doesn't recognize the typename.  So improving the
diagnostics is needed anyway, since we get the same confusing failure on a
typo.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32223>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]