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

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

[Octave-bug-tracker] [bug #60487] wishlist: set unknown property error s


From: Rik
Subject: [Octave-bug-tracker] [bug #60487] wishlist: set unknown property error should name property
Date: Sun, 2 May 2021 23:36:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36

Update of bug #60487 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Could you offer a specific example for clarity?

I tried 


h = axes ();
set (h, 'foobar', 1)
error: set: unknown axes property foobar


The error mentions the object (axes) and the property name that was incorrect
(foobar).  This seems to be what you are looking for.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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