Re: Two new bugs blocking CI

2014-02-20 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 14-02-19 09:37 PM, Andrew Wilkins wrote:
 Glad to see that manual is now in CI.

Well... almost.  I am working to put manual into CI but was blocked by
this bug.  I'll look into the upload-tools workaround today.

Aaron
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlMGDBIACgkQ0F+nu1YWqI0yjgCaA2Oqr9tJEfBl9SD3JzXd23Fj
KbQAnj3JTGDqssuU80hDh4uVZ3QlwlSM
=LtKb
-END PGP SIGNATURE-

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Go Style Guide

2014-02-20 Thread Gustavo Niemeyer
On Thu, Feb 20, 2014 at 5:31 PM, Nate Finch nate.fi...@canonical.com wrote:
 One thing that I thought was very interesting was using import dot to get
 around circular references for tests.  I actually hit this exact problem
 just yesterday.

 https://code.google.com/p/go-wiki/wiki/Style#Import_Dot

I prefer to import the package by its own name, even when there are no
circular dependencies.


gustavo @ http://niemeyer.net

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Go Style Guide

2014-02-20 Thread Gustavo Niemeyer
On Thu, Feb 20, 2014 at 6:00 PM, Nate Finch nate.fi...@canonical.com wrote:
 Well, nevermind.  That's just terrible.  It's just black box testing the
 same as any external tests, except obfuscated because you're not using the
 package name.  I don't know why you'd ever want to do that.

Right, exactly.


gustavo @ http://niemeyer.net

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev