golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 267 forks source link

LLVM bindings are not being updated & incorrectly reports "Updated about <duration> ago" #668

Closed slimsag closed 4 years ago

slimsag commented 4 years ago

It appears that the LLVM bindings at https://godoc.org/llvm.org/llvm/bindings/go/llvm are not being updated. Clicking Refresh now at the bottom of the page leads to an error:

Error refreshing package: Timeout getting package files from the version control system.

For example, the Subprogram method added 30m ago (https://github.com/llvm/llvm-project/commit/555fc92a85914c2bcccbc01886039284c4f9db57) does not appear, yet godoc says:

Updated about a minute ago.

slimsag commented 4 years ago

Curiously, https://godoc.org/github.com/llvm/llvm-project/llvm/bindings/go/llvm does refresh but also does not include the Subprogram method added in https://github.com/llvm/llvm-project/commit/555fc92a85914c2bcccbc01886039284c4f9db57 -- so I am less sure now that this is a problem with the repository not updating. Maybe this is a problem with doc generation instead?

slimsag commented 4 years ago

https://godoc.org/github.com/llvm/llvm-project/llvm/bindings/go/llvm#Value.Subprogram

Looks like it has appeared now, not sure what the cause was but given it shows up now I'll close.