Re: Visual D 1.0.1 released

2020-08-24 Thread mw via Digitalmars-d-announce
On Sunday, 23 August 2020 at 07:33:01 UTC, Rainer Schuetze wrote: Hi, an update for Visual D has just been made available. Visual D is a Visual Studio extension that adds D language support to VS 2008-2019. The most important part of the update is that the semantic engine is now based on

Re: Beta 2.093.1

2020-08-24 Thread Mathias LANG via Digitalmars-d-announce
On Monday, 24 August 2020 at 08:08:52 UTC, Martin Nowak wrote: On Thursday, 20 August 2020 at 03:28:38 UTC, Mathias LANG wrote: Just tried to install it on OSX: ``` ~/dlang/install.sh dmd :( Downloading and unpacking

Introduction to programming with compile time sequences in D

2020-08-24 Thread data pulverizer via Digitalmars-d-announce
I have a draft new blog article "Introduction to programming with compile time sequences in D", it's on Github and I would appreciate feedback before it goes live https://gist.github.com/dataPulverizer/67193772c52e7bd0a16414cb01ae4250 Comment welcome. Many thanks

Re: khash associative array / hash map / hash set

2020-08-24 Thread James Blachly via Digitalmars-d-announce
On 8/24/20 5:11 PM, ikod wrote: Thanks, but no ) This hashmap can't replace standard AA for next reason: with standard AA you can safely do: string[int] aa; aa[0] = "null"; auto v = 0 in aa; aa.remove(0); assert(*v == "null"); aa[0] = "one"; assert(*v == "null"); Hm, I see what you mean but I

Re: GCC 10.2.1 Released

2020-08-24 Thread Iain Buclaw via Digitalmars-d-announce
On Monday, 24 August 2020 at 21:40:08 UTC, H. S. Teoh wrote: On Mon, Aug 24, 2020 at 09:24:23PM +, Iain Buclaw via Digitalmars-d-announce wrote: [...] GCC 10.2 is a bug-fix release from the GCC 10 branch containing important fixes for regressions and serious bugs found GCC 10.1. Thanks

Re: GCC 10.2.1 Released

2020-08-24 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Aug 24, 2020 at 09:24:23PM +, Iain Buclaw via Digitalmars-d-announce wrote: [...] > GCC 10.2 is a bug-fix release from the GCC 10 branch containing > important fixes for regressions and serious bugs found GCC 10.1. Thanks for all of your efforts, Iain!! [...] > Also fixed is a

GCC 10.2.1 Released

2020-08-24 Thread Iain Buclaw via Digitalmars-d-announce
Hi, I've been slow in getting round to this, but 10.2 was released a few weeks back. GCC 10.2 is a bug-fix release from the GCC 10 branch containing important fixes for regressions and serious bugs found GCC 10.1. In the D language front-end, there have been four ICE bugs fixed (five if

Re: khash associative array / hash map / hash set

2020-08-24 Thread ikod via Digitalmars-d-announce
On Monday, 24 August 2020 at 20:31:42 UTC, James Blachly wrote: On Monday, 24 August 2020 at 05:51:59 UTC, ikod wrote: On Monday, 24 August 2020 at 01:39:26 UTC, James Blachly wrote: OH, I almost forgot the best part. It is crazy fast.

Re: khash associative array / hash map / hash set

2020-08-24 Thread James Blachly via Digitalmars-d-announce
On Monday, 24 August 2020 at 05:51:59 UTC, ikod wrote: On Monday, 24 August 2020 at 01:39:26 UTC, James Blachly wrote: OH, I almost forgot the best part. It is crazy fast. https://attractivechaos.wordpress.com/2018/01/13/revisiting-hash-table-performance/

Re: Release D 2.093.1

2020-08-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/08/2020 10:09, Martin Nowak wrote: > Glad to announce D 2.093.1, ♥ to the 13 contributors. > > http://dlang.org/download.html Thanks, Martin. The Visual D update mechanism notified about this release about a week ago, even earlier than the usual 1 or 2 days. This probably happens because

Release D 2.093.1

2020-08-24 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.093.1, ♥ to the 13 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.093.1, see the changelog for more details. http://dlang.org/changelog/2.093.1.html -Martin

Re: Beta 2.093.1

2020-08-24 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 20 August 2020 at 03:28:38 UTC, Mathias LANG wrote: Just tried to install it on OSX: ``` ~/dlang/install.sh dmd :( Downloading and unpacking http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz