-
Notifications
You must be signed in to change notification settings - Fork 28
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: uutils/parse_datetime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uutils/parse_datetime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 11 files changed
- 4 contributors
Commits on Jun 3, 2023
-
Add a relaxed datetime parser. This datetime parser functions by using `chrono`s own parsing utilities and a try/succeed approach to parsing. This implementation of the datetime parser has some drawbacks and some positives. On the positive side: - it was easy to implement - it is easy to add more datetime formats to In order to add additionally supported formats, a developer can add the required format string to the `format` mod in `parse_datetime.rs`, and then add it as a potential format to the relevant `fmts` vec. On the negative: - It is not easily customiseable beyond the supported `chrono` parsing formats. E.g., `chrono` does not currently support parsing offsets without trailing zeros. `from_str("UTC+1")` should return a valid response but `chrono` fails to parse this. - Because it is an attempt driven parser, it is likely not that performant. I have not done any performance testing as part of this change, but I would expect a custom parser to perform much better.
Configuration menu - View commit details
-
Copy full SHA for e53aabd - Browse repository at this point
Copy the full SHA e53aabdView commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c177117 - Browse repository at this point
Copy the full SHA c177117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d797fc - Browse repository at this point
Copy the full SHA 8d797fcView commit details -
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 29e7a5c - Browse repository at this point
Copy the full SHA 29e7a5cView commit details
Commits on Jun 6, 2023
-
Update the README and add a test module to parse_datetime for any examples presented in the README.
Configuration menu - View commit details
-
Copy full SHA for bc33770 - Browse repository at this point
Copy the full SHA bc33770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee33d1 - Browse repository at this point
Copy the full SHA 7ee33d1View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e503de7 - Browse repository at this point
Copy the full SHA e503de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc508c4 - Browse repository at this point
Copy the full SHA dc508c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bdd8f - Browse repository at this point
Copy the full SHA 22bdd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f8fdf - Browse repository at this point
Copy the full SHA 80f8fdfView commit details
Commits on Jun 8, 2023
-
Merge pull request #21 from sylvestre/fuzz
Also fuzz fuzz_parse_datetime_from_str for a minute
Configuration menu - View commit details
-
Copy full SHA for 83e1431 - Browse repository at this point
Copy the full SHA 83e1431View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 673d5b6 - Browse repository at this point
Copy the full SHA 673d5b6View commit details -
Merge pull request #22 from sylvestre/rename
rename from humantime_to_duration to parse_datetime
Configuration menu - View commit details
-
Copy full SHA for c1a2bef - Browse repository at this point
Copy the full SHA c1a2befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab1ad2 - Browse repository at this point
Copy the full SHA 7ab1ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed2d16 - Browse repository at this point
Copy the full SHA bed2d16View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.4.0