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

A few minor miscellaneous testing, doc, and deprecation cleanups #19415

Merged
merged 5 commits into from
Nov 29, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Nov 25, 2016

For the first commit, best to view as 58624da?w=1 a2356a8?w=1

mfile = mtime(file)
mdir = mtime(dir)
@test abs(now - mfile) <= skew && abs(now - mdir) <= skew && abs(mfile - mdir) <= skew
@test abs(nowtime - mfile) <= skew && abs(nowtime - mdir) <= skew && abs(mfile - mdir) <= skew
Copy link
Contributor

Choose a reason for hiding this comment

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

This is probably a good thing to do in general but was it causing error anywhere? (Just wondering if there are more places that needs JuliaCI/CoverageBase.jl#21)

Copy link
Contributor Author

@tkelman tkelman Nov 25, 2016

Choose a reason for hiding this comment

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

Notice the commit date was actually in September, so this isn't technically necessary for make testall1 to pass any more since your PR, but at the time I authored this it was. And may as well still do it to avoid shadowing.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, ok. Sounds good.

@kshyatt kshyatt added docs This change adds or pertains to documentation test This change adds or pertains to unit tests labels Nov 25, 2016
@tkelman tkelman merged commit 0ba4ea7 into master Nov 29, 2016
@tkelman tkelman deleted the tk/misccleanups branch November 29, 2016 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants