1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
alacritty/src/grid
Christian Duerr e01317d885
Fix failing test with bench feature
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.
2018-09-29 20:48:24 +00:00
..
mod.rs Fix rendering of selections outside the viewport 2018-09-28 22:07:24 +00:00
row.rs Fix style issues 2018-09-17 23:34:56 +00:00
storage.rs Fix failing test with bench feature 2018-09-29 20:48:24 +00:00
tests.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00