<div dir="ltr">This sounds great, and sounds like a sed replacement of:<div>  s/Assert(err, gc.IsNil)/Assert(err, jc.IsNil)/</div><div><br></div><div>would be quite useful.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 18, 2014 at 8:22 AM, Tim Penhey <span dir="ltr"><<a href="mailto:tim.penhey@canonical.com" target="_blank">tim.penhey@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">'ello 'ackers,<br>
<br>
This is something that I have been meaning to add for quite some time.<br>
<br>
We have been recording stack traces with the juju/errors library, but<br>
until now, they have been of limited use.<br>
<br>
One of the key places I have wanted to see the stack trace for a while<br>
is when running tests, and I have a function that returns an error, I'd<br>
normally have:<br>
<br>
  c.Assert(err, gc.IsNil)<br>
<br>
to make sure the error is nil.  Now I have added a checker into the<br>
juju/testing/checkers that is error aware.<br>
<br>
If you now use jc.IsNil instead of gc.IsNil, and the value is an error,<br>
and the error has a stack trace, it will get printed out.<br>
<br>
Very handy.<br>
<br>
The dependencies of master have the versions you need to use it now.<br>
<br>
Cheers,<br>
Tim<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Juju-dev mailing list<br>
<a href="mailto:Juju-dev@lists.ubuntu.com">Juju-dev@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
</font></span></blockquote></div><br></div>