Skip to content

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

Merged
tkelman merged 5 commits intomasterfrom
tk/misccleanups
Nov 29, 2016
Merged

A few minor miscellaneous testing, doc, and deprecation cleanups#19415
tkelman merged 5 commits intomasterfrom
tk/misccleanups

Conversation

@tkelman
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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