[EPAC-874]: implement Saskatchewan Hansard adapter#582
Merged
riddim-developer-bot[bot] merged 1 commit intoMay 25, 2026
Conversation
riddim-developer-bot
Bot
deleted the
symphony/epac-874-implement-saskatchewan-hansard-transcripts-adapt
branch
May 25, 2026 13:41
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.
Reviewer-Boundary: review-only
What changed
SaskatchewanHansardAdapterfor Saskatchewan Debates and Proceedings transcript loading with XML-first probing and HTML fallback.Verification
cd ios && make buildpassed.cd ios && xcodebuild build-for-testing -project epac.xcodeproj -scheme epac -destination 'platform=iOS Simulator,id=A42F2FBA-FC7A-4EFF-8F85-C402A8850ED6' -derivedDataPath .build -only-testing:epacTests/SaskatchewanHansardAdapterTests -quietpassed.scripts/check-boundaries.shpassed.swiftlint --strict --quiet ios/epac/Data/Adapters/Hansard/SaskatchewanHansardAdapter.swift ios/epac/Data/Repositories/SwiftDataHansardRepository.swift ios/epac/epacApp.swift ios/epacTests/Hansard/SaskatchewanHansardAdapterTests.swiftpassed.python3 scripts/localization/check_localizations.py --github-warningsexited 0 with pre-existing warnings for missingonboarding.welcome.titlelocalizations.git diff --check origin/main...HEADpassed.Skipped / blocked checks
cd ios && make test TEST_ONLY=SaskatchewanHansardAdapterTestsbuilt the test target but local simulator launch failed withIDEPseudoTerminalDomain Code=7/NSPOSIXErrorDomain Code=6(Pseudo Terminal Setup Error,Device not configured). A direct PTY allocation also failed locally withfailed to openpty ... Device not configured.swiftlint --strict --quietis blocked by unrelated baseline violations outside this change set; changed Swift files pass strict lint.Resolves EPAC-874.
Release-Note: Added Saskatchewan Hansard transcript loading support for the Parliament tab.