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

Encapsulate svc preprocessing #197

Merged
merged 15 commits into from
Sep 25, 2023

Conversation

ibeckermayer
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 23, 2023

Coverage Report 🤖 ⚙️

Past:
Total lines: 23083
Covered lines: 15625 (67.69%)

New:
Total lines: 22571
Covered lines: 15616 (69.19%)

Diff: +1.50%

[this comment will be updated automatically]

Copy link
Member

@CBenoit CBenoit left a comment

Choose a reason for hiding this comment

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

Looks reasonable to me! I left a few comments.

@pacmancoder
Since this is targeting your branch, I think it’s best if you merge it yourself once you reviewed it (make sure to squash)

EDIT: I see in the CI that something is not compiling

crates/ironrdp-svc/src/lib.rs Outdated Show resolved Hide resolved
crates/ironrdp-svc/src/lib.rs Outdated Show resolved Hide resolved
crates/ironrdp-svc/src/lib.rs Outdated Show resolved Hide resolved
crates/ironrdp-svc/src/lib.rs Show resolved Hide resolved
crates/ironrdp-svc/src/lib.rs Show resolved Hide resolved
crates/ironrdp-svc/src/lib.rs Outdated Show resolved Hide resolved
crates/ironrdp-session/src/x224/mod.rs Outdated Show resolved Hide resolved
crates/ironrdp-session/src/x224/mod.rs Outdated Show resolved Hide resolved
crates/ironrdp-session/src/x224/mod.rs Outdated Show resolved Hide resolved
crates/ironrdp-session/src/active_stage.rs Outdated Show resolved Hide resolved
/// Usually returned by the channel-specific methods.
pub struct SvcRequest<C> {
pub struct SvcMessagesForProcessor<P: StaticVirtualChannelProcessor> {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think For could be omitted: SvcProcessorMessage

@pacmancoder pacmancoder self-requested a review September 25, 2023 05:54
Copy link
Contributor

@pacmancoder pacmancoder left a comment

Choose a reason for hiding this comment

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

LGTM

@ibeckermayer ibeckermayer merged commit 3346e89 into feat/clipboard-text-tmp Sep 25, 2023
6 checks passed
@ibeckermayer ibeckermayer deleted the encapsulate-svc-preprocessing branch September 25, 2023 16:45
pacmancoder added a commit that referenced this pull request Sep 26, 2023
This branch also includes refactoring changes by @ibeckermayer from #196 and #197
pacmancoder added a commit that referenced this pull request Sep 26, 2023
This branch also includes refactoring changes by @ibeckermayer from #196 and #197

Co-authored-by: Isaiah Becker-Mayer <isaiah@goteleport.com>
CBenoit pushed a commit that referenced this pull request Sep 27, 2023
Includes refactoring changes by @ibeckermayer from #196 and #197

Co-authored-by: Isaiah Becker-Mayer <isaiah@goteleport.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants