On Tue, 10 Dec 2013 20:09:25 -0800
Peter Crosthwaite wrote:
> Following our discussion RE self asserting API calls, here is a spin of
> my proposal. This series obsoletes the need for _nofail variants for
> Error ** accepting APIs. Is also greatly reduces the verbosity of calls
> sites that are c
On Thu, 12 Dec 2013 08:23:06 +0100
Markus Armbruster wrote:
> Peter Crosthwaite writes:
>
> > On Wed, Dec 11, 2013 at 11:57 PM, Markus Armbruster
> > wrote:
> >> Peter Crosthwaite writes:
> >>
> >>> Following our discussion RE self asserting API calls, here is a spin of
> >>> my proposal. Th
Peter Crosthwaite writes:
> On Wed, Dec 11, 2013 at 11:57 PM, Markus Armbruster wrote:
>> Peter Crosthwaite writes:
>>
>>> Following our discussion RE self asserting API calls, here is a spin of
>>> my proposal. This series obsoletes the need for _nofail variants for
>>> Error ** accepting APIs
On Wed, Dec 11, 2013 at 11:57 PM, Markus Armbruster wrote:
> Peter Crosthwaite writes:
>
>> Following our discussion RE self asserting API calls, here is a spin of
>> my proposal. This series obsoletes the need for _nofail variants for
>> Error ** accepting APIs. Is also greatly reduces the verbo
Peter Crosthwaite writes:
> Following our discussion RE self asserting API calls, here is a spin of
> my proposal. This series obsoletes the need for _nofail variants for
> Error ** accepting APIs. Is also greatly reduces the verbosity of calls
> sites that are currently asserting against errors.
Following our discussion RE self asserting API calls, here is a spin of
my proposal. This series obsoletes the need for _nofail variants for
Error ** accepting APIs. Is also greatly reduces the verbosity of calls
sites that are currently asserting against errors.
Patch 1 is the main event - additi