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

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

[Octave-bug-tracker] [bug #49559] Implementation of containers.Map


From: Rik
Subject: [Octave-bug-tracker] [bug #49559] Implementation of containers.Map
Date: Fri, 7 Apr 2017 15:30:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #49559 (project octave):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #22:

Okay, final changeset is here
http://hg.savannah.gnu.org/hgweb/octave/rev/b04466113212.

This sets the ValueType to "any" whenever the values are not scalars, not just
when they differ in size.

It also improves the performance ever so slightly by replacing a test on
isfield() followed by code when the test is succesful, to a try/catch block.

Finally, non-existent keys which generate an error message are now
pretty-printed.

I'm going to close this report now.  Any further incompatibilities can get
their own bug report.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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