andre2007
andre2007
I created an issue on DCD repository for adding a timeout argument to DCD client. https://github.com/dlang-community/DCD/issues/509
Going in this direction, it would be good to make make some noise in https://forum.dlang.org/group/announce while releasing new versions of the plugin.
The file is also described here https://dub.pm/settings.html
Currently I do not have access to a pc but as far as I remember, the run configurations which are there by default didn't worked for me. I always had...
rdmd is superseeded by `dmd -run`. What I understood was, rdmd is twice as slow as `dmd -run` because it needs 1 iteration more to evaluate dependent modules than `dmd`....
@Hackerpilot I heard it several times in the forum. I asked the question now here, whether rdmd can be copied to bin64 folder too. https://forum.dlang.org/post/[email protected]
Maybe duplicate of https://github.com/dlang-community/dfmt/issues/412
@corradomio you can configure the D compiler in the project settings/sdk view. My normal workflow is to create a dub project within the console/terminal and import it in Intellij. Then...
SonarQube has a report format "Generic Issue Data". This the reason for the SonarQube class name. I assume you copied the class name, but likely "generic issue data" does not...
The issue is, dub fetch doesn't support the format packageName:subPackageName This fails: ```dub fetch arsd-official:cgi``` dub fetch is called here https://github.com/intellij-dlanguage/intellij-dlanguage/blob/develop/src/main/kotlin/io/github/intellij/dlanguage/actions/ProcessDLibs.kt#L237 Proposed bugfix: in case ```dubPackage.name``` contains a sub package,...