Re: [Xen-devel] [PATCH 5/9] go/xenlight: More informative error messages

2020-01-16 Thread George Dunlap
On 1/4/20 7:06 PM, Nick Rosbrook wrote: > On Fri, Dec 27, 2019 at 11:33 AM George Dunlap > wrote: >> >> If an error is encountered deep in a complicated data structure, it's >> often difficult to tell where the error actually is. Make the error >> message from the generated toC() and fromC()

Re: [Xen-devel] [PATCH 5/9] go/xenlight: More informative error messages

2020-01-04 Thread Nick Rosbrook
On Fri, Dec 27, 2019 at 11:33 AM George Dunlap wrote: > > If an error is encountered deep in a complicated data structure, it's > often difficult to tell where the error actually is. Make the error > message from the generated toC() and fromC() structures more > informative by tagging which

[Xen-devel] [PATCH 5/9] go/xenlight: More informative error messages

2019-12-27 Thread George Dunlap
If an error is encountered deep in a complicated data structure, it's often difficult to tell where the error actually is. Make the error message from the generated toC() and fromC() structures more informative by tagging which field being converted encountered the error. This will have the