hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.26k stars 282 forks source link

🪲 Translation of booleans cause unit tests to fail #5572

Closed boryanagoncharenko closed 1 month ago

boryanagoncharenko commented 1 month ago

Describe the bug Somehow we managed to get unit tests broken on main: https://github.com/hedyorg/hedy/actions/runs/9264577223/job/25484929454?pr=5570

I am not sure why has not our tests broken sooner

boryanagoncharenko commented 1 month ago

I am not sure how, but this issue is still present on main.