Billie Cleek

Results 132 comments of Billie Cleek

FWIW, I think this behavior may change in a future release of Go. https://github.com/golang/go/issues/36513 specifically addresses it and links to other relevant issues, too. I take your point about having...

The problems here are with a few specific and odd scenarios for [number literals that were released in Go 1.13](https://go.dev/doc/go1.13#language) 1. non-decimal floating point representations (e.g. `0010e-2`, `0x1p`, etc.) 2....

What value are you using for `g:go_fmt_command`?

I'm having a hard time getting enough errors and of the right types to duplicate what you're seeing. Do you have a file I could use as a test case?

I've been able to duplicate this with `g:go_fmt_command` set to `gofmt`, but not with the default, `gopls` -- `gopls` seems to abbreviate the number of errors in the cases I've...

> The problem is, I can't figure out a way to add that flag to the dlv command that gets run with GoDebugStart. If you want to try this, you'd...

The position of the relevant line has changed since my previous comments, but you found its new position. I'd prefer to not allow arbitrary flags. For this, we'd probably want...

I'd be happy to review a PR. Keep in mind that the client currently kills the process being debugged when it exits. That will need to be made conditional on...

I'd have to look more closely to know for sure. There's a logging window that shows all the interaction with the debugger; it should reveal whether dlv is sending any...

Which go environment variables from `go env` are used in vim-go, but don't have a `go#util#xxx` function?