Log in

HCMC Journal

LEMDO 2026-01-05 to 2026-01-09

to : Martin Holmes
Minutes: 410

On Monday, took a look at what seem to be obsolete @type values in the EMEE home page, and raised an issue for that. Then started looking at the new requirement for finding false cues across speeches in addition to within them. I refactored the original code so that the two processes, which will have to be run separately, can share a lot of functionality and variables. Then confirmed that the original process is still working, before setting up a driver file for the second process. Obviously a lot more to do here.

On Wednesday, did a tiny bit of debugging with JJ on a play rendering issue.

On Thursday, started working through the link-checker results for EMEE; there are about 1100 links to check, and I’ve got through 200 of them, creating two tickets on GH as I go. Fixed a few simple ones directly.

On Friday, worked through another 200 of the EMEE links, and got a bit deeper into the false-cues-across-speeches code, which needs to be much more elegant than the within-speeches code since it will need to avoid re-processing the same speech multiple times when comparing it to other speeches. It’s now set up to use a single apply-templates pass, maintaining state with an accumulator. That part of it is working, but I haven’t written the actual comparison code yet.