Closed Ripounet closed 9 years ago
Thanks! I would like to solve the underlying issue, too. Could you post a copy of reorder.go or a simplified version that shows the same problem?
Hi Jeremy The same happens when godebug running a hello world go file. The root of the problem seems to be that for some reason "go list std" prints errors and returns value 1 (though it also prints the non-error packages). Not sure anything can be done in godebug, it's already sensible to print the error and continue execution. Maybe print the error to Stderr instead of Stdout? Cheers
I made it print to stderr and cleaned up the message a bit. Thanks for letting me know about this!
I'm guessing godebug should still work in this case, though possibly a bit slower. Is it otherwise working correctly for you?
Here is the first error I stumbled on after gogetting :
and here is what the true command displays on my system (error on stderr, list items on stdin) :