[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More everything into the octave namespace
From: |
Carnë Draug |
Subject: |
Re: More everything into the octave namespace |
Date: |
Tue, 16 Aug 2016 17:01:23 +0100 |
On 16 August 2016 at 16:35, John W. Eaton <address@hidden> wrote:
> On 08/16/2016 11:11 AM, Carnë Draug wrote:
>
>> Grepping for "-" would show the classes that disappeared.
>>
>> The problem with this approach is that:
>>
>> 1 - it includes classes that are only used internally.
>> 2 - does not show the enclosing class for nested classes (for example,
>> the new string class, is actually nested inside text_renderer which
>> itself is a new class)
>
> Or classes that are already inside a namespace?
It does, but like in point 2, it does not show the enclosing namespace
that it is on. Which also causes issues with the call to "diff".