Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Additional Improvements to Recursion Prevention

Compare
Choose a tag to compare
@seandstewart seandstewart released this 26 Jul 19:58
54c1e31
  • Use a stack for recursion prevention in SchemaBuilder and clean up unused paths.
  • Use a stack for recursion prevention in Constraints factory.
  • Properly handle ClassVar Parameter mocking.