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

Same inputs are not considered second time #55

Open
Mukhammadsaid19 opened this issue Jan 30, 2022 · 1 comment
Open

Same inputs are not considered second time #55

Mukhammadsaid19 opened this issue Jan 30, 2022 · 1 comment
Labels

Comments

@Mukhammadsaid19
Copy link

Mukhammadsaid19 commented Jan 30, 2022

I don't understand why same or same-prefixed tokens are not considered again. When I input the word boyy (assuming it's English), the first time it displays all corrections, but then it ignores all consequent checks for boyy, boy, bo, b, without any corrections. I bet it is done on purpose, I looked up -- probably init_input(char* line) is responsible for behavior (I assume it tries to cache it, but why and how?). Is it really done on purpose? If yes, how to make use of it? Thank you!

flammie added a commit that referenced this issue Jan 30, 2022
@flammie
Copy link
Member

flammie commented Jan 30, 2022

Probably the last few commits broke it, I tried to limit the memory use of the cache system it seems to make a lot of problems on continuous usage... I haven''t quite fully figured out the cache myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants