This change adds an error return value to BExportData and replaces the various calls to log.Fatal within that library with panics that propagate the internal error up the call stack to BExportData which recovers and returns the error. Fixes golang/go#25431 Change-Id: Id628c63a04145bb469bd6fbc7fbab1b0fa291b2c Reviewed-on: https://go-review.googlesource.com/113457 Reviewed-by: David Symonds <dsymonds@golang.org> Reviewed-by: Rob Pike <r@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| ast/astutil | ||
| buildutil | ||
| callgraph | ||
| gccgoexportdata | ||
| gcexportdata | ||
| internal | ||
| loader | ||
| pointer | ||
| ssa | ||
| types/typeutil | ||
| vcs | ||