Skip to content

Grammar fixes #408

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

Merged
merged 1 commit into from
May 7, 2019
Merged

Grammar fixes #408

merged 1 commit into from
May 7, 2019

Conversation

PedanticHacker
Copy link
Contributor

Fixed some grammar. It was missed at my last review.

Fixed some grammar. It was missed at my last review.
@niklasf niklasf merged commit b33a838 into niklasf:master May 7, 2019
@niklasf
Copy link
Owner

niklasf commented May 7, 2019

Thanks!

@PedanticHacker
Copy link
Contributor Author

PedanticHacker commented May 7, 2019 via email

@niklasf
Copy link
Owner

niklasf commented May 7, 2019

Before the next release I need to find some time to finish #390. Currently the type signatures are half-broken.

@PedanticHacker
Copy link
Contributor Author

In chess/engine.py line 56 there is this line of code:
InfoDict = NewType("InfoDict", Dict[str, Union[str, int, float, bool, "PovScore", List[chess.Move], Dict[chess.Move, List[chess.Move]]]])

This is spaghetti code. Maybe Mypy has trouble type-checking this?

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