Skip to content

Merge pull request #259 from naokiri/version_bump_v3.1.3 #161

Merge pull request #259 from naokiri/version_bump_v3.1.3

Merge pull request #259 from naokiri/version_bump_v3.1.3 #161

Triggered via push January 19, 2025 01:46
Status Success
Total duration 47s
Artifacts
basic_check  /  lint and format check
28s
basic_check / lint and format check
basic_check  /  cargo test
40s
basic_check / cargo test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
basic_check / lint and format check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
basic_check / cargo test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
basic_check / cargo test: src/capi.rs#L7
unused imports: `skk_context_get_composition_mode_rs` and `skk_context_get_input_mode_rs`
basic_check / cargo test: src/capi.rs#L7
use of deprecated function `skk_context_get_composition_mode_rs`: Use CskkContext.get_current_composition_mode()
basic_check / cargo test: src/capi.rs#L10
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
basic_check / cargo test: src/capi.rs#L10
use of deprecated function `skk_context_get_input_mode_rs`: Use CskkContext.get_current_input_mode()
basic_check / cargo test: src/capi.rs#L11
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
basic_check / cargo test: src/capi.rs#L13
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
basic_check / cargo test: src/capi.rs#L486
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
basic_check / cargo test: src/capi.rs#L815
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
basic_check / cargo test: src/capi.rs#L857
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
basic_check / cargo test: src/capi.rs#L798
use of deprecated method `CskkContext::get_preedit_underline`