Jan Jurzitza
Jan Jurzitza
how is rdmd deprecated? It's included in LDC by default too and is pretty much the easiest way to get compiler independent run scripts easily without much overhead
rdmd caches the executables, has `--eval` and abstracts away the underlying compiler (ldc, dmd, gdc) dub does the same but is also larger overhead. Though one advantage would be that...
(still broken with #471)
still reproducible: call: ``` dfmt --soft_max_line_length 70 --max_line_length 120 ``` code: ```d void foo() { string sql = (`select * from` ~ parseconfig.dbname ~ `.imgs WHERE reproj_status = "DONE"`); }...
unparsable code (broken tokens) now emits error code 1, broken syntax still emits error code 0 with partial working output imo this is a good approach and the general base...
huh is the patch really needed? Works fine on my machine.
I think the preview could be a violation of GDPR, right? Looking at private content uploaded by users e.g. in a private chat without their consent would be a violation...
for colored output you should add a member function on PackageName that uniformly formats the value with `.color(Mode.bold)`. I think this is also good for consistency so that package names...
you mean github wiki? refer to https://github.com/Pure-D/code-d/blob/master/docs/index.md for online docs
oh you mean documenting the configurable settings, yeah can do that