Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes #139

Open
ray-x opened this issue Jun 21, 2022 · 5 comments
Open

Breaking changes #139

ray-x opened this issue Jun 21, 2022 · 5 comments

Comments

@ray-x
Copy link
Owner

ray-x commented Jun 21, 2022

A list of breaking changes.

21/06/22
#137
Break from dap-ui. Require both go.nvim and dap-ui update to latest.

@Davincible

This comment was marked as resolved.

@ray-x
Copy link
Owner Author

ray-x commented Jul 2, 2022

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:
#152

image

@AndrewShukhtin
Copy link

AndrewShukhtin commented Jul 2, 2022

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.

@ray-x
Copy link
Owner Author

ray-x commented Jul 3, 2022

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
Copy link
Owner Author

ray-x commented Jul 11, 2022

#166
ginkgo bump up to v2. I am not using ginkgo so it may be a breaking changes for those still using ginkgo v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants