-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove chrono dependency #57
Conversation
r? @urschrei |
bors r=urschrei,lnicola |
bors r- |
57: Remove unmentained chrono dependency r=urschrei,lnicola a=flosse ... and instead of binding the user to a specific time library, the `UnixTime` should be converted by the user depending on the use case. Co-authored-by: Markus Kohlhase <[email protected]>
Canceled. |
bors r=urschrei,lnicola |
57: Remove chrono dependency r=urschrei,lnicola a=flosse ... and instead of binding the user to a specific time library, the `UnixTime` should be converted by the user depending on the use case. Co-authored-by: Markus Kohlhase <[email protected]>
Build failed: |
|
I'm gonna push a fix separately (use same rust versions as |
bors retry |
57: Remove chrono dependency r=urschrei,lnicola a=flosse ... and instead of binding the user to a specific time library, the `UnixTime` should be converted by the user depending on the use case. Co-authored-by: Markus Kohlhase <[email protected]>
Build failed: |
now what |
Ah, these are actual test failures. |
What's the status of this? Can I help? |
I think the latest failed run is https://github.com/georust/geocoding/actions/runs/4416893986/jobs/7741822915. Maybe some API changed a little? |
🤔 It seems to be independent of this PR. |
Indeed. Without looking at the code, I'd guess that one or more external APIs changed. |
Just rebased on current master |
I think GitHub is having a bad day, but... bors retry |
57: Remove chrono dependency r=urschrei,lnicola a=flosse ... and instead of binding the user to a specific time library, the `UnixTime` should be converted by the user depending on the use case. Co-authored-by: Markus Kohlhase <[email protected]>
Canceled. |
I fixed the clippy lints but a lot of tests are failing locally. |
.. last successful CI build was while ago: 1736b26 |
Yeah, I'm afraid it's broken :(. |
bors retry |
Merge conflict. |
Rebased and conflicts addresses with #60 |
Superseded by #60 |
... and instead of binding the user to a specific time library, the
UnixTime
should be converted by the user depending on the use case.