[go-nuts] test debugging woes

2017-11-17 Thread DV
I wish I could help you, but your description of the problem could not be more vague. Your post can be rewritten as "problem pls help". What library is this? Is it on GitHub? Can we look at it? What section of code is returning nil? Is nil the problem? Or is there a panic? What's your code lo

[go-nuts] test debugging woes

2017-11-16 Thread tomdenton via golang-nuts
Hello! I'm debugging a strange test failure, and with the magic of printf debugging (t.Logf) have been adding bits to the test itself to get a sense of what's wrong. The bad bahaviour is happening deep in library code, in a function which returns nil for one of six reasons... I threw some log.