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

Fixes endless loop bug when entering an invalid year (via keyboard) when... #141

Closed
wants to merge 1 commit into from

Conversation

jonathonadler
Copy link

... format is dd/mm/yyyy

@eternicode
Copy link
Contributor

Actually, the deeper problem is that we're getting NaN values for some fields (for example, when 'may' is given for a 'dd' chunk); this turns the date into an Invalid Date, which then fubars the m parser with the loop.

#225 fixes this deeper down, for all parsers. Thanks for this try, though!

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.

None yet

2 participants