aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Translation issue in wall-related tests/ #398

Closed aroberge closed 6 years ago

aroberge commented 6 years ago

RUR.is_wall assumes that its first argument is not translated. It is called internally with English named arguments. It would be better to define a helper function, RUR._is_wall which would take English named arguments, to be used internally, and have RUR.is_wall available externally.

Note that this does not create bugs, but generates warnings in the console about missing translations.