Skip to content

Conversation

RRRadicalEdward
Copy link
Collaborator

@RRRadicalEdward RRRadicalEdward commented Sep 4, 2025

#964 has to be merged first


const WIDTH: NonZeroU16 = NonZeroU16::new(2048).expect("value is guaranteed to be non-zero");
const HEIGHT: NonZeroU16 = NonZeroU16::new(2048).expect("value is guaranteed to be non-zero");
// QUESTION: It looks like we have a bug here, don't we? The stride value should be 2048 * 4.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hi @elmarco! Could you help with clarifying this one? It seems it has been modified by you.

Copy link

github-actions bot commented Sep 4, 2025

Coverage Report 🤖 ⚙️

Past:
Total lines: 28962
Covered lines: 17725 (61.20%)

New:
Total lines: 28993
Covered lines: 17733 (61.16%)

Diff: -0.04%

[this comment will be updated automatically]

Base automatically changed from add-unwrap-used-clippy-lint-for-ironrdp-pdu to master September 4, 2025 17:06
@RRRadicalEdward RRRadicalEdward force-pushed the add-unwrap-used-clippy-lint branch from facb96d to 8a353a9 Compare September 5, 2025 06:11
@RRRadicalEdward RRRadicalEdward self-assigned this Sep 5, 2025
@RRRadicalEdward
Copy link
Collaborator Author

RRRadicalEdward commented Sep 5, 2025

Out of blue, cargo xtask check lints started to report that there are still warnings. Let me fix them as well.

EDIT:
It turned out I didn't rebase to the latest master.

@RRRadicalEdward RRRadicalEdward force-pushed the add-unwrap-used-clippy-lint branch from 523ea79 to dc47d82 Compare September 5, 2025 09:59
@RRRadicalEdward
Copy link
Collaborator Author

Hi @CBenoit! This one is ready to be merged. Is there anything left for me to do?

/// `tokio::select!` statement. If some other branch completes first, it
/// MUST be guaranteed that no data is lost.
async fn next_update(&mut self) -> Option<DisplayUpdate>;
async fn next_update(&mut self) -> Result<Option<DisplayUpdate>>;
Copy link
Member

Choose a reason for hiding this comment

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

note: This is a breaking change, this should typically be treated with care (and should surface in the changelog). I’ll handle that manually on my hand before merging the release PR this time.

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.

LGTM!

@CBenoit CBenoit enabled auto-merge (squash) September 9, 2025 09:01
@CBenoit CBenoit disabled auto-merge September 9, 2025 09:01
@CBenoit CBenoit enabled auto-merge (squash) September 9, 2025 09:01
@CBenoit CBenoit merged commit 630525d into master Sep 11, 2025
10 checks passed
@CBenoit CBenoit deleted the add-unwrap-used-clippy-lint branch September 11, 2025 11:41
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.

2 participants