Skip to content

fixes for time:strptime #9707

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

Closed
wants to merge 2 commits into from
Closed

fixes for time:strptime #9707

wants to merge 2 commits into from

Conversation

luisbg
Copy link
Contributor

@luisbg luisbg commented Oct 3, 2013

What would be the best way of checking if the day of the week (tm.tm_wday) has been set?
If it has been set we can use both the day of the week and the given week number (%W) to calculate the day of the year.

Having in mind, there are multiple things that could be calculated as well, like month, day of the month, etc

What I've written is a hack to show what I am trying to do, but not definitive.

luisbg added 2 commits October 3, 2013 16:50
Remove commented out 'X' and 'x' formats in strptime.
This formats are already covered with 'T' | 'X' in line 571 and 'D' | 'x' in
line 446.
@alexcrichton
Copy link
Member

Would you mind adding a few test for the new functionality as well?

@luisbg
Copy link
Contributor Author

luisbg commented Oct 4, 2013

Sure. No problem

@luisbg
Copy link
Contributor Author

luisbg commented Oct 4, 2013

Fixed in an other PR

@luisbg luisbg closed this Oct 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
Track `clippy.toml` and `Cargo.toml` in `file_depinfo`

Causes cargo to re-run clippy when those paths are modified

Also tracks the path to `clippy-driver` in debug mode to remove the workarounds in `cargo dev lint` and `lintcheck` (cc `@matthiaskrgr)`

changelog: Automatically re-run Clippy if `Cargo.toml` or `clippy.toml` are modified

Fixes rust-lang#2130
Fixes rust-lang#8512

r? `@flip1995`
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
Remove note mentioning configuration changes need cargo clean

Missed this in rust-lang#9707

changelog: none
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.

2 participants