Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type instantiation is excessively deep and possibly infinite. #929

Closed
ivanbarlog opened this issue Nov 16, 2024 · 1 comment
Closed

Type instantiation is excessively deep and possibly infinite. #929

ivanbarlog opened this issue Nov 16, 2024 · 1 comment
Assignees
Labels
fix A smaller enhancement or bug fix

Comments

@ivanbarlog
Copy link

When using v.any() with combination of v.forward() I get following error:

Type instantiation is excessively deep and possibly infinite.

When v.any() is changed for instance to v.record(v.string(), v.string()) the error dissapears.

Here is the playground link which reproduces this bug.

@fabian-hiller fabian-hiller self-assigned this Nov 17, 2024
@fabian-hiller fabian-hiller added the fix A smaller enhancement or bug fix label Nov 17, 2024
@fabian-hiller
Copy link
Owner

Fixed in v1.0.0-beta.7 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A smaller enhancement or bug fix
Projects
None yet
Development

No branches or pull requests

2 participants