Re: Binary Literals Not Going Anywhere

2022-09-26 Thread Markus via Digitalmars-d-announce

On Monday, 26 September 2022 at 04:40:02 UTC, Mike Parker wrote:
You may have seen [the long discussion about the deprecation of 
binary 
literals(https://forum.dlang.org/thread/vphguaninxedxopjk...@forum.dlang.org).


A few hours ago, Walter and I recorded a second conversation 
for our YouTube channel. Before we got started, I asked him 
about the binary literal situation. He confirmed that they will 
not be deprecated. If you're using them today, you can keep 
using them tomorrow.


An approved DIP would have been a prerequisite to their 
deprecation regardless, correct?


Re: DIP 1043---Shortened Method Syntax---Accepted

2022-09-21 Thread Markus via Digitalmars-d-announce
On Wednesday, 21 September 2022 at 10:39:27 UTC, Mike Parker 
wrote:

For example:

T front() => from;

becomes:

T front => from;


I kind of agree with Max's contention, but nonetheless, I quite 
like it.


Re: DLS (D Language Server) v0.20

2018-12-30 Thread Markus via Digitalmars-d-announce
On Friday, 28 December 2018 at 11:14:01 UTC, Laurent Tréguier 
wrote:

[...]


Wow, just awesome! I really love this language server. It just 
works!