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

Migrate to zspell-next for the next release #31

Merged
merged 13 commits into from
Dec 30, 2022
Merged

Migrate to zspell-next for the next release #31

merged 13 commits into from
Dec 30, 2022

Conversation

tgross35
Copy link
Contributor

Fixes #30

The goal here is to take lessons learned to redesign our tool for more flexibility.

I will attempt to keep the main API surface consistent, but a lot of currently public types & fields will go private

Work on basic parsers
Adding tests

Update parsers, further tests passing

Finished parser basics, simple test works

Corrected pattern, tests pass

Updated parsers, line number tests passing
Some error refactoring
Added condition checkers [no ci]

Reworked error types [no ci]

Update regex formatting

Tests passing for condition checking & pattern apply

apply_pattern now working for RuleGroup
Basic word creation test working

Added some benchmark functions

Updated datastructure bench

Added benchmark results [no ci]
Update borrowed implementations

Add some more methods, update clippy

Update tests
Project refactoring

Type refactoring [no ci]

Work on affix creation

Check passed

Test checks work [no ci]
Fixed clippy lints

All tests except builder passed

Refactored, check passed

Work on tests
Work on updating CLI

Spellchecker CLI compiles

Basic suggestions working!
Updated doc wording
@tgross35
Copy link
Contributor Author

At this point, our structure is pretty well set so I'm good to merge this into main. We can make an alpha release there

@tgross35 tgross35 merged commit 34ff59d into main Dec 30, 2022
@tgross35 tgross35 deleted the 30-zspell-next branch December 30, 2022 05:34
@tgross35 tgross35 mentioned this pull request Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project Restructuring
1 participant