This a follow up for #560. See there for more details.
This PR adds support for custom inspect behavior using the ark_variable_get_child() and ark_variable_get_children() methods. It's made in a separate PR as the large diff is confusing to review. Most of it though, is a refactor to make the recursive behavior of resolve_object_from_path() more explicit.
This a follow up for #560. See there for more details.
This PR adds support for custom inspect behavior using the
ark_variable_get_child()
andark_variable_get_children()
methods. It's made in a separate PR as the large diff is confusing to review. Most of it though, is a refactor to make the recursive behavior ofresolve_object_from_path()
more explicit.