DIP 1013--The Deprecation Process--Final Review

Jonathan M Davis newsgroup.d at jmdavisprog.com
Wed Jun 27 16:29:19 UTC 2018


On Wednesday, June 27, 2018 10:59:35 Seb via Digitalmars-d wrote:
> On Friday, 22 June 2018 at 07:38:04 UTC, Mike Parker wrote:
> > On Thursday, 7 June 2018 at 06:22:04 UTC, Mike Parker wrote:
> >> DIP 1013, "The Deprecation Process", is now ready for final
> >> review. This is a last chance for community feedback before
> >> the DIP is handed off to Walter and Andrei for the Formal
> >> Assessment. Please read the procedures document for details on
> >> what is expected in this review stage:
> >>
> >> https://github.com/dlang/DIPs/blob/master/PROCEDURE.md#final-review
> >>
> >> The current revision of the DIP for this review is located
> >> here:
> >>
> >> https://github.com/dlang/DIPs/blob/1de69e85527aa0e5efea0533c03e8cc73210
> >> 5d02/DIPs/DIP1013.md
> >>
> >> In it you'll find a link to and summary of the previous review
> >> round. This round of review will continue until 11:59 pm ET on
> >> June 21st unless I call it off before then.
> >
> > This review round is now complete. Thanks to all who
> > participated!
>
> I know that this comes a bit too late, but when the final version
> of the DIP is prepared/approved it might be worthwhile to define
> whether version should start with "v" or not.
> I have now seen these three different variants in the wild
> already:
>
> @@@DEPRECATED_v2.085@@@
> @@@DEPRECATED_2.085@@@
> @@@DEPRECATED_2.085.0@@@

If we're going to be picky about it, personally, I'd prefer

> @@@DEPRECATED_2.085@@@

I see no reason to put a v on it, and the .0 is pointless, because
deprecation removals only happen in major versions.

- Jonathan M Davis



More information about the Digitalmars-d mailing list