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 color command error #5603

Merged
merged 1 commit into from
Jun 7, 2024
Merged

🪲 Fix color command error #5603

merged 1 commit into from
Jun 7, 2024

Conversation

boryanagoncharenko
Copy link
Collaborator

Fixes #5597
The color command fails with an unknown variable error because colors are not transpiled to literal colors but to variables.

How to test

  • In level 4, the following command color red should work and make the turtle red. There should be no errors.

Copy link
Member

@Felienne Felienne left a comment

Choose a reason for hiding this comment

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

Thanks!!!

I have asked @jpelay to deploy when we can so this will be fixed again online also!

Copy link
Contributor

mergify bot commented Jun 7, 2024

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 1aeacb0 into main Jun 7, 2024
12 checks passed
@mergify mergify bot deleted the color_bug_5597 branch June 7, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

🪲 Setting a color results in an error
2 participants