Git Product home page Git Product logo

Comments (8)

bhcleek avatar bhcleek commented on June 7, 2024 1

There are a number of cases where the current window when the response handler is called is expected to be the window that initiated the request. Therefore, I don't think win_execute can be easily swapped in here. Vim-go could check the window id and only attempt to change the window if the window to be changed to is different. Vim-go could also potentially track state and avoid attempts to change the window when one of the conditions that requires textlock is active.

Given that the fix to return early when changing the window to the current window has already landed in Vim, and that fix handles the most common cases appropriately without putting additional burden on plugin authors, I'm closing this.

Thank you for the clear bug report, the fast turnaround in Vim, and the discussion.

from vim-go.

it512 avatar it512 commented on June 7, 2024

vim version : 9.1.125

from vim-go.

it512 avatar it512 commented on June 7, 2024

vim/vim#14073

from vim-go.

it512 avatar it512 commented on June 7, 2024
image

vim/vim#14073
vim/vim#14074
@fatih

thank you! plz see

from vim-go.

bhcleek avatar bhcleek commented on June 7, 2024

The win_gotoid call locations that were referenced in vim/vim#14073 as being causes is most likely a correct analysis. Specifically, this looks like a likely candidate.

However, given that they've proposed a patch and submitted a patch, you've confirmed it resolves the problem in Vim, and that this only affects Vim versions >= 9.1.0119 and less than whatever version the patch makes it into, I don't consider this high priority.

I'll look into using win_execute, but that may be more complicated than it first appears, and I'm less than enthusiastic about pursuing that course of action, as they've also indicated they that perhaps textlock checking should be added to it.

from vim-go.

Shane-XB-Qian avatar Shane-XB-Qian commented on June 7, 2024

from vim-go.

seandewar avatar seandewar commented on June 7, 2024

The patch in question has now been included upstream as v9.1.0128.

I'll look into using win_execute, but that may be more complicated than it first appears, and I'm less than enthusiastic about pursuing that course of action, as they've also indicated they that perhaps textlock checking should be added to it.

That's mostly just me musing out loud. If there exists ways to close windows (or specifically, the "saved" curwin) during textlock from win_execute, it'd likely be better to just patch those holes out. (I've yet to find any.)

Anyway, provided that this plugin does not attempt win_gotoid to a different window during textlock, there should be no more problems (but maybe it's still possible if a LSP response comes in late, say, while the completion function is sleeping?).

from vim-go.

bhcleek avatar bhcleek commented on June 7, 2024

i felt some kinds of bad feeling was happening there

Please be assured that there are no ill feelings here.

That's mostly just me musing out loud.

Thank you for clarifying.

from vim-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.