|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #52111] meta.class.* does not work after after 'clear classes' |
| Date: | Sat, 6 Jan 2018 17:27:04 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
Update of bug #52111 (project octave):
Status: None => In Progress
_______________________________________________________
Follow-up Comment #4:
I pushed the two small changesets:
http://hg.savannah.gnu.org/hgweb/octave/rev/3d1b40992075
http://hg.savannah.gnu.org/hgweb/octave/rev/d6f06eeb8917
I didn't push the other larger one because I'm still not sure whether clearing
and reinstalling is the correct thing to do.
Also, I'm no longer seeing the problem that was originally reported. Now I
see this:
octave:1> meta.class.fromName ('inputParser')
ans =
<object meta.class>
octave:2> clear classes
octave:3> meta.class.fromName ('inputParser')
ans =
<object meta.class>
Is there anything left to fix here?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52111>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |