Skip to content

Fix deprecations #31

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

Merged
merged 6 commits into from
Jul 11, 2016
Merged

Conversation

abhijithch
Copy link
Contributor

Fixes deprecations for Julia v0.5.

@coveralls
Copy link

coveralls commented Jul 5, 2016

Coverage Status

Coverage decreased (-0.03%) to 95.023% when pulling 0fb4d9f on abhijithch:ac/depwarns into 03392d4 on carlobaldassi:master.

@codecov-io
Copy link

codecov-io commented Jul 5, 2016

Current coverage is 94.75%

Merging #31 into master will decrease coverage by 0.30%

@@             master        #31   diff @@
==========================================
  Files             1          1          
  Lines          1132       1105    -27   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1076       1047    -29   
- Misses           56         58     +2   
  Partials          0          0          

Powered by Codecov. Last updated by 03392d4...47b4134

@abhijithch
Copy link
Contributor Author

@tkelman, could you please review this PR?

@@ -4,137 +4,137 @@ function _precompile_()
precompile(ArgParse.call, (Array{Any, 1}, Type{ArgParse.ArgParseSettings},))
precompile(ArgParse.import_settings, (ArgParse.ArgParseSettings, ArgParse.ArgParseSettings, Bool,))
precompile(ArgParse.override_duplicates, (Array{ArgParse.ArgParseField, 1}, ArgParse.ArgParseField,))
precompile(ArgParse.parse1_optarg, (ArgParse.ParserState, ArgParse.ArgParseSettings, ArgParse.ArgParseField, UTF8String, UTF8String,))
precompile(ArgParse.parse1_optarg, (ArgParse.ParserState, ArgParse.ArgParseSettings, ArgParse.ArgParseField, String, String,))
Copy link
Contributor

Choose a reason for hiding this comment

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

Compat.UTF8String will be less likely to impact precompilation effectiveness on 0.4

@coveralls
Copy link

coveralls commented Jul 7, 2016

Coverage Status

Coverage decreased (-0.8%) to 94.27% when pulling fa8179b on abhijithch:ac/depwarns into 03392d4 on carlobaldassi:master.

@coveralls
Copy link

coveralls commented Jul 7, 2016

Coverage Status

Coverage decreased (-0.3%) to 94.751% when pulling 47b4134 on abhijithch:ac/depwarns into 03392d4 on carlobaldassi:master.

@abhijithch
Copy link
Contributor Author

@tkelman, can we merge this?

@@ -252,6 +252,7 @@ function check_type(opt, T::Type, message::AbstractString)
end

function warn_extra_opts(opts, valid_keys::Vector{Symbol})

Copy link
Contributor

Choose a reason for hiding this comment

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

this change is unrelated

@tkelman
Copy link
Contributor

tkelman commented Jul 8, 2016

LGTM, but I don't have commit access here

@abhijithch
Copy link
Contributor Author

@ViralBShah, can you merge this?

@carlobaldassi
Copy link
Owner

Hi @abhijithch, I'm the owner of the repo and I'll merge as soon as I manage to take a look, thanks. (Hopefully this weekend.)

(@tkelman thanks for reviewing)

@carlobaldassi carlobaldassi merged commit 08c9d7f into carlobaldassi:master Jul 11, 2016
@carlobaldassi
Copy link
Owner

Thanks, it took me a while since there's a segfault on 0.5 while testing, but it's unrelated.

There are still some annoying warnings from TextWrap, but they are harder to fix at this time since apparently Compat doesn't have a definition for utf8().

@timholy
Copy link

timholy commented Jul 29, 2016

Tag a new release?

@carlobaldassi
Copy link
Owner

Ah yes, now that TextWrap is also fixed I will, thanks for reminding me.

@tkelman
Copy link
Contributor

tkelman commented Jul 29, 2016

This didn't update the minimum Compat version in REQUIRE.

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.

None yet

6 participants