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

Fails to register the amounts of ingredients #990

Open
chiffa opened this issue May 31, 2020 · 2 comments
Open

Fails to register the amounts of ingredients #990

chiffa opened this issue May 31, 2020 · 2 comments

Comments

@chiffa
Copy link

chiffa commented May 31, 2020

This issue seems to be related to #989

When the amounts are entered manually following a parse fail, all the amounts, except fractions, are lost upon the application re-start.

My best guess would be something not working out in SQL interface with floats/integers.

Version 0.17.4-win32, installed on Windows 10, Version 1903

@cydanil
Copy link
Contributor

cydanil commented Jun 1, 2020

This has to do with the regex employed to parse the text input.

In a fork, I showed a few examples of inputs that should work, but aren't handled correctly.

@chiffa
Copy link
Author

chiffa commented Jun 1, 2020

That would make sense for parsing (#989), but why when the data is then re-entered manually it fails to save?

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

No branches or pull requests

2 participants