October 20, 2014
On Monday, 20 October 2014 at 10:56:43 UTC, anonymous wrote:
> On Sunday, 19 October 2014 at 22:19:05 UTC, Nordlöw wrote:
> By the way, since we're in D.learn, I'm assuming you want to do
> this yourself. But if you'd like, I could make a pull request
> with my suggestions to your branch.

Yes, please! That would be very kind of you.

/Thx
October 20, 2014
On Monday, 20 October 2014 at 11:20:30 UTC, Nordlöw wrote:
> On Monday, 20 October 2014 at 10:56:43 UTC, anonymous wrote:
>> On Sunday, 19 October 2014 at 22:19:05 UTC, Nordlöw wrote:
>> By the way, since we're in D.learn, I'm assuming you want to do
>> this yourself. But if you'd like, I could make a pull request
>> with my suggestions to your branch.
>
> Yes, please! That would be very kind of you.

Forgot to mention it here, not sure if you noticed it: https://github.com/nordlow/phobos/pull/1
October 20, 2014
On Monday, 20 October 2014 at 18:01:11 UTC, anonymous wrote:
> Forgot to mention it here, not sure if you noticed it: https://github.com/nordlow/phobos/pull/1

Superb.
October 21, 2014
Speaking of this module, since I cannot currently login to bugtracker, I'd like to note here that there are two major bugs in one little function: Array.Payload.length setter. One is this
https://issues.dlang.org/show_bug.cgi?id=13619

and the other is reallocating without notifying GC of the pointers, which leads to having dangling pointers in the array after a GC cycle.
October 21, 2014
On Tuesday, 21 October 2014 at 04:22:37 UTC, thedeemon wrote:
> Speaking of this module, since I cannot currently login to bugtracker, I'd like to note here that there are two major bugs in one little function: Array.Payload.length setter. One is this
> https://issues.dlang.org/show_bug.cgi?id=13619
>
> and the other is reallocating without notifying GC of the pointers, which leads to having dangling pointers in the array after a GC cycle.

Submitted the second one here:
https://issues.dlang.org/show_bug.cgi?id=13642
1 2 3
Next ›   Last »