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

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

[Octave-bug-tracker] [bug #47091] string representation of a colon expre


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #47091] string representation of a colon expression may be missing parentheses
Date: Fri, 17 Aug 2018 08:57:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #4, bug #47091 (project octave):

Pinging this bug, it is still there in 4.4.0.
I hit it when I got a saved file from a colleague

Here there is a Minimal, Complete, and Verifiable example.

Do we need to increase the Severity of this bug?

++
> a=10;
> b=3;
> f=@() a+(1:b); 
> f, 
f =

@() a + 1:b

> f(), 
ans =

   11   12   13

> save('/tmp/tt.mat', 'f'); 
> clear all; 
> load ('/tmp/tt.mat'); 
> f, 
f =

@() a + 1:b
> f()
ans = [](1x0)
--

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47091>

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




reply via email to

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