Closed rpottsoh closed 6 years ago
Thank you @rpottsoh--there's a ton of work to do to improve the user experience in the client. I think there is definitely some low-hanging fruit. It's going to be my focus for the next 10 days to get the CLI usable.
I've also been bitten by this.
What I found on windows :
mentorcism workspace is case-sensitive so C: and c: are different.
no feedback when submitting the same solution (using a working directory and a submitting one)
Just tested 3.0.0-alpha.10.mentors. It works the same in CMD as the previous version. However, it also worked fine in Bash. :1st_place_medal: Bash performance is on par with CMD performance. I still have to provide full path information for the file I want to submit, even when I am in the folder that the file to be submitted resides.
Just reporting that submit
for the 3.0.4 version of the CLI is as easy as it was in 2.4.1. 🥇 Thanks @kytrinyx!
Feel free to close this issue if you see no further value in it being open.
Thanks @rpottsoh <3
mentorcism
cannot find my solution to submit even if I am at that location. I was using my Windows 7 system at the time.With the V1 CLI
exercism s uBob.pas
would work fine if I was in the folder whereuBob.pas
was located. With mentorcism I must:It would nicer if:
would work.
There was no response from the CLI when I submitted my solution for
bob
. The procedure was successful as my solution appears on the site.Here is what I captured from my terminal while trying to use the CLI for the first time with hello-world:
Unlike Bob, I received feedback from the CLI once the submission of my solution was complete for Hello World.
repeated from above:
This was confusing the first time I saw this. I know the statement says to ENTER or control + c. However, my instinct was to type
2
and then ENTER. This was interpreted as control + c.