|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #58695] Array is left empty if an element is a function call returning nothing |
| Date: | Wed, 8 Jul 2020 08:17:30 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #9, bug #58695 (project octave):
I pushed the following additional change to fix the real problem of undefined
values in matrix lists.
http://hg.savannah.gnu.org/hgweb/octave/rev/c318254c9f01
My assumption earlier was that we should (could?) avoid generating any
undefined values, but an empty structure reference like the one in bug #58728
or a functions like
function f (), end
will generate undefined values in these contexts that we can't avoid.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58695>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |