-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Switch smaller TimeSpan constants to int from long #103721
Conversation
Allow more use cases where unintended overflows are unlikely.
Note regarding the
|
1 similar comment
Note regarding the
|
I think we need to get the final status figured out before merging this or revert the original PR until that's done. Otherwise, we risk shipping things in a state that can't be rectified later. There's both pros and cons to shipping these as There's likewise concerns about potential silent failures that can be introduced by using |
@tannergooding I will just hold waiting for the final decision. I agree there are pro/con in each direction. That said, my personal preference was for all |
I don't think this issue is going to be resolved in a few hours and we get the final changes merged. I'll resurrect the revert PR again then. @IDisposable sorry for the inconvenience. We'll keep you informed about the decision. Properly we'll need to close this PR too. |
@tannergooding could you please approve the revert #103704? |
Closing this for now. I have marked the issue #94545 as ready for review again. |
We've settled on |
Allow more use cases where unintended overflows are unlikely.