Closed ethan-leba closed 4 years ago
Looks like master is failing CI
Master passed: https://travis-ci.org/github/davidhalter/jedi-vim/builds/659627955. Not sure if something on the CI changed.
However, I'm still pretty sure that this PR doesn't have anything to do with the failure, so we should probably just change this test (it has been annoying before). You don't have to do anything there, that's my responsibility.
Sorry, worded that poorly. What I meant by that was that running tests on master locally failed for me
CI should be working smooth now (on master).
Here's my attempt on #1017. It's mostly working, the only issue I ran into is that the error
E21: Cannot make changes, 'modifiable' is off
always pops up before the quickfix list opens to show usages after refactoring. Other than that, it works, but I'm pretty stumped on this bug so I thought I'd just open the PR and see if any of the maintainers know what's going on here!