Re: gchunt v0.1.0 is out!

2014-11-21 Thread Dmitry Olshansky via Digitalmars-d-announce
21-Nov-2014 05:18, Piotr Szturmaj пишет: W dniu 2014-11-11 o 23:38, Dmitry Olshansky pisze: gchunt is a tool is to help D developers identify and keep in check the usage of GC in their projects. So far it just postprocesses D compiler's -vgc output into a nice Wiki table. Results looks like thi

Re: gchunt v0.1.0 is out!

2014-11-20 Thread Piotr Szturmaj via Digitalmars-d-announce
W dniu 2014-11-11 o 23:38, Dmitry Olshansky pisze: gchunt is a tool is to help D developers identify and keep in check the usage of GC in their projects. So far it just postprocesses D compiler's -vgc output into a nice Wiki table. Results looks like this (Phobos): http://wiki.dlang.org/Stuff_in

Re: gchunt v0.1.0 is out!

2014-11-13 Thread via Digitalmars-d-announce
On Thursday, 13 November 2014 at 10:44:38 UTC, Kagamin wrote: Hmm... now that I think of it, base64 is a format used for data transfer, so it's unlikely to come from a trusted source. That doesn't matter. A user still has to make sure the range isn't `empty` before calling `popFront()`, and th

Re: gchunt v0.1.0 is out!

2014-11-13 Thread Kagamin via Digitalmars-d-announce
Hmm... now that I think of it, base64 is a format used for data transfer, so it's unlikely to come from a trusted source.

Re: gchunt v0.1.0 is out!

2014-11-12 Thread Dmitry Olshansky via Digitalmars-d-announce
12-Nov-2014 13:32, Kagamin пишет: https://github.com/D-Programming-Language/phobos/blob/271c771a57764dcc511ca12ae91d490872d9b500/std/base64.d#L1144 Probably should be an assert? I'd bet it should. Ranges typically don't `enforce`. -- Dmitry Olshansky

Re: gchunt v0.1.0 is out!

2014-11-12 Thread Kagamin via Digitalmars-d-announce
https://github.com/D-Programming-Language/phobos/blob/271c771a57764dcc511ca12ae91d490872d9b500/std/base64.d#L1144 Probably should be an assert?

gchunt v0.1.0 is out!

2014-11-11 Thread Dmitry Olshansky via Digitalmars-d-announce
gchunt is a tool is to help D developers identify and keep in check the usage of GC in their projects. So far it just postprocesses D compiler's -vgc output into a nice Wiki table. Results looks like this (Phobos): http://wiki.dlang.org/Stuff_in_Phobos_That_Generates_Garbage#Labeled_data Noti