Re: Evolving the D Language

2023-07-09 Thread IchorDev via Digitalmars-d-announce
On Sunday, 9 July 2023 at 18:51:01 UTC, IchorDev wrote: [...] I felt that I should also clarify that there are some features that *should* stay dead, for our benefit. I figured I'd name a few. 1. Bugs that some people treated like features. There's a few listed among D's deprecated

Re: Evolving the D Language

2023-07-09 Thread IchorDev via Digitalmars-d-announce
On Friday, 7 July 2023 at 13:19:51 UTC, Nick Treleaven wrote: Changing the syntax just for an obsolete feature would send the wrong message. [...] cent and ucent are already an error as of 2.100. Were they even implemented? Clearly you're not looking at this the same way as me, [or

Re: DScanner v0.16.0-beta.1 - looking for IDE dev feedback

2023-07-09 Thread WebFreak001 via Digitalmars-d-announce
On Sunday, 9 July 2023 at 07:54:38 UTC, Christian Köstlin wrote: On 08.07.23 23:59, WebFreak001 wrote: [...] Sounds to good to be true, will give it a try for sure!!! Thanks a lot. Kind regards, Christian thanks, feel free to leave feedback about the CLI and fixes for existing or new

Re: DScanner v0.16.0-beta.1 - looking for IDE dev feedback

2023-07-09 Thread Christian Köstlin via Digitalmars-d-announce
On 08.07.23 23:59, WebFreak001 wrote: https://github.com/dlang-community/D-Scanner/releases/tag/v0.16.0-beta.1 ## For IDE devs: the new D-Scanner version comes with a major new improvement: automatic fix suggestions for diagnostics. As IDE dev you can use the existing `--report`

Re: DScanner v0.16.0-beta.1 - looking for IDE dev feedback

2023-07-09 Thread WebFreak001 via Digitalmars-d-announce
On Saturday, 8 July 2023 at 21:59:53 UTC, WebFreak001 wrote: [...] https://github.com/dlang-community/D-Scanner/releases/tag/v0.16.0-beta.2 updated API in v0.16.0-beta.2: `--report` includes all auto-fixes that don't need any resolving now, as well as the names for the to-be-resolved

Re: Evolving the D Language

2023-07-09 Thread harakim via Digitalmars-d-announce
On Friday, 7 July 2023 at 12:34:50 UTC, Hipreme wrote: The problem right now, from my POV, is that people such as Grim is using dub dependencies. What that generates is that by the default functionality being showing the deprecation messages is that we need to modify unmaintained 3rd party