Jan Jurzitza
Jan Jurzitza
cleaning up at startup sounds like a reasonable idea to me
issues in CHANGELOG.md?
looks like my version bump was missing a link when I updated the docs - will fix in master
fixed on master now
the simplest option would just be changing the error message to also include a mention about cwd
I don't think it makes that much sense logically speaking. One advantage I can see is that you don't have to remember the setting name, but I don't think that...
cc @ljmf00 this might actually be something that should be trivial to implement in ldclint, where you could even accurately check for InputRange/ForwardRange and actually also warn on cases that...
D-Scanner doesn't currently properly expose the import path setting, although it is used for some checks. However it fails even including phobos on its own and also explicitly hides the...
are you using dmd or ldc and which version? This will probably not be fixable in code, but require an update of the compiler.
versioned imports may be possible in the containers package for the old compilers, but need to investigate that and schedule new releases. `dcg` and `dbd` are not D compilers btw....