vim-just
vim-just copied to clipboard
Vim Just Syntax
Our ftdetect test runner currently uses `serde_yaml` for deserializing the test cases specifications. But this crate [is now officially dead](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34), with [last version ending in "+deprecated"](https://crates.io/crates/serde_yaml). The `unsafe-libyaml` crate (by...
Our test runner currently uses `once_cell::sync::Lazy` in a few places. Discussion at https://github.com/NoahTheDuke/vim-just/pull/84#discussion_r1581661677 considered using `std::sync::LazyLock` instead of `once_cell`, but that didn't happen because `LazyLock` was nightly-only at the time....
Tracking the list of syntaxes to add support for after the next `just` release is tagged: - [ ] [`set script-interpreter`](https://github.com/casey/just/commit/14489c03767ab6d32d5487324eb27db801665122)
Tracking the list of syntaxes to add support for after the next `just` release is tagged: - [ ] [`\u{...}` escape sequences](https://github.com/casey/just/commit/d2c66e9fa9a0b35f9065644e24d80568744a06ce)
In https://github.com/NoahTheDuke/vim-just/issues/78 / https://github.com/NoahTheDuke/vim-just/commit/53459ce5cc358ad3844f3ee5ac57ec3e4e3097b5 we removed the "Install Rust Toolchain Components" step, because it's redundant in the current CI runner image. But according to [documentation of upcoming Ubuntu 24.04 runner](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#rust-tools)...