dlangBugzillaToGithub
dlangBugzillaToGithub
#### monarchdodra commented on 2012-12-21T10:53:11Z ````markdown (In reply to comment #17) > (In reply to comment #14) > > (In reply to comment #11) > > > > > >...
#### monarchdodra commented on 2012-12-21T10:55:24Z ````markdown (In reply to comment #18) > (In reply to comment #16) > > > Whereas if it threw to begin with you're forced to...
#### dfj1esp02 commented on 2024-11-25T09:49:06Z ````markdown There's an overload that accepts an RNG --- UUID randomUUID(RNG)(ref RNG randomGen); --- ````
#### jdougan commented on 2024-11-26T04:32:30Z ````markdown and no cryptographic streng RNG to use with it. https://breakpoint.purrfect.fr/article/cracking_phobos_uuid.html ````
#### razvan.nitu1305 commented on 2017-07-10T13:12:07Z ````markdown From what I understood, the phobos administrators are pretty reluctant to adding new exceptions unless they are definitely needed. ````
#### greeenify commented on 2016-12-27T10:56:51Z ````markdown Why don't we remove zlib entirely from Phobos and move it to the DUB universe? Isn't this something that we are better off putting...
#### bearophile_hugs commented on 2013-11-29T12:38:15Z ````markdown A simpler strategy is the random replacement (but currently the low-level API of associative arrays doesn't allow to extract a random bucket): enum EvictingStrategy...
#### code (@MartinNowak) commented on 2014-10-06T21:11:21Z ````markdown This always bothered me, so here is a pull using cuckoo hashing with a fixed number of entries. https://github.com/D-Programming-Language/phobos/pull/2591 ````
#### timothee.cour2 commented on 2016-03-23T05:33:36Z ````markdown sounds like a bug (and one that could cause harm); why not have dirEntries call rel2abs ? the cost of this should be dwarfed...
#### razvan.nitu1305 commented on 2017-07-07T12:53:53Z ````markdown Is this still valid? The code seems to have changes significantly (rel2abs doesn't exist anymore) and I cannot reproduce with std.file.absolutePath. ````