Skip to content
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

Unify notation of n * time.Duration #738

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

lippserd
Copy link
Member

@lippserd lippserd commented Apr 10, 2024

Merge after #698 because of #738 (comment).

@cla-bot cla-bot bot added the cla/signed label Apr 10, 2024
Copy link
Member

@oxzi oxzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes are looking fine. However, I found one other occurrence with egrep -r 'time\..*[0-9]+' .:

Timeout: time.Minute * 5,

@lippserd
Copy link
Member Author

The changes are looking fine. However, I found one other occurrence with egrep -r 'time\..*[0-9]+' .:

Timeout: time.Minute * 5,

Yes, but #698 changes that line anyway.

@oxzi
Copy link
Member

oxzi commented Apr 11, 2024

As #698 got merged, this can be rebased and also merged before the release.

@lippserd lippserd force-pushed the unify-time-duration-notation branch from 8ef32e1 to 5029e32 Compare April 11, 2024 11:01
@lippserd lippserd requested a review from oxzi April 11, 2024 11:36
Copy link
Member

@oxzi oxzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I haven't found any other occurrences in the code base, either with my prior grep nor with a more specific egrep -r 'time\.[A-Za-z]+[\* ]+[0-9]+' ..

@lippserd lippserd added this to the 1.2.0 milestone Apr 11, 2024
@oxzi oxzi requested a review from julianbrost April 11, 2024 11:54
@julianbrost julianbrost merged commit c76788a into main Apr 11, 2024
31 checks passed
@julianbrost julianbrost deleted the unify-time-duration-notation branch April 11, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants