Commit e786663
committed
Fix missing whitelist export after local word deletion
When update-words deletes local words that are no longer in the unknown
words list, the on-disk liblouis whitelist was never regenerated. The
stale file continued to contain the deleted words, causing the braille
output to differ from what the database reflects.
The put-word and delete-word paths in local.clj already call
export-local-tables; this brings the unknown-word deletion path in line
with them.
Assisted-by: Claude:claude-sonnet-4-61 parent 9164e0f commit e786663
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
0 commit comments