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

Allow arguments to displaysize on 0.4 #1060

Merged
merged 1 commit into from
Sep 8, 2016
Merged

Allow arguments to displaysize on 0.4 #1060

merged 1 commit into from
Sep 8, 2016

Conversation

ararslan
Copy link
Member

@ararslan ararslan commented Sep 5, 2016

Fixes #1058

@@ -165,11 +165,6 @@ function getprintedwidth(maxwidths::Vector{Int}) # -> Int
return totalwidth
end

# For Julia < 0.5
if VERSION < v"0.5.0-dev+2023"
Copy link
Member

Choose a reason for hiding this comment

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

That function doesn't exist in Compat, only the one without any arguments (I didn't include it there since it's a bit a cheating: io isn't used at all).

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, good catch, thanks. Fixed in another commit.

@ararslan ararslan changed the title Use Compat.displaysize Allow arguments to displaysize on 0.4 Sep 8, 2016
@ararslan
Copy link
Member Author

ararslan commented Sep 8, 2016

The 0.6 AppVeyor failure is both unrelated and strange.

@nalimilan nalimilan merged commit 1479020 into master Sep 8, 2016
@nalimilan nalimilan deleted the aa/displaysize branch September 8, 2016 20:41
@nalimilan
Copy link
Member

Ah, that's JuliaLang/julia#17932. We need to investigate this.

(I've changed the title, since arguments were already allowed, just the function definition failed.)

maximerischard pushed a commit to maximerischard/DataFrames.jl that referenced this pull request Sep 28, 2016
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.

2 participants