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

Fix function deprecation #191

Merged
merged 7 commits into from
Jan 10, 2022
Merged

Conversation

jeremiahpslewis
Copy link
Contributor

@jeremiahpslewis jeremiahpslewis commented Jan 10, 2022

BinaryBuilder is popping up with the following deprecation warnings in its CI, which seem to be caused by GitHub.jl:
Screen Shot 2022-01-10 at 14 14 27

@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.08%. Comparing base (8d734e4) to head (f86f2d9).
Report is 28 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   55.62%   56.08%   +0.46%     
==========================================
  Files          35       35              
  Lines         827      838      +11     
==========================================
+ Hits          460      470      +10     
- Misses        367      368       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fredrikekre
Copy link
Member

It would be better to add a dependency on the URIs package instead of reaching for the URI type from withing HTTP.

@jeremiahpslewis
Copy link
Contributor Author

@fredrikekre Not a problem, but is that change maybe a separate decision / concern? HTTP.URI is used all over the package already?

HTTP.URI(owner_json["html_url"]),

@fredrikekre
Copy link
Member

Fair. Does the lowest HTTP compat in this package have the new URI constructor?

@jeremiahpslewis
Copy link
Contributor Author

Feature was added to URIs.jl here: JuliaWeb/URIs.jl#12, e.g. URIs v1.1 JuliaRegistries/General#25219

This is supported by HTTP.jl v0.9.7 and later, so we would have to bump the compat.

@fredrikekre
Copy link
Member

Okay, adding URIs as a dep might be easier then since it is more explicit (you don't need to remove the uses of HTTP.URI even if you do that, but might be a nice clean up.)

@jeremiahpslewis
Copy link
Contributor Author

In order to merge this PR, we will need to require a version of HTTP.jl which supports URIs.jl v1.1, which is only a subset of HTTP.jl 0.9; as a result we should drop support for 0.8 and maybe make the HTTP bounds on 0.9, e.g. 0.9.7 explicit.

@fredrikekre
Copy link
Member

The requirement of URIs >= 1.1 would implicitly require a correct HTTP version, so changing HTTP compat is not actually necessary.

Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
@jeremiahpslewis
Copy link
Contributor Author

@fredrikekre Do we want to be explicit about dropping HTTP 0.8? Or is there an advantage to leaving it in compat if it gets ruled out during installation?

@fredrikekre
Copy link
Member

Yea, might as well.

Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
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