Re: SAOC 2021 Projects Summarized

2021-09-01 Thread Adam Ruppe via Digitalmars-d-announce
On Wednesday, 1 September 2021 at 22:23:59 UTC, user1234 wrote: I dont know why destructors are not virtual. https://dlang.org/spec/class.html#destructors "There can be only one destructor per class, the destructor does not have any parameters, and has no attributes. It is always virtual. "

Re: SAOC 2021 Projects Summarized

2021-09-01 Thread user1234 via Digitalmars-d-announce
On Wednesday, 1 September 2021 at 18:20:59 UTC, Paul Backus wrote: On Monday, 30 August 2021 at 16:12:57 UTC, Adam D Ruppe wrote: On Monday, 30 August 2021 at 16:03:29 UTC, Guillaume Piolat wrote: Hyped by ProtoObject, this is our hope for a nothrow @nogc .destroy eventually! This fails

Re: SAOC 2021 Projects Summarized

2021-09-01 Thread Paul Backus via Digitalmars-d-announce
On Monday, 30 August 2021 at 16:12:57 UTC, Adam D Ruppe wrote: On Monday, 30 August 2021 at 16:03:29 UTC, Guillaume Piolat wrote: Hyped by ProtoObject, this is our hope for a nothrow @nogc .destroy eventually! This fails today only because of the rt_finalize hook working through void*. If

Re: SAOC 2021 Projects Summarized

2021-09-01 Thread Mike Parker via Digitalmars-d-announce
On Wednesday, 1 September 2021 at 10:32:19 UTC, Ahmet Sait wrote: Must have been an encoding issue with the mail then. I don't mind though. I updated the blog as soon as I saw Ali's post.

Re: SAOC 2021 Projects Summarized

2021-09-01 Thread Ahmet Sait via Digitalmars-d-announce
On Wednesday, 1 September 2021 at 06:44:53 UTC, Mike Parker wrote: On Wednesday, 1 September 2021 at 04:56:28 UTC, Ali Çehreli wrote: On 8/30/21 5:47 AM, Mike Parker wrote: > Ahmet Sait KoC’ak Being a fellow Turkish, I am curios why his last name is spelled that way. Unless it was sepecially

Re: SAOC 2021 Projects Summarized

2021-09-01 Thread Mike Parker via Digitalmars-d-announce
On Wednesday, 1 September 2021 at 04:56:28 UTC, Ali Çehreli wrote: On 8/30/21 5:47 AM, Mike Parker wrote: > Ahmet Sait KoC’ak Being a fellow Turkish, I am curios why his last name is spelled that way. Unless it was sepecially requested by him, I would use the following obviously correct

Re: SAOC 2021 Projects Summarized

2021-08-31 Thread Ali Çehreli via Digitalmars-d-announce
On 8/30/21 5:47 AM, Mike Parker wrote: > Ahmet Sait KoC’ak Being a fellow Turkish, I am curios why his last name is spelled that way. Unless it was sepecially requested by him, I would use the following obviously correct spelling: Ahmet Sait Koçak Ali

Re: SAOC 2021 Projects Summarized

2021-08-30 Thread Adam D Ruppe via Digitalmars-d-announce
On Monday, 30 August 2021 at 16:03:29 UTC, Guillaume Piolat wrote: Hyped by ProtoObject, this is our hope for a nothrow @nogc .destroy eventually! This fails today only because of the rt_finalize hook working through void*. If you cut that out... --- class Foo { ~this() @nogc

Re: SAOC 2021 Projects Summarized

2021-08-30 Thread Guillaume Piolat via Digitalmars-d-announce
On Monday, 30 August 2021 at 12:47:11 UTC, Mike Parker wrote: Five projects have been selected for SAOC 2021. I've summarized them on the blog. I would like to point out that the quality of the applications this year was top-notch. Thanks to the applicants for putting in the effort. I hope

Re: SAOC 2021 Projects Summarized

2021-08-30 Thread Steven Schveighoffer via Digitalmars-d-announce
On 8/30/21 8:47 AM, Mike Parker wrote: Five projects have been selected for SAOC 2021. I've summarized them on the blog. I would like to point out that the quality of the applications this year was top-notch. Thanks to the applicants for putting in the effort. I hope they all put the same

Re: SAOC 2021 Projects Summarized

2021-08-30 Thread jmh530 via Digitalmars-d-announce
On Monday, 30 August 2021 at 12:47:11 UTC, Mike Parker wrote: Five projects have been selected for SAOC 2021. I've summarized them on the blog. [snip] Looks like a good set of projects. Good luck to them.

SAOC 2021 Projects Summarized

2021-08-30 Thread Mike Parker via Digitalmars-d-announce
Five projects have been selected for SAOC 2021. I've summarized them on the blog. I would like to point out that the quality of the applications this year was top-notch. Thanks to the applicants for putting in the effort. I hope they all put the same effort into their weekly forum updates