You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
In the forum the question was raised, why dub is downloading unit-threaded, although it is marked optional in dshould.
https://forum.dlang.org/thread/[email protected]
This is actually caused by the fact, that unit-threaded is also a dependency in the unittest configuration. Here it isn't marked as optional.
Dub will download all mandatory dependencies from all configurations, independent which configuration is actually used.
Just want to make you aware of this behavior.
The text was updated successfully, but these errors were encountered: