Re: LDC 1.26.0

2021-04-30 Thread Mathias LANG via Digitalmars-d-announce

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

Glad to announce LDC 1.26:

* Based on D 2.096.1+.
* Fixes a v1.25 regression wrt. corrupt 
`TypeInfo_Interface.info`.

* Some more fixes and dcompute improvements.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.26.0


Thanks to all contributors & sponsors!


Thanks a lot for your work on this Martin!
We exclusively use LDC, and we're really looking forward to be 
able to use non-POD C++ types by value across language 
boundaries, and finally use `-checkaction=context`!


Re: LDC 1.26.0

2021-04-29 Thread russhy via Digitalmars-d-announce

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

Glad to announce LDC 1.26:

* Based on D 2.096.1+.
* Fixes a v1.25 regression wrt. corrupt 
`TypeInfo_Interface.info`.

* Some more fixes and dcompute improvements.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.26.0


Thanks to all contributors & sponsors!


Thanks a lot!


Re: LDC 1.26.0

2021-04-29 Thread Steven Schveighoffer via Digitalmars-d-announce

On 4/29/21 6:40 AM, Per Nordlöw wrote:

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

Glad to announce LDC 1.26:


Awesome! Finally, we can get rid of those darn Nullable.get deprecation 
messages.


This is coming, but in 2.097, not 2.096.1

-Steve


Re: LDC 1.26.0

2021-04-29 Thread Per Nordlöw via Digitalmars-d-announce

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

Glad to announce LDC 1.26:


Awesome! Finally, we can get rid of those darn Nullable.get 
deprecation messages.


Re: LDC 1.26.0

2021-04-28 Thread H. S. Teoh via Digitalmars-d-announce
On Wed, Apr 28, 2021 at 03:30:58PM +, kinke via Digitalmars-d-announce 
wrote:
> Glad to announce LDC 1.26:
[...]
> https://github.com/ldc-developers/ldc/releases/tag/v1.26.0
[...]

Awesome!  Thanks to all LDC contributors who made this release possible.
LDC has been my workhorse D compiler, and it's been awesome. Thanks for
all the hard work.


T

-- 
Too many people have open minds but closed eyes.


Re: LDC 1.26.0-beta1

2021-04-13 Thread Per Nordlöw via Digitalmars-d-announce

On Saturday, 10 April 2021 at 20:50:08 UTC, kinke wrote:

https://github.com/ldc-developers/ldc/releases/tag/v1.26.0-beta1


Thanks.


Re: LDC 1.26.0-beta1

2021-04-12 Thread jmh530 via Digitalmars-d-announce

On Saturday, 10 April 2021 at 20:50:08 UTC, kinke wrote:

[snip]

Please help test, and thanks to all contributors & sponsors!


ldc-beta is passing tests I have for enabling dependencies in 
unittests in run.dlang.org [1]. Will be happy to get this in when 
the next release is live (the only reason ldc was failing was 
because the code requires the latest dub and installing a 
separate dub in a dockerfile was not trivial).


[1] https://github.com/dlang-tour/core-exec/pull/56