-
-
Notifications
You must be signed in to change notification settings - Fork 416
Adjust deprecation message on Duration.weeks. #837
Conversation
Apparently, some folks found it confusing, because it just so happens that get!"weeks"() was identical to total!"weeks", since weeks were the largest units. However, it does seem to highlight how folks have misunderstood what the individual getters do (which is why they're being deprecated).
Are you planning to re-introduce them with the intuitive behavior once the deprecation period is over? Because if you are maybe |
Auto-merge toggled on |
Adjust deprecation message on Duration.weeks.
No, I don't intend to reintroduce |
I'm not going to push this specific issue any more, but can we please avoid merging things within 1 hour? I think at least a day or even 2 should be given for review. Case in point, this message is not any better than the previous, in fact, I think it is more confusing. Obvious errors or typos can be merged instantly, obviously. Perhaps auto-merge can be modified to wait a specified amount of time since the last change before merging. |
I honestly do not understand what is wrong with the message. You thought that the previous one wasn't clear enough because As it stands, it seems like the person who brought up the original message in the newsgroup was confusing it with |
I think sometimes less is more. Just saying |
Why not? Pull requests are for free and if you can improve the message that's a good thing. |
Pulling a request invalidates all current tests. But if the new message doesn't confuse people, then it's definitely not worth it. I think we should wait until it proves to be an issue. |
So? It's not like the tester is the bottleneck. |
Hey, if someone wants to make a new pull request to change it, great! I personally do not think it's worth the time at this point. |
Apparently, some folks found it confusing, because it just so happens
that get!"weeks"() was identical to total!"weeks", since weeks were the
largest units. However, it does seem to highlight how folks have
misunderstood what the individual getters do (which is why they're being
deprecated).