Nick Coghlan wrote:
> On Tue, Mar 6, 2012 at 8:34 PM, Stefan Krah wrote:
> > The obvious question is: Will anyone need view==NULL in the future or
> > can we remove the special case?
>
> The public API will still need a guard (to report an error), but +1
> for otherwise eliminating the undocumen
Nick Coghlan, 06.03.2012 12:19:
> On Tue, Mar 6, 2012 at 8:34 PM, Stefan Krah wrote:
>> The obvious question is: Will anyone need view==NULL in the future or
>> can we remove the special case?
>
> The public API will still need a guard (to report an error), but +1
> for otherwise eliminating the u
On Tue, Mar 6, 2012 at 8:34 PM, Stefan Krah wrote:
> The obvious question is: Will anyone need view==NULL in the future or
> can we remove the special case?
The public API will still need a guard (to report an error), but +1
for otherwise eliminating the undocumented special case.
Cheers,
Nick.