[OT] Dear Google Cloud: Your Deprecation Policy is Killing You

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Aug 20 08:52:24 UTC 2020


On Thursday, 20 August 2020 at 06:30:11 UTC, Mathias LANG wrote:
> On Wednesday, 19 August 2020 at 15:59:52 UTC, H. S. Teoh wrote:
>>
>> "Went over very smoothly" is a total mockery of the reality of 
>> the situation.
>>
>>
>> T
>
> I concur. And to follow the "Bugzilla or GTFO" rule: 
> https://issues.dlang.org/show_bug.cgi?id=20678

Guys.. these days why do we even need the integer promotion rules?

Thanks to Kenji it is very easy to do it by hand:

```
byte b;
auto i = -int(b);
```

So I think D should do what it did before (before 
-preview=intpromote) and /not/ promote to integers.


More information about the Digitalmars-d mailing list