container icon indicating copy to clipboard operation
container copied to clipboard

Restore ability to perform recursive definition search

Open spider-mane opened this issue 10 months ago • 0 comments

This pull request maintains the newly added behavior of returning a string when when the concrete value is derived from a non-class alias while restoring the ability to resolve definitions recursively. Removing or limiting recursive resolution resulted in unresolvable definitions that were previously valid. The test has also been renamed to better reflect the expected behavior as well as added to DefinitionTest since the behavior exists on the Definition class.

spider-mane avatar Apr 13 '24 03:04 spider-mane