-
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
humantime serde #811
Merged
Merged
humantime serde #811
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e5fa5d - Browse repository at this point
Copy the full SHA 0e5fa5dView commit details -
prefer std::time::Duration when possible
Configuration menu - View commit details
-
Copy full SHA for fa8d42a - Browse repository at this point
Copy the full SHA fa8d42aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4d20c - Browse repository at this point
Copy the full SHA 8f4d20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c401edd - Browse repository at this point
Copy the full SHA c401eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 428a1a0 - Browse repository at this point
Copy the full SHA 428a1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe2225 - Browse repository at this point
Copy the full SHA dfe2225View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf589c - Browse repository at this point
Copy the full SHA adf589cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0c4a7 - Browse repository at this point
Copy the full SHA 7a0c4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4a1f6 - Browse repository at this point
Copy the full SHA db4a1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28247be - Browse repository at this point
Copy the full SHA 28247beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6902149 - Browse repository at this point
Copy the full SHA 6902149View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86664e - Browse repository at this point
Copy the full SHA c86664eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54587f0 - Browse repository at this point
Copy the full SHA 54587f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f48fde1 - Browse repository at this point
Copy the full SHA f48fde1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1e0021 - Browse repository at this point
Copy the full SHA d1e0021View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e0acd - Browse repository at this point
Copy the full SHA e6e0acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 952f8d4 - Browse repository at this point
Copy the full SHA 952f8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b944853 - Browse repository at this point
Copy the full SHA b944853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef2af3 - Browse repository at this point
Copy the full SHA 4ef2af3View commit details -
Use std::time::Duration in file_info_poller
std::Durations were being turned into chrono::Durations only to be turned right back into std::Durations. It also doesn't make much sense for the file poller to support negative time deltas, so we can remove that possibility.
Configuration menu - View commit details
-
Copy full SHA for 8c0b654 - Browse repository at this point
Copy the full SHA 8c0b654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f2f65 - Browse repository at this point
Copy the full SHA 47f2f65View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.