Release Candidate [was: Re: Beta 2.096.0]

2021-03-06 Thread Martin Nowak via Digitalmars-d-announce

On Sunday, 28 February 2021 at 11:56:28 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.096.0 release, ♥ to 
the 53 contributors.


Release candidate is live.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.096.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin





Re: utiliD: A library with absolutely no dependencies for bare-metal programming and bootstrapping other D libraries

2021-03-06 Thread Imperatorn via Digitalmars-d-announce

On Saturday, 6 March 2021 at 12:24:48 UTC, Anand wrote:

On Friday, 26 February 2021 at 21:45:10 UTC, Imperatorn wrote:


What happened to utiliD? Broken link to gh




I think a copy is here:
https://github.com/cschlote/utiliD


👍


Re: Visual D 1.1.0 released

2021-03-06 Thread kinke via Digitalmars-d-announce

Thx Rainer, always much appreciated.

On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote:
See 
https://rainers.github.io/visuald/visuald/images/parameterstorage.png for some examples.


Very cool.



Re: utiliD: A library with absolutely no dependencies for bare-metal programming and bootstrapping other D libraries

2021-03-06 Thread Anand via Digitalmars-d-announce

On Friday, 26 February 2021 at 21:45:10 UTC, Imperatorn wrote:


What happened to utiliD? Broken link to gh




I think a copy is here:
https://github.com/cschlote/utiliD


Re: Visual D 1.1.0 released

2021-03-06 Thread Imperatorn via Digitalmars-d-announce

On Saturday, 6 March 2021 at 06:59:28 UTC, Rainer Schuetze wrote:



On 05/03/2021 12:26, Imperatorn wrote:

On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote:

On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote:

https://filebin.net/19gupoeedfdjx5tx

One GIF is the behaviour in C# I would like to have in D as 
well with static if, and the other is displaying typeid on 
hover.


The second is a debug session. Visual Studio doesn't show 
type information in debug session for C# either, only 
variable name and value.


True, but could it?


Visual D already does that with the help of the semantic 
highlighting: if an identifier is classified as a type or 
compile time value, it suppresses the debugger data tool tip 
and presents the usual one.


Oh, I see. What about dub integration. How much effort would it 
be to have something similar to what code-d has in vsc? 
Guesstimation?