LLVM bindings are not being updated & incorrectly reports "Updated about <duration> ago"
slimsag opened this issue · 2 comments
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 (llvm/llvm-project@555fc92) does not appear, yet godoc says:
Updated about a minute 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 llvm/llvm-project@555fc92 -- 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?
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.