-
Notifications
You must be signed in to change notification settings - Fork 216
Description
Thank you for engaging with ty!
Before opening an issue on this repository, note that ty is currently in preview and not ready for production use.
That said, we are very much interested in getting feedback. Before opening a new ticket, please search the issue tracker for existing issues. In particular, please take note of the following known ty issues that users are likely to run into on larger projects — if your issue is captured here, we're aware of it and there's no need to open a new issue. Please add a 👍 reaction on the top comment rather than commenting with "me too", etc.
-
Fatal errors for self-self-referential (recursive) generic classes, type aliases, or protocols
ty currently crashes for some self-referential constructs using generic classes, type aliases or protocols.Common symptoms:
- ty crashes with "A fatal error occurred while checking some files". The panic message (search for "Panicked at") includes the message "too many cycle iterations"
- Same as above, but the message includes "dependency graph cycle" instead.