Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-09-02 Thread Bastiaan Veelo via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: This summary is quite a bit overdue. Sorry for the delay. Thanks for this, and for keeping all the details. Good work! — Bastiaan.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-09-02 Thread Bastiaan Veelo via Digitalmars-d-announce
On Sunday, 28 August 2022 at 11:04:45 UTC, Steven Schveighoffer wrote: On 8/28/22 6:37 AM, Mike Parker wrote: SARC has marked a major milestone in that their 500KLOC Extended Pascal codebase has been completely transcompiled to D This is awesome! I remember that talk, and it was very

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-09-01 Thread Iain Buclaw via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: Since the meeting, Iain and I have set up a new server for the archived downloads. We've moved away from AWS and are now using Backblaze (with free bandwidth, thanks to the Bandwith Alliance and our use of Cloudflare). All 235.2

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-29 Thread Dukc via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: ### Bastiaan SARC has marked a major milestone in that their 500KLOC Extended Pascal codebase has been completely transcompiled to D (if you aren't aware of this project, you might enjoy Bastiaan's talks from DConf 2017, [Extending

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-29 Thread 12345swordy via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: with Martin noting that this isn't a problem if you're properly encapsulating your types. While ignoring the issues/drawbacks that has been brought up when involving certain solutions to achieve this. I can't argue against a wall

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-29 Thread ryuukk_ via Digitalmars-d-announce
Dennis brought up a discussion about reducing the size of object.d that came up in a PR thread. Specifically, moving things into separate modules, then making object.d a list of public imports would make it easier to maintain a custom object.d. It is unfortunate that my suggestion was used

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-29 Thread zjh via Digitalmars-d-announce
On Monday, 29 August 2022 at 03:32:08 UTC, Ruby The Roobster wrote: The whole point of a struct in an OOP Language is to allow user defined types that prohibit inheritance. Why do someone like `C++`, because it gives you freedom, no matter `what you do`.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Ruby The Roobster via Digitalmars-d-announce
On Monday, 29 August 2022 at 03:04:15 UTC, zjh wrote: On Monday, 29 August 2022 at 02:58:33 UTC, zjh wrote: On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: and how some people would prefer that it be private-to-the-class instead. Encapsulation by class can quickly determine the

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Monday, 29 August 2022 at 02:58:33 UTC, zjh wrote: On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: Compilation speed is less dependent on file size and more dependent on the `number of files`. Isn't that `strange`? If so, split the files for `editing` and merge them for

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Monday, 29 August 2022 at 02:58:33 UTC, zjh wrote: On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: and how some people would prefer that it be private-to-the-class instead. Encapsulation by class can quickly determine the `problem`. The smaller the `encapsulate`, the better.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: Compilation speed is less dependent on file size and more dependent on the `number of files`. Isn't that `strange`?

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Sergey via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: This summary is quite a bit overdue. Sorry for the delay. One of the most interesting posts! Thank you for sharing that, Mike. And for the work of all participants and committers.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread jmh530 via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: This summary is quite a bit overdue. Sorry for the delay. [...] Thanks for the detailed update.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On 8/28/22 6:37 AM, Mike Parker wrote: SARC has marked a major milestone in that their 500KLOC Extended Pascal codebase has been completely transcompiled to D This is awesome! I remember that talk, and it was very interesting. Congratulations! -Steve

D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Mike Parker via Digitalmars-d-announce
This summary is quite a bit overdue. Sorry for the delay. The July 8 D Language Foundation meeting was one of our quarterly meetings. In the first part of these meetings, representatives from industry join us to provide us with updates, notify us of issues they're experiencing, and provide us