Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[slang-reflect] Provide type namespace if necessary in get_* functions
When returning a non-primitive type from a get_* function, we were assuming that the type was part of the current namespace, which is not always true. This commit fixes this issue by adding the namespace when necessary.
- Loading branch information