Merge remote-tracking branch 'upstream/master' into stable
commit c7717799bbb7b01084dbed29a5146b78f9adc8e2
2 parents b3500ec + 647ce24
@Martin Nowak Martin Nowak authored on 12 May 2021
Showing 40 changed files
View
.github/workflows/main.yml
View
.gitignore
View
changelog/add_lowmem.dd 0 → 100644
View
source/dub/commandline.d
View
source/dub/compilers/buildsettings.d
View
source/dub/compilers/dmd.d
View
source/dub/compilers/ldc.d
View
source/dub/dub.d
View
source/dub/generators/generator.d
View
source/dub/project.d
View
test/.gitignore
View
test/0-init-fail-json.script.d 0 → 100644
View
test/0-init-fail-json.sh 100755 → 0
View
test/common/.no_build 0 → 100644
View
test/common/.no_run 0 → 100644
View
test/common/.no_test 0 → 100644
View
test/common/dub.sdl 0 → 100644
View
test/common/source/common.d 0 → 100644
View
test/issue1505-single-file-package-dynamic-library.d 0 → 100644
View
test/issue1505-single-file-package-dynamic-library.sh 0 → 100755
View
test/issue1867-lowmem.sh 0 → 100755
View
test/issue1867-lowmem/.gitignore 0 → 100644
View
test/issue1867-lowmem/.no_build 0 → 100644
View
test/issue1867-lowmem/.no_run 0 → 100644
View
test/issue1867-lowmem/.no_test 0 → 100644
View
test/issue1867-lowmem/dub.sdl 0 → 100644
View
test/issue1867-lowmem/dub.settings.json 0 → 100644
View
test/issue1867-lowmem/source/app.d 0 → 100644
View
test/issue2046-ignored-optional-with-path/.no_build 0 → 100644
View
test/issue2046-ignored-optional-with-path/.no_run 0 → 100644
View
test/issue2046-ignored-optional-with-path/.no_test 0 → 100644
View
test/issue2046-ignored-optional-with-path/dub.json 0 → 100644
View
test/issue2046-ignored-optional-with-path/dub.selections.json-nofoo 0 → 100644
View
test/issue2046-ignored-optional-with-path/dub.selections.json-usefoo 0 → 100644
View
test/issue2046-ignored-optional-with-path/libbar/dub.json 0 → 100644
View
test/issue2046-ignored-optional-with-path/libbar/source/libbar/bar.d 0 → 100644
View
test/issue2046-ignored-optional-with-path/libfoo/dub.json 0 → 100644
View
test/issue2046-ignored-optional-with-path/libfoo/source/libfoo/foo.d 0 → 100644
View
test/issue2046-ignored-optional-with-path/source/app.d 0 → 100644
View
test/run-unittest.d