Denis Feklushkin

Results 149 comments of Denis Feklushkin

> Please include tests I could not do this so that there were a minimum number of changes.

I run it by this way: ``` dstep -I -O -o ./dst_dir/ ./src_dir/ ```

For example, if `dstep ... -o ...` is used with `find` and `xargs` sucessful execution depends from number of processed lines (src files) - if xarg splits arguments into two...

Also, -o for directories broken since 2017 (https://github.com/jacob-carlborg/dstep/issues/136). Maybe it will be easier to remove -o functionality for dirs at all?

I want to run dstep over one `.h` file and want to place resulting `.d` file into another directory. It is need to run dstep over huge number of files....

> No other similar tools (like compilers) that I'm aware of provide this. In turn, I can say that I do not know any tool in which the result type...

And maybe it is reasonable to remove (temporary, maybe) -o support for dirs because currently it is broken 2 years at least. I spent time to bughunting inside of my...

DlangUI uses DUB: http://code.dlang.org/getting_started

> Flutter в первую очередь для мобилок, а моя библиотека больше по десктопу Индустрия ждёт универсального решения. Все реально устали трижды писать одно и то же (для веба, для мобилок...

Initially, I preferred not to add conversions or interop methods, which can suddenly lead to a decrease in accuracy Now I think for some frequently used ypes we can add...