You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are trying to skip around through the exercises and test specific ones, the command mentioned in the title does not work. It automatically tries to compile the '(01) intro - (00) welcome' exercise.
Below is an example of output showing the problem:
$ wr open --chapter 02 --exercise 10
Ahead of you lies (02) basic_calculator - (10) as_casting
Open "exercises\02_basic_calculator\10_as_casting" in your editor and get started!
Run wr again to compile the exercise and execute its tests.
$ wr
Running tests...
❌ (01) intro - (00) welcome
Meditate on your approach and return. Mountains are merely mountains.
The text was updated successfully, but these errors were encountered:
If you are trying to skip around through the exercises and test specific ones, the command mentioned in the title does not work. It automatically tries to compile the '(01) intro - (00) welcome' exercise.
Below is an example of output showing the problem:
$ wr open --chapter 02 --exercise 10
Ahead of you lies (02) basic_calculator - (10) as_casting
Open "exercises\02_basic_calculator\10_as_casting" in your editor and get started!
Run
wr
again to compile the exercise and execute its tests.$ wr
Running tests...
❌ (01) intro - (00) welcome
Meditate on your approach and return. Mountains are merely mountains.
The text was updated successfully, but these errors were encountered: