Re: LDC 1.18.0

2019-10-16 Thread Newbie2019 via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 22:31:41 UTC, kinke wrote: Glad to announce LDC 1.18: * Based on D 2.088.1. * Support for LLVM 9.0, which is used for the prebuilt packages. * Experimental prebuilt Android armv7a package. * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl.

LDC 1.18.0

2019-10-16 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.18: * Based on D 2.088.1. * Support for LLVM 9.0, which is used for the prebuilt packages. * Experimental prebuilt Android armv7a package. * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation. * Init symbols of zero-initialized structs

Re: Átila's Vision of D's Future

2019-10-16 Thread Aliak via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 12:11:23 UTC, bachmeier wrote: On Wednesday, 16 October 2019 at 09:46:49 UTC, aliak wrote: On Tuesday, 15 October 2019 at 20:33:32 UTC, Walter Bright wrote: On 10/15/2019 6:11 AM, Mike Parker wrote: Reddit:

Re: Átila's Vision of D's Future

2019-10-16 Thread Aliak via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 17:55:24 UTC, Meta wrote: On Wednesday, 16 October 2019 at 09:46:49 UTC, aliak wrote: It's better to link straight to an item on hackernews as links on the front page disappear very fast. https://news.ycombinator.com/item?id=21257943 Cheers, - Ali HN has

Re: rapidxml for D has been ported.

2019-10-16 Thread rikki cattermole via Digitalmars-d-announce
On 17/10/2019 9:46 AM, aberba wrote: On Saturday, 12 October 2019 at 14:06:47 UTC, bauss wrote: On Saturday, 12 October 2019 at 13:51:57 UTC, NonNull wrote: On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday,

Re: rapidxml for D has been ported.

2019-10-16 Thread aberba via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 20:46:06 UTC, aberba wrote: On Saturday, 12 October 2019 at 14:06:47 UTC, bauss wrote: On Saturday, 12 October 2019 at 13:51:57 UTC, NonNull wrote: On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea

Re: rapidxml for D has been ported.

2019-10-16 Thread aberba via Digitalmars-d-announce
On Saturday, 12 October 2019 at 14:06:47 UTC, bauss wrote: On Saturday, 12 October 2019 at 13:51:57 UTC, NonNull wrote: On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC,

Re: Átila's Vision of D's Future

2019-10-16 Thread Meta via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 09:46:49 UTC, aliak wrote: It's better to link straight to an item on hackernews as links on the front page disappear very fast. https://news.ycombinator.com/item?id=21257943 Cheers, - Ali HN has this (IMO) ridiculous policy of going to great lengths to

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-16 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 15:23:01 UTC, Paolo Invernizzi wrote: On Wednesday, 16 October 2019 at 15:01:17 UTC, Atila Neves wrote: [...] I don't think it's political: the change implies breakage for downstream users who inherit from the class who might not even care about @nogc.

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-16 Thread Paolo Invernizzi via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 15:01:17 UTC, Atila Neves wrote: Please take a look at the cited pull request: it's a *trivial* Phobos patch, that can be added aside to the current implementation, blocked for months waiting for a _political_ decision. I don't think it's political: the

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-16 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 12:32:28 UTC, Paolo Invernizzi wrote: On Wednesday, 16 October 2019 at 10:56:40 UTC, Atila Neves wrote: On Saturday, 12 October 2019 at 03:10:29 UTC, Walter Bright wrote: On 10/7/2019 12:37 AM, Paolo Invernizzi wrote: - adding another method to a class, marked

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-16 Thread Paolo Invernizzi via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 10:56:40 UTC, Atila Neves wrote: On Saturday, 12 October 2019 at 03:10:29 UTC, Walter Bright wrote: On 10/7/2019 12:37 AM, Paolo Invernizzi wrote: - adding another method to a class, marked @nogc, and (maybe) deprecating the previous method is seen as

Re: Oberon to D

2019-10-16 Thread FeepingCreature via Digitalmars-d-announce
On Tuesday, 15 October 2019 at 18:02:28 UTC, Mario Kröplin wrote: https://github.com/linkrope/oberon2d is a simple tool that translates source code from Oberon to D. It was intended to be thrown away after the resurrection of a single Oberon project. (So, don't expect too much.) But then,

Re: Átila's Vision of D's Future

2019-10-16 Thread bachmeier via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 09:46:49 UTC, aliak wrote: On Tuesday, 15 October 2019 at 20:33:32 UTC, Walter Bright wrote: On 10/15/2019 6:11 AM, Mike Parker wrote: Reddit: https://www.reddit.com/r/d_language/comments/di7gwl/%C3%A1tilas_vision_of_ds_future/ It's also on the front page of

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-16 Thread Atila Neves via Digitalmars-d-announce
On Saturday, 12 October 2019 at 03:10:29 UTC, Walter Bright wrote: On 10/7/2019 12:37 AM, Paolo Invernizzi wrote: - adding another method to a class, marked @nogc, and (maybe) deprecating the previous method is seen as 'annoying', also if it's a _clear_ improvement over the actual situation

Re: Átila's Vision of D's Future

2019-10-16 Thread aliak via Digitalmars-d-announce
On Tuesday, 15 October 2019 at 20:33:32 UTC, Walter Bright wrote: On 10/15/2019 6:11 AM, Mike Parker wrote: Reddit: https://www.reddit.com/r/d_language/comments/di7gwl/%C3%A1tilas_vision_of_ds_future/ It's also on the front page of hacker news: https://news.ycombinator.com/news It's better