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

WIP: preparation for v0.7 #197

Closed
wants to merge 10 commits into from
Closed

WIP: preparation for v0.7 #197

wants to merge 10 commits into from

Conversation

lobingera
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Aug 6, 2017

Coverage Status

Coverage decreased (-3.0%) to 88.503% when pulling c6bb5de on lobingera:wip-v07-prep into 0fa5949 on JuliaGraphics:master.

test/runtests.jl Outdated
@@ -210,7 +211,7 @@ end

if Cairo.libcairo_version >= v"1.12.0"

if ~is_windows()
if ~Sys.iswindows()
Copy link
Contributor

Choose a reason for hiding this comment

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

will need to raise Compat min version, in either test/REQUIRE or REQUIRE

Copy link
Contributor

Choose a reason for hiding this comment

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

It will also have to be invoked as Compat.Sys.iswindows()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ararslan But that might be a Compat documentation issue

is_apple, is_bsd, is_linux, is_unix, and is_windows are now Sys.isapple, Sys.isbsd, Sys.islinux, Sys.isunix, and Sys.iswindows, respectively. These are available in the Compat.Sys submodule.

reads for me like using Compat.Sys and apply Sys.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, that's a failure of the documentation.

julia> using Compat.Sys

julia> Sys.iswindows()
WARNING: both Sys and Base export "Sys"; uses of it in module Main must be qualified
ERROR: UndefVarError: Sys not defined

Though actually it appears to work (at least on 0.6) with import Compat.Sys.

@coveralls
Copy link

coveralls commented Aug 9, 2017

Coverage Status

Coverage remained the same at 91.48% when pulling e5d1be5 on lobingera:wip-v07-prep into 0fa5949 on JuliaGraphics:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.48% when pulling cefb1de on lobingera:wip-v07-prep into 10913a1 on JuliaGraphics:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.48% when pulling cefb1de on lobingera:wip-v07-prep into 10913a1 on JuliaGraphics:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.48% when pulling b51cc9c on lobingera:wip-v07-prep into 10913a1 on JuliaGraphics:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.48% when pulling b51cc9c on lobingera:wip-v07-prep into 10913a1 on JuliaGraphics:master.

@coveralls
Copy link

coveralls commented Dec 7, 2017

Coverage Status

Coverage remained the same at 91.48% when pulling ba84119 on lobingera:wip-v07-prep into 10913a1 on JuliaGraphics:master.

@lobingera
Copy link
Contributor Author

NOTE: this will be superceeded by #216

@lobingera lobingera closed this Feb 3, 2018
@lobingera lobingera deleted the wip-v07-prep branch February 3, 2018 12:48
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.

4 participants