www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - D feature request

reply aberba <karabutaworld gmail.com> writes:
So if I have a feature request, but I don't have the necessary 
technical skills to draft a DIP with the implementation details, 
is there a process in D community to submit such a request?

Other communities using GitHub have a way to file an issue which 
then gets labelled as a feature request and others can vote 
(thumbs up) on it such that with enough interest and momentum, 
someone with the right skills or the language maintainers can 
start to collect feedback and draft a DIP. Is the there such a 
process in D?
Aug 04
next sibling parent reply "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
On 04/08/2024 10:06 PM, aberba wrote:
 So if I have a feature request, but I don't have the necessary technical 
 skills to draft a DIP with the implementation details, is there a 
 process in D community to submit such a request?
 
 Other communities using GitHub have a way to file an issue which then 
 gets labelled as a feature request and others can vote (thumbs up) on it 
 such that with enough interest and momentum, someone with the right 
 skills or the language maintainers can start to collect feedback and 
 draft a DIP. Is the there such a process in D?
Chuck it into the ideas forum. If it interests somebody, somebody else can work on it.
Aug 04
parent reply IchorDev <zxinsworld gmail.com> writes:
On Sunday, 4 August 2024 at 10:32:38 UTC, Richard (Rikki) Andrew 
Cattermole wrote:
 Chuck it into the ideas forum.

 If it interests somebody, somebody else can work on it.
Also sometimes if a feature is very minor you can submit a ‘feature request’ issue.
Aug 04
parent reply user1234 <user1234 12.de> writes:
On Monday, 5 August 2024 at 03:09:41 UTC, IchorDev wrote:
 On Sunday, 4 August 2024 at 10:32:38 UTC, Richard (Rikki) 
 Andrew Cattermole wrote:
 Chuck it into the ideas forum.

 If it interests somebody, somebody else can work on it.
Also sometimes if a feature is very minor you can submit a ‘feature request’ issue.
"enhancement" is the bugzilla word for this. IIRC it's in the "severity" field.
Aug 05
parent IchorDev <zxinsworld gmail.com> writes:
On Monday, 5 August 2024 at 12:25:48 UTC, user1234 wrote:
 On Monday, 5 August 2024 at 03:09:41 UTC, IchorDev wrote:
 Also sometimes if a feature is very minor you can submit a 
 ‘feature request’ issue.
"enhancement" is the bugzilla word for this. IIRC it's in the "severity" field.
Yes, precisely!
Aug 06
prev sibling next sibling parent Dom DiSc <dominikus scherkl.de> writes:
On Sunday, 4 August 2024 at 10:06:49 UTC, aberba wrote:
 So if I have a feature request, but I don't have the necessary 
 technical skills to draft a DIP with the implementation 
 details, is there a process in D community to submit such a 
 request?
DIP Ideas?
Aug 05
prev sibling parent Salih Dincer <salihdb hotmail.com> writes:
On Sunday, 4 August 2024 at 10:06:49 UTC, aberba wrote:
 So if I have a feature request, but I don't have the necessary 
 technical skills to draft a DIP with the implementation 
 details, is there a process in D community to submit such a 
 request?
please continue here: https://forum.dlang.org/group/dip.ideas SDB 79
Aug 07