Re: Static Analysis on Juju

2014-06-24 Thread Frank Mueller
Fantastic job, thanks. It's really interesting to dive into our code this way. mue On Mon, Jun 23, 2014 at 11:45 PM, Matthew Williams matthew.willi...@canonical.com wrote: Hi Folks, As some of you will be aware the latest version of go includes some static analysis tools in godoc:

Re: Static Analysis on Juju

2014-06-24 Thread John Meinel
It seems interesting, but seems a bit buggy at the moment. I tried going here: http://162.213.34.143:8080/pkg/github.com/juju/charm/#pkg-callgraph And then tried to expand one of the external links, to have it expand and then immediately collapse. Also, if I go to IsValidName and expand the

Static Analysis on Juju

2014-06-23 Thread Matthew Williams
Hi Folks, As some of you will be aware the latest version of go includes some static analysis tools in godoc: http://golang.org/lib/godoc/analysis/help.html As is noted in the above, the analysis is quite slow (and resource intensive), but I wanted to find out if there was any useful output. To

Re: Static Analysis on Juju

2014-06-23 Thread Nate Finch
That's awesome, thanks for doing that. I'm interested to see what comes out of it. On Mon, Jun 23, 2014 at 5:45 PM, Matthew Williams matthew.willi...@canonical.com wrote: Hi Folks, As some of you will be aware the latest version of go includes some static analysis tools in godoc: