[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:38:03 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 |
Follow-up Comment #1, patch #9238 (project octave):
Example showing the new behaviour:
octave:1> dsolve
warning: the 'dsolve' function belongs to the symbolic package from Octave
Forge
which you have installed but not loaded. To load the package, run 'pkg
load symbolic' from the Octave prompt.
Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'dsolve' undefined near line 1 column 1
octave:1> pkg load symbolic
octave:2> dsolve
warning: 'dsolve' is a method of class 'sym'; it must be called with a 'sym'
argument (see 'help @sym/dsolve').
Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'dsolve' undefined near line 1 column 1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9238>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/