James McCoy
James McCoy
On i686, the u64 test sometimes fails because the required alignment is 4-bytes, not 8-bytes. Closes #56 Co-authored-by: Peter Michael Green
``` failures: ---- tests::test_data_ptr_alignment stdout ---- thread 'tests::test_data_ptr_alignment' panicked at 'assertion failed: v.data_raw() as usize % 8 == 0', src/lib.rs:2666:9 ```
https://github.com/DzenanJupic/concat-idents/blob/b673605e675a29f6da3a61fba27ab37c9e8d01bf/Cargo.toml#L12-L14 Linux distributions typically create packages from the crates, rather than the git repo, so this means they're not able to run the tests. Would you be willing to re-add...
### Steps to reproduce 1. `env LC_CTYPE=tr_TR.UTF-8 vim --clean` 2. `:autocmd GUIEnter` Bisecting shows this is a regression introduced in v9.1.0256. ### Expected behaviour Any defined GUIEnter autocmds are listed....
Since https://github.com/rust-lang/cc-rs/pull/934, the tests are no longer included in the crate. However, some distributors (like Debian) create their packages from the crate rather than the git repo. This means Debian...
Debian's [CI for arm64](https://ci.debian.net/packages/l/lua-luv/unstable/arm64/) has recently started failing this test more often than not. I increased the sleep to 100 and some local tests show that to be more reliable,...
# Issue Prelude **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your issue:** - [x] I have read and understood YCM's...