go.nvim icon indicating copy to clipboard operation
go.nvim copied to clipboard

Breaking changes

Open ray-x opened this issue 2 years ago • 5 comments

A list of breaking changes.

21/06/22 https://github.com/ray-x/go.nvim/issues/137 Break from dap-ui. Require both go.nvim and dap-ui update to latest.

ray-x avatar Jun 21 '22 11:06 ray-x

This check doesn't work for me, it keeps opening windows indefinitely

https://github.com/ray-x/go.nvim/blob/d402d9cbf9e62b4c8e9b8ced3d67db18cfcdf923/lua/go/dap.lua#L272-L275

Davincible avatar Jun 29 '22 23:06 Davincible

I will move to neovim 0.7 and greater. One reason is treesitter master will no longer support 0.6.x. The major change in go.nvim will be change the key map API to vim.keymap.set

PR: https://github.com/ray-x/go.nvim/pull/152

image

ray-x avatar Jul 02 '22 00:07 ray-x

Hello! Thank you for a great plugin!

I've just tried this branch and I have an issue: After exit dap session with GoDbgStop i still have mapping for dapui, i.e.

| key | Description                              |
| --- | ---------------------------------------- |
| c   | continue                                 |
| n   | next                                     |
| s   | step                                     |
| o   | stepout                                  |
| S   | cap S: stop debug                        |
| u   | up                                       |
| D   | cap D: down                              |
| C   | cap C: run to cursor                     |
| b   | toggle breakpoint                        |
| P   | cap P: pause                             |
| p   | print, hover value (also in visual mode) |

And i can't, for example, undo changes in my file.

UPD:

Read the manual!

Solved by GoDebug -s -- unset dap remaps.

AndrewShukhtin avatar Jul 02 '22 15:07 AndrewShukhtin

Branching out 0.6.1 for users till using neovim 0.6.x version. https://github.com/ray-x/go.nvim/tree/nvim_0.6.1 The head will only support 0.7.x and later after branching out.

ray-x avatar Jul 03 '22 23:07 ray-x

https://github.com/ray-x/go.nvim/pull/166 ginkgo bump up to v2. I am not using ginkgo so it may be a breaking changes for those still using ginkgo v1

ray-x avatar Jul 11 '22 07:07 ray-x