Update SSOT submodules to pick up the codelist generation fix - #179
Merged
Conversation
Pulls in IATI-Standard-SSOT#789-792, which in turn pin the fixed IATI-Codelists (IATI/IATI-Codelists#505-507, #509). Without this the release still builds against the pre-fix codelists, where gen.py crashes on the namespaced `extras` elements from IATI/IATI-Codelists-NonEmbedded#427 and gen.sh swallows the exit code, so only a fraction of each version's codelist output is produced. Verified by building each version at the new pins: version codelist pages csv files 1.05 75 (was 10) 71 (was 5) 2.01 72 (was 21) 69 (was 5) 2.02 73 (was 21) 70 (was 5) 2.03 73 (was 21) 70 (was 5) codelists.json and codelists.xml are present again in every version, no namespaced keys appear in the json output, and the extras remain in the xml output as intended. The 2.01 and 2.02 bumps also carry an iatirulesets change. Diffing the generated ruleset pages before and after shows one cosmetic difference: two adjacent rule entries swap order on 2.01's standard-ruleset page. Line counts are unchanged and the sorted contents are identical, so no rule is added, removed or altered. All other ruleset pages are byte-identical. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Bjwebb
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR pulls in IATI/IATI-Standard-SSOT#789–792, which in turn pin the fixed IATI-Codelists (IATI/IATI-Codelists#505–507, #509).
This is independent of #178 but we should decide what to do about 1.04 before deploying. We could deploy it broken (it's long-deprecated!), run the same process as we have for 1.05, or merge #178.