Commit 2026-05-25 15:44 268c9022
View on Github →fix: decls with a non-consecutive duplicate namespace (#39794)
The dupNamespace linter only lints against duplicate namespaces which are consecutive, and changing it to lint against any duplication reveals some mistakes.
We prefix decls with _root_ when appropriate or just delete the explicit namespace when we're already inside it, and fix related mistakes.