Skip to content
Merged

Fix #87

Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
d7c5e9f
merge main
SFJohnson24 Jun 10, 2026
fcf7fe8
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jun 15, 2026
ecc45ab
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jun 15, 2026
e963a40
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jun 15, 2026
7d9c521
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jun 19, 2026
b38668f
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jun 29, 2026
bfbb777
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 1, 2026
b5695eb
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 2, 2026
ce51a06
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 7, 2026
8369da5
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 7, 2026
007e0bd
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 10, 2026
7a673a0
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 13, 2026
0774220
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 14, 2026
a8961cb
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 16, 2026
d8b68e0
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 17, 2026
5a6942c
Merge branch 'main' of https://github.com/cdisc-org/cdisc-open-rules
SFJohnson24 Jul 27, 2026
df48379
fix
SFJohnson24 Jul 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/filter_core_ids_by_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def main() -> int:

filtered_core_ids = collect_filtered_core_ids(rules_root, args.standards)
output_core_ids = intersect_with_requested(filtered_core_ids, args.core_ids)
print(" ".join(filtered_core_ids))
print(" ".join(output_core_ids))
return 0

Expand Down
Loading