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

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

[Octave-bug-tracker] [bug #45833] support load/save of classdef objects


From: Rik
Subject: [Octave-bug-tracker] [bug #45833] support load/save of classdef objects
Date: Thu, 27 Aug 2015 21:37:58 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

Follow-up Comment #5, bug #45833 (project octave):

That's probably a good thing to do so that any strange octave_value object,
like a 'magic colon' or 'lazy index', won't cause the save process to abort.

It still might be worthwhile to override the base save_ascii, load_ascii,
save_binary, load_binary in ov-classdef.cc because then you could tailor the
warning message.  Instead of


warning: octave_base_value::save_ascii(): wrong type argument 'object'


you could have something like that done for java objects


save: unable to save java objects, skipping


or for onCleanup objects


warning: onCleanup: load and save not supported




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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