Skip to content

Fix a dead United glob and two prose source paths - #2178

Merged
abrignoni merged 1 commit into
mainfrom
fix/ileapp-source-path-and-united-glob
Sep 13, 2026
Merged

Fix a dead United glob and two prose source paths#2178
abrignoni merged 1 commit into
mainfrom
fix/ileapp-source-path-and-united-glob

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Fixes a dead glob and two prose source paths in iLEAPP.

  • united_ife_watch_history declared a single pattern where two were meant: a missing comma joined the Core Data store glob onto the preferences plist path, so it matched nothing. It now stages the store on the one registered corpus that carries it.
  • voicemail and callHistory each returned a sentence as the source path on a branch that also produces rows. Both now return the files read, newline joined.

Row counts are unchanged on nine corpora and on the two constructed trees that exercise the fixed branches.

🤖 Generated with Claude Code

united_ife_watch_history declared one pattern where two were meant: a missing
comma joined "*/UnitediPhoneCoreData.sqlite*" onto the preferences plist path,
so the artifact matched nothing. On abe_ios16, the one registered corpus with
the store, no United file was staged before the fix and the store and its
sidecars were staged after it. ZUACDINFLIGHTMEDIA is present there with no rows,
which is now recorded in sample_data.

voicemail returned 'See Filename Column' as its source path on the branch that
reads audio and transcript files without voicemail.db, and callHistory returned
"Source file path in the report below" when both CallHistory.storedata and
CallHistoryTemp.storedata held records. Both branches reach the report's located
at line with rows, so both now return the files actually read, newline joined.
Neither branch is reached on a registered corpus; each was exercised on a
constructed tree, and the notes say so.

Row counts are unchanged on the nine corpora run and on both constructed trees.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit 136561b into main Sep 13, 2026
10 checks passed
@abrignoni
abrignoni deleted the fix/ileapp-source-path-and-united-glob branch September 13, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant