You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at 'internal error: entered unreachable code: every line in hunk has one of '+', '-', or ' ' inserted after parsing', src/status.rs:97:26
stack backtrace:
0: rust_begin_unwind
at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/std/src/panicking.rs:593:5
1: core::panicking::panic_fmt
at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panicking.rs:67:14
2: <&T as core::fmt::Display>::fmt
3: core::fmt::rt::Argument::fmt
at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/fmt/rt.rs:138:9
4: core::fmt::write
at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/fmt/mod.rs:1094:21
5: <gex::status::Status as gex::render::renderer::Render>::render
6: gex::main
The text was updated successfully, but these errors were encountered:
In the case of a newline inserted at the end of the file, git gives a
diff line leading with the previously unexpected '\' char.
NOTE: I think the assertion of characters being inserted was plainly
mistaken. Note to self to more strongly verify these assertions in
future.
fix#62
In the case of a newline inserted at the end of the file, git gives a
diff line leading with the previously unexpected '\' char.
NOTE: I think the assertion of characters being inserted was plainly
mistaken. Note to self to more strongly verify these assertions in
future.
fix#62
Is there an existing issue for this?
Description
Attempted to render the following diff in piturnah.xyz
Expected Behavior
The diff should've been plainly rendered
Steps To Reproduce
No response
Environment
Anything else?
Backtrace:
The text was updated successfully, but these errors were encountered: