Skip to content

fix in current rust version (rustc 1.86.0) #7

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

Merged
merged 9 commits into from
Apr 27, 2025

Conversation

chnlkw
Copy link
Contributor

@chnlkw chnlkw commented Apr 25, 2025

  • Fix issue when run tests in release mode.
  • Fix examples/rma.rs.
  • Update bindgen version to 0.66
  • Update ucx version to 1.18
  • Refine MaybeUninit usage:
    • fFr input params : MaybeUninit::uninit().assume_init() -> MaybeUninit::zeroed().assume_init() .
    • For output: use explicit type MaybeUninit::::uninit() .
    • Make sure no remaining MaybeUninit::uninit() that causes UB .

chnlkw added 7 commits April 25, 2025 22:34
for input params : MaybeUninit::uninit().assume_init()  -> MaybeUninit::zeroed().assume_init()
for output: use explicit type MaybeUninit::<T>::uninit()
make sure no remain MaybeUninit::uninit() causes UB
@wangrunji0408 wangrunji0408 merged commit acb197a into madsys-dev:main Apr 27, 2025
2 checks passed
@chnlkw chnlkw deleted the lkw branch April 27, 2025 06:51
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.

2 participants