|
From: | Per Bothner |
Subject: | [Bug-kawa] [bug #23534] "uninitialized register 10" (VerifyError) when accessing globals from method within define-simple-class |
Date: | Thu, 12 Jun 2008 00:05:56 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5 |
Update of bug #23534 (project kawa): Status: None => Confirmed Assigned to: None => bothner _______________________________________________________ Follow-up Comment #2: Due to namespace confusion. Simplified test-case: (define momentum :: <double> 1.0) (define-simple-class <flocker> () ((momentum) "foo") ((step ) :: <void> (+ momentum))) _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?23534> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |