Files
g3/crates/g3-core/src
Dhanji R. Prasanna 82c0165765 Fix unused variable warning and UTF-8 panic in string slicing
- Remove unused total_lines variable in file_ops.rs
- Fix UTF-8 boundary panic in utils.rs when generating diff error preview
  The code was slicing at byte index 200 which could land inside a
  multi-byte character (e.g., box-drawing chars like ─). Now uses
  character-based slicing with chars().take() instead.
2026-01-13 14:52:52 +05:30
..
2025-11-27 21:00:02 +11:00
2025-10-24 16:11:24 +11:00
2025-10-10 09:35:03 +11:00