Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Debug Information Differs from Configuration Information #57

Closed
rpottsoh opened this issue Jun 28, 2017 · 2 comments
Closed

Debug Information Differs from Configuration Information #57

rpottsoh opened this issue Jun 28, 2017 · 2 comments
Labels

Comments

@rpottsoh
Copy link
Member

In the Configuration section my Exercises directory is listed as c:/projects.git/exercism.projects. In the debug section Exercises dir: is listed as C:\Users\Ryan Potts\exercism.

My .exercism.json file looks like:

{"dir":"c:/projects.git/exercism.projects","apiKey":"xxxxxxxx_removed_my_key_xxxxxxxx","api":"http://exercism.io","xapi":"http://x.exercism.io"}

I have not actually tried the gui in place of the cli. I have only just recently installed the 32 bit Windows version of the gui and this is an initial finding of mine.

@holandes22
Copy link
Contributor

Thank you for reporting this. This is a bug in the configuration service, more specifically in the getHomeExercisesDir method that constructs the path instead of reading it from the conf file. I'll fix this today.

@holandes22 holandes22 added the bug label Jun 29, 2017
holandes22 added a commit that referenced this issue Jul 2, 2017
  - We now take the value from the config
  - The debug template now takes the value directly
    from the service instead of the model as it will
    reflects changes to the config made elsewhere in the app
@holandes22
Copy link
Contributor

Fixed in v0.4.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants