andre2007
andre2007
I thought I saw in the dub coding s.th. like a 24 hours logic. I should not check if last server call was made within last 24 hours. But if...
What happens when you replace the dub executable with a script out putting the environment variable? I wonder wheter it is an issue with the plugin or dub itself.
> This appears to only be an issue for sourceLibrary dependencies. When the upstream is a library then its unittests are not run anyway (which seems like an issue in...
An example: there is this great library which provides terminal, http client and server and a lot more functionality. But it had a major drawback. The unittests were interactive (waiting...
With the current knowledge I have, I agree with your opinion. The dependencies section in combination with targetType sourceLibrary seems to be, with the current behavior, dead information. It just...
I fully agree with @atilaneves. If you really want to test all dependencies, you need to test phobos and DRuntime too. It is the task of the library provider to...
For the main issue: as far as I understand we all agree, sourceLibrary dependencies should be propagated. The issue is, there is not really a main developer for Dub at...
As explanation: when running the unittests during the build phase, in no case running the tests later should give you another result. That means even if you run the library...
It was an explanation why I think not all scenarios make sense, because some scenarios handle cases which cannot occur (in theory)
This is a new issue I am also facing in Visual Studio Code (Windows) dev container (debian 9). It was working all the time and now it fails with the...