You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make date-check lightweight
This avoids having to write the date twice when updating date-check.
Before "As of <-- 2022-07 --> July 2022"
After "As of July 2022"
* please clippy
* update date-check docs
* accept review suggestion
Co-authored-by: Noah Lev <[email protected]>
* address review comment
rust-lang#1394 (review)
* accept review suggestion
Co-authored-by: Noah Lev <[email protected]>
* address review comment
rust-lang#1394 (review)
* address review comment
rust-lang#1394 (comment)
* this breaks markdown
* address review comment
rust-lang#1394 (comment)
This led to a more robust regex, though making the tool more picky.
It also found a wrong date format that was missed.
* address review comment
rust-lang#1394 (comment)
* address review comment
rust-lang#1394 (comment)
* accept review suggestion
This was reverted by mistake
Co-authored-by: Noah Lev <[email protected]>
* address review comment
rust-lang#1394 (comment)
* use a more simple fn
* address review comment
rust-lang#1394 (comment)
Much more clean
* nit
* accept review suggestion
Co-authored-by: Noah Lev <[email protected]>
* avoid a failed regex
Also, test new shape
* adjust to new regex (which uses named groups)
New regex was introduced by 456008c
Co-authored-by: Noah Lev <[email protected]>
0 commit comments