-
-
Notifications
You must be signed in to change notification settings - Fork 934
Failing test_commit_iteration #336
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
Comments
so any ideas or instructions on what/how to test to provide more information to pin point what is going on? |
Sorry for the late reply, lot's of stuff is happening around here. It seems I can nicely reproduce the issue, and must say that I absolutely don't like it. Right now I have no clue why it occours, but a bisect would certainly help in that regard. No sooner said than done ! The commit 58c78e6 is the one introducing the issue - probably the commit message is now a different one. Now a fix is most certainly possible, let's see if I will manage it tonight. |
Previously timezones which were not divisable by 3600s would be parsed correctly, but would serialize into a full hour, rounded up. Now floating point computation is used which fixes the issue. Related to #336
I found the issue - it's actually a critical flaw, which is now, finally fixed. This is a zero-day bug I suppose, and if not it's very old at least. I'd be happy if you could verify the fix on your end and close the issue if it works for you. |
Thank you @Byron -- this issue seems to be gone now! But I will file a fresh one in a sec ;) |
FWIW -- feedback was provided |
First failed while building 1.0.1 so decided to check current snapshot -- the same story:
The text was updated successfully, but these errors were encountered: