Re: Help me understand how to contribute to bugs report / fixing

2018-01-26 Thread H. S. Teoh via Digitalmars-d-learn
On Fri, Jan 26, 2018 at 08:43:05PM +, Fra Mecca via Digitalmars-d-learn wrote: [...] > Pull request are done via git and bugs reported by the tracker. The > problem is when I want to understand if the bug of the tracker is > referenced in the repo of the organization and has an open PR. The

Re: Help me understand how to contribute to bugs report / fixing

2018-01-26 Thread ag0aep6g via Digitalmars-d-learn
On 01/26/2018 09:43 PM, Fra Mecca wrote: Real world case: this bug has been reported recently: https://issues.dlang.org/show_bug.cgi?id=18288#add_comment [...] From a quick glance at the phobos repo, I found no mention of this bug in any closed or open PR, just a PR (#6056, bug 18280) on the

Re: Help me understand how to contribute to bugs report / fixing

2018-01-26 Thread Simen Kjærås via Digitalmars-d-learn
On Friday, 26 January 2018 at 20:43:05 UTC, Fra Mecca wrote: What should I do now? I am undecided between: - commenting on the bug tracker and close the bug - link the pr 6056 on the bug tracker - leaving it be Leaving a comment on the bug with a link to the PR, and marking the bug resolved

Help me understand how to contribute to bugs report / fixing

2018-01-26 Thread Fra Mecca via Digitalmars-d-learn
Hi, I have been lurking in the bug tracker for some time, checking and trying to reproduce bugs and fixes. I finally want to submit something and contribute but I am having an hard time understanding the workflow. Pull request are done via git and bugs reported by the tracker. The problem