Skip to content

Introduce ty and fix issues it raises #110

Description

@explodingdinosaurs

ty is a fast type checker (documentation). We will implement type checking into echo. mypy was to be used for this purpose, but it is quite slow in comparison. Since mypy was never actually implemented in echo we'll jump straight to implementing ty.

ty is currently implmented in .github/workflows/linttest.yml for checking type hinting compliance upon PR into main. However it is currently commented out. Resolving this issue will uncomment the ty section in the aforemention file and pass all ty type checking.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions