-
Notifications
You must be signed in to change notification settings - Fork 4
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
Omniconf implementation #5
Omniconf implementation #5
Conversation
Uses conf.json location for gcc repo
Contains locations for Github repo locations
Uses repo locations are specified in json.conf
…ectory with spaces.
Thanks for the PR, it's looking pretty good! Some comments:
|
test/atom_finder/core_test.clj
Outdated
@@ -16,6 +16,7 @@ | |||
union.c | |||
wdate-time.c)] | |||
(doseq [filename files] | |||
(println (resource-path filename)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this?
This pull request implements omniconf configuration to store variables about where the git repos are located. Also, I fixed the bug where I couldn't run the code in a directory with a space.