|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #58727] classdef method invocation broken when input is function result |
| Date: | Thu, 9 Jul 2020 20:06:48 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Update of bug #58727 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #1:
Confirmed. There has been a bunch of work in the last week on how empty lists
should be returned. I'm pretty sure this is a consequence of that. Note that
if you change
[~, tst2] = tc.do_something(tc.some_str)
to
[x, tst2] = tc.do_something(tc.some_str)
then the code runs to completion. This probably indicates that there is
something about the discard operator '~' interfering with the return
octave_value_list.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58727>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |