vim-unstack icon indicating copy to clipboard operation
vim-unstack copied to clipboard

Vim plugin for parsing stack traces and opening the files

Results 8 vim-unstack issues
Sort by recently updated
recently updated
newest added

If the quickfix window is (somehow) populated with execution output and contains stack traces, unstack does not identify it (I guess because of prefix '||') ``` || [python ./test.py] ||...

As a tmux user, my workflow for using unstack is usually: 1. run a failing build or test (using vim-test) 2. copy (either tmux copy mode or piping 1. to...

I have a pytest failure, it shows me a stack like this: ``` openedx_webhooks/tasks/github.py:61: in pull_request_changed current = current_support_state(pr) openedx_webhooks/tasks/pr_tracking.py:160: in current_support_state current.jira_id = current.jira_mentioned_id = get_jira_issue_key(pr) openedx_webhooks/info.py:214: in get_jira_issue_key...

This seems to get the first line of the stack trace, but I don't get any split windows. I'm not sure what I'm missing.

Example stack trace: ``` Exception in thread "main" marytts.exceptions.MaryConfigurationException: Cannot start MARY server at marytts.LocalMaryInterface.(LocalMaryInterface.java:66) at Txt2Wav.main(Txt2Wav.java:12) Caused by: java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 2 at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3410) at java.base/java.lang.String.substring(String.java:1883)...

HI, I have found another bug while unstack gdb call stacks, with this input: ``` #5 0x00007f2a68255269 in Lock (Section=..., this=) at /var/lib/Section.h:49 #6 Job::Pausing (this=0x9f1cfbe0) at /var/libJob.cpp:3661 #7 0x00007f2a6e15dfc7...

Hi, thanks for this great project, I find a bug when deal gdb call stacks with newline in the middle. Take this call stack as example: ``` #8 0x00007f2a7b70eeb7 in...

While in an Unstack tab with signs, execute the following: ``` :tab sp :tabprev :tabclose ``` The tab that was split still shows a sign in it. Calling `refresh!` does...

bug