Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dict): implement uhash loader and migrator #434

Merged
merged 11 commits into from
Mar 7, 2024

feat(dict): migrate legacy dictionary to new format

c94ba0e
Select commit
Loading
Failed to load commit list.
Merged

feat(dict): implement uhash loader and migrator #434

feat(dict): migrate legacy dictionary to new format
c94ba0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 7, 2024 in 1s

89.47% of diff hit (target 79.69%)

View this Pull Request on Codecov

89.47% of diff hit (target 79.69%)

Annotations

Check warning on line 20 in src/dictionary/cdb.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/cdb.rs#L20

Added line #L20 was not covered by tests

Check warning on line 244 in src/dictionary/cdb.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/cdb.rs#L234-L244

Added lines #L234 - L244 were not covered by tests

Check warning on line 90 in src/dictionary/kv.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/kv.rs#L84-L90

Added lines #L84 - L90 were not covered by tests

Check warning on line 119 in src/dictionary/loader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/loader.rs#L119

Added line #L119 was not covered by tests

Check warning on line 132 in src/dictionary/loader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/loader.rs#L132

Added line #L132 was not covered by tests

Check warning on line 96 in src/dictionary/uhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/uhash.rs#L96

Added line #L96 was not covered by tests

Check warning on line 103 in src/dictionary/uhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/uhash.rs#L103

Added line #L103 was not covered by tests

Check warning on line 115 in src/dictionary/uhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dictionary/uhash.rs#L115

Added line #L115 was not covered by tests