mirror of
https://github.com/alacritty/alacritty.git
synced 2025-10-30 23:36:53 -04:00
Using the `bench` feature, `cargo test` was failing since one of the benchmarks was running into a debug assertion for attempting to access a line with an index beyond the grid length. Since this issue was caused by the `len` property not being serialized and deserialized, the `#[serde(skip)]` attribute has been changed to `#[serde(default)]`. The ref-test has been edited to include the correct grid length for proper deserialization. This fixes #1604. |
||
|---|---|---|
| .. | ||
| csi_rep | ||
| fish_cc | ||
| grid_reset | ||
| history | ||
| indexed_256_colors | ||
| issue_855 | ||
| ll | ||
| newline_with_cursor_beyond_scroll_region | ||
| tab_rendering | ||
| tmux_git_log | ||
| tmux_htop | ||
| vim_24bitcolors_bce | ||
| vim_large_window_scroll | ||
| vim_simple_edit | ||
| vttest_cursor_movement_1 | ||
| vttest_insert | ||
| vttest_origin_mode_1 | ||
| vttest_origin_mode_2 | ||
| vttest_scroll | ||
| vttest_tab_clear_set | ||
| zsh_tab_completion | ||