octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #41227] methods("ftp") works, methods ftp yiel


From: Rik
Subject: [Octave-bug-tracker] [bug #41227] methods("ftp") works, methods ftp yields parser/syntax error
Date: Sat, 18 Jan 2014 02:26:15 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #2, bug #41227 (project octave):

This is the expected result at the moment.  methods() existed before the
classdef methodology and is implemented in an m-file.  When you call methods
using the function syntax you get the m-file version.  When methods is used as
a keyword the parser recognizes it, but there is no code to back it up yet. 
The classdef code on the development branch should supply the actual
functionality for "events", "methods", and "properties".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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