kokoye2007 / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 1 forks source link

Keyboards cache incorrectly. #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For some reason, keyboards aren't caching properly.

Activate like so. First, add a space to Zawgyi.kms. Then:
  .\Debug\WaitZar.exe -t ..\test_cases\zawgyi_tests.txt
Then re-run:
  .\Debug\WaitZar.exe -t ..\test_cases\zawgyi_tests.txt

The first time, there are no errors. The second time, there are 16 (all the 
"zg_key" overrides). 

Original issue reported on code.google.com by seth.h...@gmail.com on 10 Nov 2010 at 10:29

GoogleCodeExporter commented 9 years ago
Fixed. We were forgetting to build the switch index (for fast lookup) for 
cache-loaded binary files. 

Original comment by seth.h...@gmail.com on 10 Nov 2010 at 10:45