[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47680] classdef @ operator to overrided super
From: |
Ivo |
Subject: |
[Octave-bug-tracker] [bug #47680] classdef @ operator to overrided superclass methods |
Date: |
Tue, 12 Apr 2016 17:57:50 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 |
URL:
<http://savannah.gnu.org/bugs/?47680>
Summary: classdef @ operator to overrided superclass methods
Project: GNU Octave
Submitted by: icouckuy
Submitted on: Tue 12 Apr 2016 05:57:49 PM GMT
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.1
Operating System: GNU/Linux
_______________________________________________________
Details:
The attached class fails to construct due to syntax error on octave 4.0.1.
>> myInputParser
parse error near line 6 of file /home/ilm/projecten/myInputParser.m
syntax error
>>> address@hidden( this, name, validator );
Replacing that line by
address@hidden(this, name, validator)
fixes it.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 12 Apr 2016 05:57:49 PM GMT Name: myInputParser.m Size: 392B By:
icouckuy
<http://savannah.gnu.org/bugs/download.php?file_id=36911>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47680>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47680] classdef @ operator to overrided superclass methods,
Ivo <=