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

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

[Octave-bug-tracker] [bug #57351] str2func behavour changes in dev octav


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #57351] str2func behavour changes in dev octave
Date: Tue, 3 Dec 2019 16:22:50 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763

URL:
  <https://savannah.gnu.org/bugs/?57351>

                 Summary: str2func behavour changes in dev octave
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Tue 03 Dec 2019 09:22:48 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: JohnD
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

>From recent changes to dev octave, the str2func no longer throws an error when
attempting to create a function handle to a non existing function.


a = str2func('unknown_func_name') 


In Octave 5.1, this would cause on an error to an for no function or method
found.


In octave 6, it just returns the string @unknown_func_name





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57351>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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