mirror of
https://github.com/golang/go
synced 2024-11-18 08:54:45 -07:00
d3bf790afa
Now that we support authoring cgo packages better, we need a way to regenerate the C definitions. Doing it automatically is very difficult; in particular, referencing a new symbol from the C package may require regeneration, but we don't want to do that for every typo. For now, give the user a button and make them push it. We attach a code lens to the import "C" line. This is vulnerable to the usual user-didn't-save glitches. Updates golang/go#35721. Change-Id: Iaa3540a9a12bbd8705e7f0e43ad0be1b22e87067 Reviewed-on: https://go-review.googlesource.com/c/tools/+/234103 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> |
||
---|---|---|
.. | ||
analysisinternal | ||
apidiff | ||
event | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
proxydir | ||
span | ||
testenv | ||
tool | ||
xcontext |