You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #257 , there's a issue in previous version of "gitlinker.commons.async". I just updated it in linrongbin16/commons.nvim#311.
The new "async" module is a much simpler and easier coroutine module with only two APIs: wrap and void, but works correctly on Fedora 41 workstation edition (tested in #264).
Since this migration has no visible benefits for users (#258 already fixed the bug), I will pend it until there's a proper timing to do it.
The text was updated successfully, but these errors were encountered:
linrongbin16
changed the title
Migrate to "plenary.async" for async/coroutine
Migrate to new async/coroutine module
Feb 2, 2025
As discussed in #257 , there's a issue in previous version of "gitlinker.commons.async". I just updated it in linrongbin16/commons.nvim#311.
The new "async" module is a much simpler and easier coroutine module with only two APIs:
wrap
andvoid
, but works correctly on Fedora 41 workstation edition (tested in #264).Since this migration has no visible benefits for users (#258 already fixed the bug), I will pend it until there's a proper timing to do it.
The text was updated successfully, but these errors were encountered: