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
C.GeneralAn issue which doesn't fit in the other categories (not blockchain related)type-bugThings don't work as they were intended to, or the way they were intended to work doesn't make sense
Make sure nested DUB invocations use the provided compiler by default. Add documentation to code.dlang.org (repository here: https://github.com/dlang/dub-registry) explaining the behavior.
Make sure the dub does not pick up the wrong dub.selections.json;
Do not propagate any DFLAGS unless passed explicitly ($DUB $DFLAGS);
The text was updated successfully, but these errors were encountered:
Geod24
added
type-bug
Things don't work as they were intended to, or the way they were intended to work doesn't make sense
C.General
An issue which doesn't fit in the other categories (not blockchain related)
labels
Nov 4, 2020
What is the problem with dub.selections.json exactly? When I test with projects, not single file operation, dub seems to use the local dub.selections.json of each project. Is there a specific case with the single file mode?
Oh the original message had a typo: I meant dub.settings.json (dub picks up the parent dub.settings.json). But this last bug does not actually block us, so this issue is done, thanks for your work!
C.GeneralAn issue which doesn't fit in the other categories (not blockchain related)type-bugThings don't work as they were intended to, or the way they were intended to work doesn't make sense
Link: dlang/dub#2012
To do:
DUB
invocations use the provided compiler by default. Add documentation tocode.dlang.org
(repository here: https://github.com/dlang/dub-registry) explaining the behavior.dub
does not pick up the wrongdub.selections.json
;$DUB $DFLAGS
);The text was updated successfully, but these errors were encountered: