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

solve framed integration with actix-http #179

Merged
merged 4 commits into from Aug 18, 2020
Merged

solve framed integration with actix-http #179

merged 4 commits into from Aug 18, 2020

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented Aug 16, 2020

PR Type

Bug Fix / Refactor

PR Checklist

Check your PR fulfills the following:

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt

Overview

Breaking Changes

Quick note: will address checklist as we go but this should probably be considered in tandem with actix/actix-web#1634

@codecov
Copy link

codecov bot commented Aug 16, 2020

Codecov Report

Merging #179 into master will decrease coverage by 0.11%.
The diff coverage is 8.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   60.47%   60.35%   -0.12%     
==========================================
  Files          73       73              
  Lines        4784     4788       +4     
==========================================
- Hits         2893     2890       -3     
- Misses       1891     1898       +7     
Impacted Files Coverage Δ
actix-utils/src/counter.rs 89.28% <ø> (ø)
actix-utils/src/dispatcher.rs 0.00% <ø> (ø)
actix-utils/src/inflight.rs 92.68% <ø> (ø)
actix-utils/src/oneshot.rs 94.87% <ø> (ø)
actix-utils/src/order.rs 72.94% <ø> (ø)
actix-utils/src/task.rs 68.75% <0.00%> (ø)
actix-utils/src/time.rs 80.00% <ø> (ø)
actix-utils/src/timeout.rs 63.93% <ø> (ø)
actix-codec/src/framed.rs 21.25% <8.69%> (-0.70%) ⬇️
actix-connect/tests/test_connect.rs 87.69% <0.00%> (-4.62%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fecdfcd...2688610. Read the comment docs.

@robjtede
Copy link
Member Author

Not entirely sure why the 1.39 build is failing. There does appear to be a 1.40 feature in the crate mentioned, they do claim MSRV of 1.39 but their CI is passing?

@JohnTitor
Copy link
Member

JohnTitor commented Aug 16, 2020

Because their MSRV check doesn't work correctly, submitted a fix: tokio-rs/tracing/pull/934
So, we also should bump MSRV to 1.40.0 (anyway it's fine for me since actix friends are going to 1.42.0 :) ).

@JohnTitor
Copy link
Member

Btw, almost changes look great to me, I'll take a more look later about the Framed change.

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

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

Overall looks good! Left one nit.

actix-utils/CHANGES.md Outdated Show resolved Hide resolved
@robjtede robjtede merged commit b3010c1 into master Aug 18, 2020
@robjtede robjtede deleted the fix/framed branch August 18, 2020 22:27
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

2 participants