[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9238] __unimplemented__: check if input i
From: |
Colin Macdonald |
Subject: |
[Octave-patch-tracker] [patch #9238] __unimplemented__: check if input is class method |
Date: |
Wed, 25 Jan 2017 07:37:12 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 |
URL:
<http://savannah.gnu.org/patch/?9238>
Summary: __unimplemented__: check if input is class method
Project: GNU Octave
Submitted by: cbm
Submitted on: Wed 25 Jan 2017 07:37:11 AM GMT
Category: Core : other
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
check if input is class method before declaring it unimplemented
Octave helpfully checks for functions that are implemented in Octave
Forge packages. If one of those function names is actually a class
method (of a class provided by the package) and the package is loaded,
then the resulting warning incorrectly states it is unimplemented.
Instead, we give a hint and link to the appropriate help call.
This commit adds this support for the "symbolic" package but the
support is general if other packages need it too.
* scripts/help/__unimplemented__.m: improve behaviour for class methods
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Wed 25 Jan 2017 07:37:11 AM GMT Name:
check_if_input_is_class_method_before_declaring_it_unimplemented.patch Size:
3kB By: cbm
<http://savannah.gnu.org/patch/download.php?file_id=39553>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9238>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #9238] __unimplemented__: check if input is class method,
Colin Macdonald <=