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

Add a way to safely wrap an object that implements AsRawXCBConnection with XCBConnection #948

Merged
merged 1 commit into from
Nov 23, 2024

feat: Create XCBConnection from AsRawXcbConnection

fc0e996
Select commit
Loading
Failed to load commit list.
Merged

Add a way to safely wrap an object that implements AsRawXCBConnection with XCBConnection #948

feat: Create XCBConnection from AsRawXcbConnection
fc0e996
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 23, 2024 in 1s

0.00% of diff hit (target 12.60%)

View this Pull Request on Codecov

0.00% of diff hit (target 12.60%)

Annotations

Check warning on line 108 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L104-L108

Added lines #L104 - L108 were not covered by tests

Check warning on line 115 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L112-L115

Added lines #L112 - L115 were not covered by tests

Check warning on line 129 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L125-L129

Added lines #L125 - L129 were not covered by tests

Check warning on line 131 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L131

Added line #L131 was not covered by tests

Check warning on line 141 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L134-L141

Added lines #L134 - L141 were not covered by tests

Check warning on line 144 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L144

Added line #L144 was not covered by tests

Check warning on line 146 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L146

Added line #L146 was not covered by tests

Check warning on line 155 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L149-L155

Added lines #L149 - L155 were not covered by tests

Check warning on line 158 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L158

Added line #L158 was not covered by tests

Check warning on line 168 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L161-L168

Added lines #L161 - L168 were not covered by tests

Check warning on line 170 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L170

Added line #L170 was not covered by tests

Check warning on line 177 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L175-L177

Added lines #L175 - L177 were not covered by tests

Check warning on line 181 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L179-L181

Added lines #L179 - L181 were not covered by tests

Check warning on line 249 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L249

Added line #L249 was not covered by tests

Check warning on line 264 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L264

Added line #L264 was not covered by tests

Check warning on line 279 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L279

Added line #L279 was not covered by tests

Check warning on line 288 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L288

Added line #L288 was not covered by tests

Check warning on line 302 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L302

Added line #L302 was not covered by tests

Check warning on line 315 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L315

Added line #L315 was not covered by tests

Check warning on line 436 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L436

Added line #L436 was not covered by tests

Check warning on line 469 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L469

Added line #L469 was not covered by tests

Check warning on line 471 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L471

Added line #L471 was not covered by tests

Check warning on line 532 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L532

Added line #L532 was not covered by tests

Check warning on line 541 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L541

Added line #L541 was not covered by tests

Check warning on line 545 in x11rb/src/xcb_ffi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

x11rb/src/xcb_ffi/mod.rs#L545

Added line #L545 was not covered by tests