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

fix: Remove float() coercion in Python loops #6259

Merged
merged 2 commits into from
Jul 6, 2022
Merged

Conversation

NeilFraser
Copy link
Contributor

Coercion to a float is a very JavaScript thing to do, Python is not JavaScript.

From this discussion:
https://groups.google.com/g/blockly/c/OF_j9rKQgpI

Coercion to a float is a very JavaScript thing to do, Python is not JavaScript.

From this discussion:
https://groups.google.com/g/blockly/c/OF_j9rKQgpI
This is what I think it should generate.
@NeilFraser NeilFraser marked this pull request as ready for review July 4, 2022 15:47
@NeilFraser NeilFraser requested a review from a team as a code owner July 4, 2022 15:47
@NeilFraser NeilFraser requested a review from gonfunko July 4, 2022 15:47
@NeilFraser NeilFraser merged commit 5612e13 into develop Jul 6, 2022
@NeilFraser NeilFraser deleted the NeilFraser-patch-2 branch July 6, 2022 15:46
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