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

♻️ Remove mypy type inferencer #9

Merged
merged 3 commits into from
Jun 16, 2023
Merged

♻️ Remove mypy type inferencer #9

merged 3 commits into from
Jun 16, 2023

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Jun 15, 2023

No description provided.

@Kludex Kludex marked this pull request as draft June 15, 2023 20:30
return None

base_fqn: QualifiedName = next(iter(base_fqn_set)) # type: ignore
# NOTE: Should I use the name or the QualifiedName?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll find out tomorrow.

Comment on lines +64 to +65
# TODO: We can run this in parallel - batch it into files / cores.
# We may need to run the resolve_cache() on each core - not sure.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be likely needed, at least because the code will be cuter.

@Kludex Kludex force-pushed the burn/remove-mypy branch from 3f9bfb0 to db14c9b Compare June 16, 2023 12:17
@Kludex Kludex force-pushed the burn/remove-mypy branch 5 times, most recently from 311e31b to e8d4ed8 Compare June 16, 2023 14:29
@Kludex Kludex force-pushed the burn/remove-mypy branch from e8d4ed8 to 31ef212 Compare June 16, 2023 14:36
@Kludex Kludex marked this pull request as ready for review June 16, 2023 14:38
@Kludex Kludex merged commit 6a79d75 into main Jun 16, 2023
@Kludex Kludex deleted the burn/remove-mypy branch June 16, 2023 14:38
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.

1 participant