-
-
Notifications
You must be signed in to change notification settings - Fork 666
Move exercises to subdirectory. Fixes #223 #224
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
Conversation
Looks good, though I guess you could let someone look at it again after rebasing. All I really did here though was see that all the exercise dirs got moved and no dirs got moved that shouldn't have. I'm trusting y'all on the API allowing |
14589b2
to
d895e12
Compare
Rebased. |
Seems good to me. I think the build failure is a transient one? I don't know how to get travis to retry though. (Usually I just make an inconsequential change in my commit message and push again, that gets a retry going) |
I kicked it off again. We'll see. |
Confirmed I see that button. Guess the light coloring means I don't see it unless I know where to look for it. OK then. |
Now it's a different one that broke. what the heck? |
So it's stalling. It might just be graemlins in the travis CI system. |
And green. OK, I think we're good to go. |
Move exercises to subdirectory. Fixes #223
the filepath needed used by example_gen.go was changed in exercism#224 the test cases were changed in this commit: exercism/problem-specifications#463
the filepath needed used by example_gen.go was changed in exercism#224 the test cases were changed in this commit: exercism/problem-specifications#463
the filepath used by example_gen.go was changed in exercism#224 README details on generating tests also updated to reflect moving exercises into exercises subdirectory
fixes exercism#357 Since the re-organised exercises directory (exercism#224) the test generator filepaths have been broken. This commit changes `gen.Gen` to take care of locating the `canonical-data.json` file, allowing each exercises `example_gen.go` file to just pass in the exercise name. This should also help with any future changes that affect the filepaths.
the filepath needed used by example_gen.go was changed in exercism#224 the test cases were changed in this commit: exercism/problem-specifications#463
the filepath needed used by example_gen.go was changed in exercism#224 the test cases were changed in this commit: exercism/problem-specifications#463
the filepath needed used by example_gen.go was changed in exercism#224 the test cases were changed in this commit: exercism/problem-specifications#463
No description provided.