On 09/10/2015 11:33 PM, Peter Crosthwaite wrote:
> Allow errors to stack. If an error is already set, don't assert,
> instead, form a linked list. Recent errors are at the front of the
> list, older ones at the back.
>
> The assertion against the destination erro already being set is
s/erro/error
Allow errors to stack. If an error is already set, don't assert,
instead, form a linked list. Recent errors are at the front of the
list, older ones at the back.
The assertion against the destination erro already being set is
removed.
copy/free are all to call their functionality recursively.
Pr