From: Robert Varga Date: Tue, 8 Dec 2020 15:28:01 +0000 (+0100) Subject: Use simple index for feature/extension/identity X-Git-Tag: v7.0.0~335 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3cb21f96c1d8b5b22dc948a2c016180cb2456fc8;hp=3cb21f96c1d8b5b22dc948a2c016180cb2456fc8;p=yangtools.git Use simple index for feature/extension/identity Modules expose these three contructs in their user-facing namespaces. While the same is available through inference's view of things, and it is tempting to reuse those, this is a DTO contract over provided substatements, hence use a simple filter to construct our own view of the contents. This reduces the dependency on NamespaceStmtCtx, making it easier to separate the logic the DTO logic and the inference logic. Change-Id: I544dd0d2b7f3cf07ea71f1075571056a0c62682d Signed-off-by: Robert Varga ---