DIP 1017--Add Bottom Type--Final Review

Jonathan Marler johnnymarler at gmail.com
Thu Jan 17 14:21:34 UTC 2019


On Tuesday, 15 January 2019 at 08:59:07 UTC, Mike Parker wrote:
> DIP 1017, "Add Bottom Type", is now ready for Final Review. 
> This is the last chance for community feedback before the DIP 
> is handed off to Walter and Andrei for the Formal Assessment. 
> Please read the procedures document for details on what is 
> expected in this review stage:
>
> https://github.com/dlang/DIPs/blob/master/PROCEDURE.md#final-review
>
> The current revision of the DIP for this review is located here:
>
> https://github.com/dlang/DIPs/blob/4716033a8cbc2ee024bfad8942b2ff6b63521f63/DIPs/DIP1017.md
>
> In it you'll find a link to and summary of the previous review 
> round. This round of review will continue until 11:59 pm ET on 
> January 30 unless I call it off before then.
>
> Thanks in advance for your participation.

The DIP says this:

     Any attempt to use the value of a Tbottom expression is an 
error.

What does this mean? Just before this statement, we see a set of 
examples of how TBottom can be "used" inside expressions, i.e.

     a || b

So what does that statement mean then?



More information about the Digitalmars-d mailing list