mongo/modules_poc/needs_replacement.jq
Ronald Steinke 88c79d8e82 SERVER-103729 Data generators for NEEDS_REPLACEMENT and USE_REPLACEMENT warnings (#35951)
GitOrigin-RevId: c8be2a83078ab368fff0dd4a12777b950f4377e1
2025-05-22 16:45:06 +00:00

6 lines
190 B
Plaintext

include "util" {search: "./"};
map(. as $decl | select((.visibility | test("^needs_replacement")) and
any(.used_from[]; is_submodule($decl) | not))) |
group_by_visibility_parent_non_ns