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

Versioning specificity #1015

Merged
merged 3 commits into from
Jul 19, 2016
Merged

Versioning specificity #1015

merged 3 commits into from
Jul 19, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Jul 19, 2016

No description provided.

@ararslan
Copy link
Member

Looks like the OS X nightly failure is JuliaLang/julia#17484 and the AppVeyor failure is because Rmath and Windows are mortal enemies.

Thanks for doing this, looks good to me.

@tkelman
Copy link
Contributor Author

tkelman commented Jul 19, 2016

Rmath on Windows is next on my list, really.

@@ -8,7 +8,7 @@ function escapedprint(io::IO, x::Any, escapes::AbstractString)
print(io, x)
end

@static if VERSION < v"0.5.0-"
@static if VERSION < v"0.5.0-dev+4354"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this @static macro call needed at the top level?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, probably not

@ararslan ararslan merged commit 4c95d9c into JuliaData:master Jul 19, 2016
@tkelman tkelman deleted the tk/compatstuff branch July 19, 2016 18:24
maximerischard pushed a commit to maximerischard/DataFrames.jl that referenced this pull request Sep 28, 2016
* Compat minimum version is 0.8.0 for show/writemime and unsafe_string

* Be specific about print_escaped renaming

for the sake of bisecting
ref JuliaLang/julia#16603

* Remove probably-unnecessary at-static
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.

3 participants