Re: jai-like CTFE string formating

2017-08-12 Thread tetyys via Digitalmars-d
On Saturday, 12 August 2017 at 11:47:10 UTC, Stefan Koch wrote: [...] very nice

Re: Building is slow!

2017-12-02 Thread tetyys via Digitalmars-d
Something must be definitely wrong if compilation takes half an hour, unless you're trying to compile it on a toaster. An infinite loop?

Re: Which language futures make D overcompicated?

2018-02-09 Thread tetyys via Digitalmars-d
On Friday, 9 February 2018 at 13:10:16 UTC, rumbu wrote: And not a language feature but I hate dub. Just saying. Why do people hate dub? I think it's a great package manager and build tool

Re: D error messages for function call mismatches

2017-06-27 Thread tetyys via Digitalmars-d
On Tuesday, 27 June 2017 at 14:29:05 UTC, FoxyBrown wrote: arsd\stb_truetype.d(1246): Error: function core.stdc.stdlib.qsort (scope void* base, uint nmemb, uint size, extern (C) int function(scope const(void*), scope const(void*)) @system compar) is not callable using argument types (void*, in

Re: Documentation licence

2017-06-30 Thread tetyys via Digitalmars-d
On Friday, 30 June 2017 at 10:10:14 UTC, ANtlord wrote: Hello! I use service devdocs.io for some technologies. And I think that I able to add D to this service. I've read the project's wiki (https://github.com/Thibaut/devdocs/blob/master/CONTRIBUTING.md) and see the next: Important: the docum

Re: Vibe.d - very low performance

2017-07-08 Thread tetyys via Digitalmars-d
these tests are pretty flawed considering that top places are taken by event loop libraries that have no other features other than 'respond to request'

Re: New Garbage Collector?

2017-07-22 Thread tetyys via Digitalmars-d
On Saturday, 22 July 2017 at 10:17:49 UTC, Temtaime wrote: The new precise GC will be never added to druntime. It is dead, man. Why?