Skip to content
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

Add feature skip_roothints_download #106

Merged
merged 2 commits into from
Oct 14, 2015

Conversation

mrdima
Copy link
Contributor

@mrdima mrdima commented Oct 13, 2015

An option to skip the download of root.hins. There are many ways, I wanted to change as little as possible. Closes #103

File[$hints_file] -> Exec['download-roothints']
} else {
Exec['download-roothints'] -> File[$hints_file]
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i like this hack ;)

@igalic
Copy link
Contributor

igalic commented Oct 14, 2015

i was gonna say: can you add a spec tests, but we don't have any spec tests for this class now (other than whether it exists), so it wouldn't be fair on you…

you should however document the feature in the readme!

@mrdima
Copy link
Contributor Author

mrdima commented Oct 14, 2015

Yes, I thought about the readme after submitting, I'll submit that. Yeah, rspec and even general parameter validation is lacking in this module

@mrdima
Copy link
Contributor Author

mrdima commented Oct 14, 2015

I tried to keep the documentation in the style of the readme, it's a bit different from regular modules which usually document all the parameters, hope this is ok.

igalic added a commit that referenced this pull request Oct 14, 2015
@igalic igalic merged commit 7e31150 into voxpupuli:master Oct 14, 2015
@igalic
Copy link
Contributor

igalic commented Oct 14, 2015

super! thank you @mrdima!

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

Successfully merging this pull request may close these issues.

None yet

2 participants