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

Stubs #33

Merged
merged 61 commits into from
Oct 12, 2024
Merged

Stubs #33

merged 61 commits into from
Oct 12, 2024

Conversation

jmanuel1
Copy link
Owner

@jmanuel1 jmanuel1 commented Sep 7, 2024

Introduce stub files for type declarations of modules written in Python.

Now, we don't need to import modules and potentially execute arbitrary code in the type checker to get types.
Hopefully increased sharing speeds things up.
* Fix type of map
* Separate fixpoints from ObjectType
* Don't immediately resolve all forward references
* Use the integer type defined in stubs
* Introduce ids for substitution caching
* Move type error clssses to new module
@coveralls
Copy link
Collaborator

coveralls commented Sep 7, 2024

Coverage Status

coverage: 82.554% (+1.0%) from 81.51%
when pulling 55706b5 on stubs
into f04a81c on master.

@jmanuel1 jmanuel1 merged commit 6f4ab9e into master Oct 12, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants