rapid-router
rapid-router copied to clipboard
bug: certain lines of code in Python-only levels don't highlight
Describe the bug Some lines of code in Python-only levels don't highlight, specifically ones to do with incrementing variables and ones that call procedures.
To Reproduce Steps to reproduce the behaviour:
-
Go to a Python-only level that involves incrementation, i.e. Python Den Level 16
-
Click "Solve" to get the model solution, then run the model solution
-
Notice that only the lines of code involving
my_vanhighlight, not thewhileloop or the other lines controllingcount -
Go to a Python-only level that involves a procedure, i.e. Python Den Level 57
-
Click "Solve" to get the model solution, then run the model solution
-
Notice that the lines of code where the procedure is called don't highlight - once again only the lines of code involving
my_vanhighlight
Expected behaviour Every line of code should highlight while it's running, including the ones to do with incrementing variables or procedures
Screenshots