-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"display" method for string #99
Comments
I don't think there's much I can do here, due to how Octave's OOP works. What you're looking at there is the display of Octave's This |
(BTW, unless you're mixing |
The issue indeed seems to be on the Octave side. I was thinking otherwise because I have some non-classdef classes (with overloaded
I'll try and check whether this is indeed classdef-specific. Perhaps this report can be closed here. |
Oh huh; I didn't even know that non-classdef classes behaved differently for this. FWIW, I think their behavior that you're showing in your last comment here seems like the correct behavior for classdef classes too - less likely to blow up into a huge string displaying internal data structures that are supposed to be hidden/encapsulated, and better matches Matlab's behavior. Those |
i want to contribute in this issue |
Moving the milestone for this to The Future, because I don't think there's much I can do here due to core Octave behavior, and this isn't an urgent issue that is breaking "real" data-manipulation behavior; it's a cosmetic/UI thing. |
The display of a string object sometimes returns the internal structure or errors in the context of string arrays:
The text was updated successfully, but these errors were encountered: