Re: arsd 11 tagged

2023-08-14 Thread harakim via Digitalmars-d-announce
On Thursday, 10 August 2023 at 02:12:05 UTC, Adam D Ruppe wrote: I reviewed the 20k git diff lines and summarized it into 25 bullet points for you: http://dpldocs.info/this-week-in-d/Blog.Posted_2023_08_07.html A lot of the more revolutionary stuff isn't done yet, despite me being 3 months

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 11 August 2023 at 13:37:57 UTC, Mike Parker wrote: ### Walter Walter said we had already covered most of what he'd wanted to talk about. Aside from that, he was focused on bug fixes, going through the deprecation list, and looking into [adding support for the ENDBR

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread jmh530 via Digitalmars-d-announce
On Monday, 14 August 2023 at 12:20:50 UTC, Dom DiSc wrote: On Monday, 14 August 2023 at 08:42:17 UTC, claptrap wrote: Maybe if the compiler detects that deprecated features are being used it could add a line to the output... "To check for usage of deprecated features use the '-wo' switch"

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread Ogi via Digitalmars-d-announce
On Monday, 14 August 2023 at 08:42:17 UTC, claptrap wrote: A simple 1 line "friendly reminder" instead of pages of warnings, surely people could live with that? Well, given that D compiler is also a unittesting tool, codecov analyzer, documentation generator, profiler, static analyzer, build

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread Dom DiSc via Digitalmars-d-announce
On Monday, 14 August 2023 at 08:42:17 UTC, claptrap wrote: Maybe if the compiler detects that deprecated features are being used it could add a line to the output... "To check for usage of deprecated features use the '-wo' switch" A simple 1 line "friendly reminder" instead of pages of

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread claptrap via Digitalmars-d-announce
On Friday, 11 August 2023 at 13:37:57 UTC, Mike Parker wrote: The D Language Foundation's monthly meeting for July 2023 took ### Nick Nick had nothing new for us but did have some comments on the `-wo` switch. He thought it was great. However, since there's no indication by default if code is