octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OCTAVE_DEPRECATED and cset 27594


From: Rik
Subject: OCTAVE_DEPRECATED and cset 27594
Date: Fri, 13 Dec 2019 17:51:59 -0800

jwe,

I was reviewing this changeset

changeset:   27594:e091e09d26f0
user:        John W. Eaton <address@hidden>
date:        Thu Oct 31 00:51:45 2019 -0400
summary:     restore some symbol table functions for backward compatibility

which introduces many lines in symtab.h like this one

    // OCTAVE_DEPRECATED (V, "use 'interpreter::at_top_level' instead")
    bool at_top_level (void);

Should the deprecation warning be removed since it is not used?  Or, if it
is going to be used in the future, should we put in an Arabic numeral for
the version number rather than a Roman one?  The rest of the
OCTAVE_DEPRECATED instances use 5, 6, or 7 rather than "V".

--Rik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]