Oleg B

Results 18 comments of Oleg B

@kinke > What's your motivation for getting rid of druntime? Just curious as I don't understand the motivation unless one is targeting bare metal and/or extremely resource-constrained systems. I work...

> You do realize there is no exception support whatsoever with -betterC? Yes, I know. > So if you don't need them, you won't run into the EH issue anyway....

At this moment I don't know where I can get EH problem, because compile-to-compile place changes. I include `-disable-inlining` to `ldc2.conf`.

> What's the progress on this? it's been 4 years already, and i got hit by this issue original problem not solved in ldc 1.24.0 (with `_d_array_slice_copy`), but my problem...

Some workaround can be used: d program compiles with ldc2, compilation of python part wasn't change (i don't know how select ldc2 as d compiler in building process of pyd).

Have you found suitable variant textual description of diagrams and graphs, or it must be created in future special for D?

I really understand that plant UML isn't good for D, because I use it for desctiption my project. Result in some places does not represent my ideas, that are implemented...

I have same problem on linux with `x86`-`arm` platform pair ``` targetPath "build/arm/bin" platform "arm" targetPath "build/x86/bin" platform "x86" ``` always builds to `build/x86/bin` dub version ``` DUB version 1.7.2,...