November 07, 2015
On 11/6/15 11:01 AM, Gary Willoughby wrote:
> On Friday, 6 November 2015 at 12:46:16 UTC, Chris wrote:
>> Thanks for this post. There is some confusion, which makes people say
>> "Naw, I dunno, maybe tomorrow." At least me!
>
> It's all in the wiki:
>
> http://wiki.dlang.org/Pull_Requests

I linked http://wiki.dlang.org/Pull_Requests and http://wiki.dlang.org/Starting_as_a_Contributor to one another. -- Andrei
November 07, 2015
On Saturday, 7 November 2015 at 17:45:52 UTC, Andrei Alexandrescu wrote:
> On 11/6/15 11:01 AM, Gary Willoughby wrote:
>> On Friday, 6 November 2015 at 12:46:16 UTC, Chris wrote:
>>> Thanks for this post. There is some confusion, which makes people say
>>> "Naw, I dunno, maybe tomorrow." At least me!
>>
>> It's all in the wiki:
>>
>> http://wiki.dlang.org/Pull_Requests
>
> I linked http://wiki.dlang.org/Pull_Requests and http://wiki.dlang.org/Starting_as_a_Contributor to one another. -- Andrei

Ok, so I will delete my current branch and start from scratch following the recommendations. Maybe it'll be easier for me to keep up to date with phobos and make more PRs. In my case it's just typos and easy stuff like that, but every little helps :)
December 01, 2015
On Tuesday, 3 November 2015 at 14:35:08 UTC, Andrei Alexandrescu wrote:
> https://goo.gl/r24Izw
>
> Some of them are D1 only; I'll make an executive decision about those soon. Some of them have been fixed or obviated by recent improvements. And finally the bulk of them need a little work each to get them fixed.
>
> I'm thinking this has crowdsourcing written all over it. It would be great if many of us made one pass through the list and take a look at bugs with an eye for cleaning up the list.
>
>
> Andrei

Hello, I've reviewed the list and found a subset of 30 bugs that I've closed because whatever is my position it was clear that they are fixed now or invalid.

However, I've spotted "bearophile". He has opened a lot of issues just because he wanted this or that in std.range. I think that most of his issues could be closed because he should rather discuss on the NG or even propose an implementation on GH...

So I don't know...and I ask, should the garbages from bearophile be closed ?
December 01, 2015
On 12/1/15 9:17 AM, BBaz wrote:
> On Tuesday, 3 November 2015 at 14:35:08 UTC, Andrei Alexandrescu wrote:
>> https://goo.gl/r24Izw
>>
>> Some of them are D1 only; I'll make an executive decision about those
>> soon. Some of them have been fixed or obviated by recent improvements.
>> And finally the bulk of them need a little work each to get them fixed.
>>
>> I'm thinking this has crowdsourcing written all over it. It would be
>> great if many of us made one pass through the list and take a look at
>> bugs with an eye for cleaning up the list.
>>
>>
>> Andrei
>
> Hello, I've reviewed the list and found a subset of 30 bugs that I've
> closed because whatever is my position it was clear that they are fixed
> now or invalid.
>
> However, I've spotted "bearophile". He has opened a lot of issues just
> because he wanted this or that in std.range. I think that most of his
> issues could be closed because he should rather discuss on the NG or
> even propose an implementation on GH...
>
> So I don't know...and I ask, should the garbages from bearophile be
> closed ?

Please list links to those here, and thanks for all your work! -- Andrei
December 01, 2015
On 12/1/15 9:17 AM, BBaz wrote:

> However, I've spotted "bearophile". He has opened a lot of issues just
> because he wanted this or that in std.range. I think that most of his
> issues could be closed because he should rather discuss on the NG or
> even propose an implementation on GH...

Open enhancements should be left alone IMO. Unless it has been decided that there is zero possibility for them being implemented, they are just waiting for someone to do it.

Enhancements also shouldn't count towards any open "bug" count.

-Steve
December 01, 2015
On Tuesday, 1 December 2015 at 14:50:24 UTC, Steven Schveighoffer wrote:
> On 12/1/15 9:17 AM, BBaz wrote:
>
>> However, I've spotted "bearophile". He has opened a lot of issues just
>> because he wanted this or that in std.range. I think that most of his
>> issues could be closed because he should rather discuss on the NG or
>> even propose an implementation on GH...
>
> Open enhancements should be left alone IMO. Unless it has been decided that there is zero possibility for them being implemented, they are just waiting for someone to do it.
>
> Enhancements also shouldn't count towards any open "bug" count.
>
> -Steve

I understand, but there are much...not 3 or 4 , more something like 20...
Anyway, message get, i'll post the list tomorrow.
December 01, 2015
On 12/1/15 9:56 AM, BBaz wrote:
> On Tuesday, 1 December 2015 at 14:50:24 UTC, Steven Schveighoffer wrote:
>> On 12/1/15 9:17 AM, BBaz wrote:
>>
>>> However, I've spotted "bearophile". He has opened a lot of issues just
>>> because he wanted this or that in std.range. I think that most of his
>>> issues could be closed because he should rather discuss on the NG or
>>> even propose an implementation on GH...
>>
>> Open enhancements should be left alone IMO. Unless it has been decided
>> that there is zero possibility for them being implemented, they are
>> just waiting for someone to do it.
>>
>> Enhancements also shouldn't count towards any open "bug" count.
>>
>
> I understand, but there are much...not 3 or 4 , more something like 20...
> Anyway, message get, i'll post the list tomorrow.

Yeah, bearophile is like that, he has a lot of ideas ;)

Some of them have been implemented, after sitting for a long time. So I don't think it's correct to close them. I'm all for closing ones that absolutely won't be implemented though.

-Steve
December 02, 2015
BBaz:

> So I don't know...and I ask, should the garbages from bearophile be closed ?

Hello, I use D every day, and there are several functions that I'd like in Phobos. I think all/most of them can be of general usefulness. While I am often wrong, those ERs come from plenty of experience coding in D and other languages, so throwing them away *en masse* is unwise. They should be judged singularly.

Bye,
bearophile
December 03, 2015
On 12/01/2015 03:17 PM, BBaz wrote:
>
> So I don't know...and I ask, should the garbages from bearophile be
> closed ?

This is a loaded question.
December 24, 2016
On 11/03/2015 09:35 AM, Andrei Alexandrescu wrote:
> https://goo.gl/r24Izw
>
> Some of them are D1 only; I'll make an executive decision about those
> soon. Some of them have been fixed or obviated by recent improvements.
> And finally the bulk of them need a little work each to get them fixed.
>
> I'm thinking this has crowdsourcing written all over it. It would be
> great if many of us made one pass through the list and take a look at
> bugs with an eye for cleaning up the list.

Replying to my own message from November 2015... well, right now we have 953 open bugs for Phobos. 500 is next! -- Andrei