-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index out of bounds error in src/popups/blame_file.rs, line: 622, col: 38
#2130
Labels
Milestone
Comments
BrunoWallner
changed the title
Index out of bounds error on
Index out of bounds error in Mar 14, 2024
src/popups/blame_file.rs, line: 622, col: 38
src/popups/blame_file.rs, line: 622, col: 38
ok this is a regression introduced by af9da95 by @tdtrung17693. @tdtrung17693 can you look into this? |
relevant backtrace:
|
Ok. Let me take a look at it. |
tdtrung17693
added a commit
to tdtrung17693/gitui
that referenced
this issue
Mar 17, 2024
4 tasks
Hi @extrawurst, I fixed this issue in #2133. |
extrawurst
pushed a commit
that referenced
this issue
Mar 20, 2024
hendrikmaus
added a commit
to hendrikmaus/gitui
that referenced
this issue
Mar 23, 2024
…signing * 'master' of github.com:extrawurst/gitui: (52 commits) Git Config Commit Comments (extrawurst#2145) update changelog for 0.25.2 fix another github action warning upgrade version prepare release preapre for release changelog fixes tag annotation being broken in 0.25 (extrawurst#2139) update changelog fix: 2114 Bump backtrace from 0.3.69 to 0.3.70 Fixed: - Cargo clippy errors cargo updates cargo update todo update changelog fix: index out of bounds when blaming a file ending with a blank line (extrawurst#2130) Bump bitflags from 2.4.2 to 2.5.0 Bump clap from 4.5.2 to 4.5.3 fix chrono deprecations ...
IndianBoy42
pushed a commit
to IndianBoy42/gitui
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
An index out of bounds error occurs when navigating specific file and then blaming it by pressing
shift
+B
.Steps To Reproduce
Steps to reproduce the behavior:
https://codeberg.org/BrunoWallner/apoxel
312629cb98556f883533fe65faea2387eff2e8ff
(git checkout 312629cb98556f883533fe65faea2387eff2e8ff
)tab
to go to "Files" header and navigate toapoxel/path/shader/stage_1/chunks.wgsl
shift
+B
keysExpected behavior
The Blame page should appear but instead the application crashes.
Error output
Context
The text was updated successfully, but these errors were encountered: