1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

11 Коммитов

Автор SHA1 Сообщение Дата
srothgan
56f531a73f chore: migrate to Rust 2024 edition and bump to v0.9.2 (#12)
* chore: migrate to Rust 2024 edition and bump to v0.9.2

- Bump edition to 2024 and rust-version to 1.85.0
- Replace f64::log10 with usize::ilog10 in num_digits
- Fix clippy lints surfaced by edition bump: repeat_n, derived Default, then_some
- Expand watch-check and watch-test aliases to cover all feature paths (crossterm_0_28, no-backend, tuirs variants, serde, arbitrary)
- Expand CI test and clippy workflows to full 6/8-entry feature matrices including termion on Ubuntu
- Apply rustfmt import reordering from edition 2024 rules

* fix: revert turis linux checks
2026-02-20 03:38:50 +10:00
rhysd
6d68ba128d add --why to cargo watch commands 2023-11-02 22:55:28 +09:00
rhysd
18d709f1d9 add unit tests for converting backend input events into Input 2023-10-25 21:21:44 +09:00
rhysd
953ec9b295 move doc tests from tui-rs to ratatui 2023-10-24 14:26:50 +09:00
rhysd
f4cd38ed50 use rust,ignore code fences in readme.md (fix #34)
so that we no longer need to add `--skip` on `cargo test`
2023-10-19 11:50:49 +09:00
rhysd
385ed43f74 fix contributing guide and clippy warnings in tests 2023-10-02 14:46:29 +09:00
rhysd
df5d6aed11 fix watch-check and watch-test cargo subcommands 2023-10-02 02:39:29 +09:00
rhysd
8097183e75 add tests for CursorMove::Top and CursorMove::Bottom 2022-07-20 15:50:00 +09:00
rhysd
cd14cc10d6 separate section to run a fuzzer in CONTRIBUTING.md 2022-07-18 20:30:44 +09:00
rhysd
db83c4d14a add benchmark suites for text search 2022-07-10 21:54:17 +09:00
rhysd
2ed0df07cf add project-local cargo aliases 2022-07-09 17:44:37 +09:00