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

bug: certain lines of code in Python-only levels don't highlight #1703

Open
evemartin opened this issue Aug 14, 2024 · 0 comments
Open

bug: certain lines of code in Python-only levels don't highlight #1703

evemartin opened this issue Aug 14, 2024 · 0 comments
Labels

Comments

@evemartin
Copy link
Contributor

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:

  1. Go to a Python-only level that involves incrementation, i.e. Python Den Level 16

  2. Click "Solve" to get the model solution, then run the model solution

  3. Notice that only the lines of code involving my_van highlight, not the while loop or the other lines controlling count

  4. Go to a Python-only level that involves a procedure, i.e. Python Den Level 57

  5. Click "Solve" to get the model solution, then run the model solution

  6. Notice that the lines of code where the procedure is called don't highlight - once again only the lines of code involving my_van highlight

Expected behaviour
Every line of code should highlight while it's running, including the ones to do with incrementing variables or procedures

Screenshots

Private Zenhub Video

Private Zenhub Video

@faucomte97 faucomte97 added the bug label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants