Brandon Sprague

Results 69 comments of Brandon Sprague

One more data point: I just experienced the panic (same line number) on `:wa`. I've been careful not to type `:wq` to try and avoid triggering the issue.

Most definitely! I've built #2267 locally, I'll test with that for a bit and update the thread.

> @bcspragu it would be helpful if you could figure out the issue with your backtrace and get it populated with symbols correctly. Ah, didn't even occur to me that...

Legible stack trace, taken at master/HEAD: ``` $ RUST_BACKTRACE=1 GOPACKAGESDRIVER=$PWD/scripts/gopackagesdriver.sh hx -vvvv thread 'main' panicked at 'no entry found for key', helix-view/src/document.rs:1006:10 stack backtrace: 0: rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 1: core::panicking::panic_fmt...

> As a side note, I'm really curious what machine you're running this on. Judging by your earlier logs, I can see there are a lot of interrupts in the...

I wasn't able to cause the crash by moving yanked + pasted chunks around between a few different files, which is good! I'm going to use it for a day...

@dead10ck I'm still getting a panic on the same line (line number has changed in your branch though): stack trace ``` thread 'main' panicked at 'no entry found for key',...

> Ok, I'm fairly certain I've narrowed down the cause. It's pretty easily reproducible. I'll post details and hopefully a fix later when I can get to it. But short...

> @bcspragu could you please try out this branch when you get a chance? I was no longer able to reproduce the issue locally after this change. I used your...

I hit this one a few times a day now, same error: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Line index out of bounds: line index...