Circular references should be detected and reported by exception in case of library usage, and error message in case of dref tool usage.
With current implementation, circular references would cause endless recursion. Given the maximum recursion depth limit, whenever that exception is raised, it can be considered as a circular reference detection, that way setting a reasonable maximum referenc
Circular references should be detected and reported by exception in case of library usage, and error message in case of
dref
tool usage.With current implementation, circular references would cause endless recursion. Given the maximum recursion depth limit, whenever that exception is raised, it can be considered as a circular reference detection, that way setting a reasonable maximum referenc