December 11, 2019
On Wednesday, 11 December 2019 at 07:24:13 UTC, berni44 wrote:
> 10. day: 15 bugs were removed (issues 4586, 4589, 4606, 5488, 8867, 13560, 15048, 17187, 18248, 18411, 19302, 19493, 19533, 20331, 20411)
>
> Real fixes:
> Issue 18248 - radix overload of std.conv.parse fails to throw on non-empty range
>               without number
> Issue 20331 - checkaction=context segfaults when calling function literal

Thank you, great effort!
This might be another candidate to just close: https://issues.dlang.org/show_bug.cgi?id=15751 but might be better to add some tests for that first?
December 11, 2019
On Wednesday, 11 December 2019 at 11:41:00 UTC, tchaloupka wrote:
> This might be another candidate to just close: https://issues.dlang.org/show_bug.cgi?id=15751 but might be better to add some tests for that first?

I'm not sure. I'm primarily busy with Phobos and have little experience in the realm of dmd. I tried the script given in the first comment and got "pass=0 fail=100". But I've got Linux and the bug is filed as a Windows bug.

December 12, 2019
11. day: 8 bugs were removed (issues 11171, 14909, 17745, 19296, 20160, 20319, 20355, 20440)

Real fixes:
Issue 17745 - Upgrade DLang Bugzilla to 4.4.12
Issue 20160 - ThreadInfo.cleanup() clears local thread's registered names instead
              of "this"'s
Issue 20355 - undefined identifier U in core.atomic
Issue 20440 - Associative arrays with values whose opAssign doesn't return a ref don't
              support require function
December 12, 2019
On Thursday, 12 December 2019 at 07:46:23 UTC, berni44 wrote:
> 11. day: 8 bugs were removed (issues 11171, 14909, 17745, 19296, 20160, 20319, 20355, 20440)
>
> Real fixes:
> Issue 17745 - Upgrade DLang Bugzilla to 4.4.12
> Issue 20160 - ThreadInfo.cleanup() clears local thread's registered names instead
>               of "this"'s
> Issue 20355 - undefined identifier U in core.atomic
> Issue 20440 - Associative arrays with values whose opAssign doesn't return a ref don't
>               support require function

Really good turnaround on 20440. That was discussed in IRC just
2-3 days ago when people doing Advent of Code ran into it.

December 13, 2019
12. day: 18 bugs were removed (issues 4880, 6592, 8338, 9592, 15312, 15940, 17092, 17121, 17830, 17992, 18287, 18974, 19007, 19010, 19237, 20316, 20349, 20427)

Real fixes:
Issue 6592 - di header file created even if errors occur
Issue 15940 - ImplicitConversionTargets and class alias in struct
Issue 20349 - [REG2.087] ICE with sqrt

December 13, 2019
On Thursday, 12 December 2019 at 07:51:41 UTC, mipri wrote:
> Really good turnaround on 20440. That was discussed in IRC just
> 2-3 days ago when people doing Advent of Code ran into it.

I was impressed too: The moment, I spotted this issue, it was allready fixed...

December 13, 2019
On Friday, 13 December 2019 at 06:07:34 UTC, berni44 wrote:
> 12. day: 18 bugs were removed (issues 4880, 6592, 8338, 9592, 15312, 15940, 17092, 17121, 17830, 17992, 18287, 18974, 19007, 19010, 19237, 20316, 20349, 20427)
>
> Real fixes:
> Issue 6592 - di header file created even if errors occur
> Issue 15940 - ImplicitConversionTargets and class alias in struct
> Issue 20349 - [REG2.087] ICE with sqrt

Hello Bernie. I've posted two patches in the bugtracker yesterday. I have no GH account right now but someone can make the PRs:

- https://issues.dlang.org/show_bug.cgi?id=17222#c2
- https://issues.dlang.org/show_bug.cgi?id=19454#c1
December 14, 2019
13. day: 6 bugs were removed (issues 9582, 10670, 11782, 18446, 19818, 20441)

Real fixes:
Issue 11782 - format pointer to range prints range
Issue 18446 - Wrong curl onProgress examples
Issue 20441 - Wrong code with -O -fPIC and pointer subtraction
December 14, 2019
On Sat, Dec 14, 2019 at 07:48:15AM +0000, berni44 via Digitalmars-d wrote:
> 13. day: 6 bugs were removed (issues 9582, 10670, 11782, 18446, 19818,
> 20441)
> 
> Real fixes:
> Issue 11782 - format pointer to range prints range
> Issue 18446 - Wrong curl onProgress examples
> Issue 20441 - Wrong code with -O -fPIC and pointer subtraction

Awesome!  Keep up the good work!


T

-- 
In order to understand recursion you must first understand recursion.
December 15, 2019
14. day: 9 bugs were removed (issues 7964, 8930, 9379, 10173, 12462, 15004, 17109, 17125, 18290)

Real fixes:
Issue 17125 - Header Generation Incorrectly Formats Floating Point Number