|
| From: | Colin Macdonald |
| Subject: | [Octave-bug-tracker] [bug #49169] overriding @super/class method, builtin class can't be called from @sub/sub constructor |
| Date: | Tue, 27 Sep 2016 20:48:55 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 |
Follow-up Comment #11, bug #49169 (project octave):
I also tried making a `foo` from within some unrelated class (`baz`). This
also doesn't work:
>> y = baz()
Error using class
The name 'foo' is not a valid class name.
Error in baz (line 4)
x = builtin ('class', x, 'foo', bar);
This language is restricting my freedom to make dumb choices ;-) j/k!
Maybe it would work if the @foo class were nested inside the address@hidden
directory:
I didn't try that!
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49169>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |