Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Gordon ef375f6472 Remove old dbg!() 2025-10-30 21:49:07 -03:00
Matthew Gordon 529ac555ec Expose some Rope functions through TextBuffer
This is mostly just to silence unused code warnings for now.
2025-10-30 21:48:10 -03:00
Matthew Gordon 0ae501d150 Change Rust edition to 2024 2025-10-30 21:46:29 -03:00
Matthew Gordon 7b7e307a51 Add `impl Default` for TextBuffer 2025-10-21 22:13:56 -03:00
Matthew Gordon a621985347 Finding shape of things after leaving rope unfinished 2025-10-21 22:12:25 -03:00
Matthew Gordon fff7595b9a Minor fixes 2025-10-18 21:31:48 -03:00
Matthew Gordon aa250a8145 Update rand crate (only used in tests) 2025-10-18 21:21:50 -03:00
Matthew Gordon 2b959e5a68 Do some automated random testing of Rope 2024-11-09 11:35:27 -04:00
Matthew Gordon 454e2f12fe Make rope module directory
Replace `rope.rs` with `rope/mod.rs` and `rope/tests/mod.rs` in
preparation for adding more elaborate testing for `Rope`.
2024-11-08 22:02:23 -04:00
Matthew Gordon c2f71aac22 Add Rope::iter_chars_with_point() 2024-10-21 21:37:36 -03:00
Matthew Gordon f92e86601e Move ged-core into workspace 2024-10-21 12:54:30 -03:00