-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix(ci)!: bump Rust, bump bindgen to v0.70.1, and drop macos-12
#33
Conversation
Err(unsafe { std::mem::transmute(result) }) | ||
Err(unsafe { | ||
std::mem::transmute::<open_jtalk_sys::text2mecab_result_t, Text2MecabError>(result) | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本当はstd::mem::transmute
自体置き換えたいけど、とりあえず今回はClippyを黙らせるだけ。
何だろう?bindgenがエラーなく空っぽの.rsを吐き出してる?CMakeかClangあたりかな... |
実際空っぽじゃないけど、なんか破壊されていた |
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
Co-authored-by: qryxip <[email protected]>
なんかbindgenを最新まで上げたら大丈夫だった。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
この一気に自動コミットされまくるの、久しぶりですねぇ!
あ、そういえばマージ権限が無いですね。 |
ほんとだ! 権限つけられたと思います! |
あっすみませんでした!! 変更しました 🙇 🙇 🙇 |
macos-12
to fix the CI
|
macos-12
to fix the CImacos-12
内容
関連 Issue
スクリーンショット・動画など
その他