Oleg B
Oleg B
Учёный это абстрактное понятие (может лучше "исследователь"?) и чем-то этот человек похож на студента, следовательно, можно предположить, что человек хочет решать свою задачу с минимальными трудозатратами, но задача уже более...
I want to debug code through unittests, but I can't build project as `dub test`. And no way to load `myprog-test-library` as debugged program.
Hello In my current work project I use dub and simple makefiles for running dub with different flags, some flags and paths to gcc for arm placed in `/etc/ldc2.conf` (ARM...
Hello. I try build this simple example: ```d import core.stdc.stdio; import std.algorithm : min; extern (C) void main() { char[256] buf; buf[] = '\0'; auto str = "hello world"; auto...
what about format rule like this ``` d // before void func(int[] a = [1,2,3,4]); // after void func( int[] a = [ 1, 2, 3, 4 ] ); //...
bad tree expand when goto package.d file (no any expands)
I was edit an output files and change `class` to `struct` and no difference are detect. Have you any reason to use classes instead structs? Maybe it can be an...
It has many places of problem: * `emplace` use `memset` and `memcpy` what have no D-code and can't be CTFE * `reinterpretation through overlapped field str is not allowed in...