cliqz-oss / keyvi

Keyvi - a key value index that powers Cliqz search engine. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
https://cliqz.com
Apache License 2.0
179 stars 38 forks source link

Throw exception when compiler is used in a wrong fashion: calling write without prior compile. #226

Closed hendrikmuhs closed 7 years ago

hendrikmuhs commented 7 years ago

fixes #225

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.007%) to 86.717% when pulling cb2d2a6bf898b9abf8b1fa71b616a6b778f255dd on hendrikmuhs:fix-#225 into b3e11ad2e5fa53d081a6b868b22767548b3eb6fd on cliqz-oss:master.

narekgharibyan commented 7 years ago

LGTM