Show data attributes not in the aron type in MemoryViewer
All threads resolved!
All threads resolved!
Data attributes that aren't in the aron type definition for the object are currently hidden when "Use Type Information" is selected in the MemoryViewer. This MR fixes this by making the TypedDataTreeBuilder
show an item with no type information instead and delegating any untyped dicts or lists to an untyped DataTreeBuilder
.
Note that this functionality isn't tested yet because I haven't found any untyped members in the examples (and don't really want to hack them into the official ExampleMemoryClient
). @fratty do you know where I could find some, since you requested this feature?
Edited by Rainer Kartmann
Merge request reports
Activity
added feature hiwi module::gui labels
added 1 commit
- 08c14b15 - Fix missing type check in TypedDataTreeBuilder
added 88 commits
-
5a045476...dce4402d - 87 commits from branch
master
- 63bd3f76 - Merge branch 'master' into untyped-attributes
-
5a045476...dce4402d - 87 commits from branch
- Resolved by Rainer Kartmann
ToDo:
- Fix easy JSON export with untyped data
mentioned in issue #79 (closed)
mentioned in commit 4f11aa1c
Please register or sign in to reply