Skip to content

Commit

Permalink
Bump ~everything to current stable (v2.110.0-beta.1+) (#1)
Browse files Browse the repository at this point in the history
And reggae to atilaneves/reggae#315 for now.
  • Loading branch information
kinke authored Jul 29, 2024
1 parent a65274c commit 79300d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "dmd"]
path = dmd
url = [email protected]:symmetryinvestments/dmd.git
url = [email protected]:dlang/dmd.git
[submodule "phobos"]
path = phobos
url = [email protected]:dlang/phobos.git
[submodule "dub"]
path = dub
url = [email protected]:symmetryinvestments/dub.git
url = [email protected]:dlang/dub.git
[submodule "reggae"]
path = reggae
url = [email protected]:symmetryinvestments/reggae.git
url = [email protected]:kinke/reggae.git
[submodule "ninja"]
path = ninja
url = [email protected]:symmetryinvestments/ninja.git
2 changes: 1 addition & 1 deletion dmd
Submodule dmd updated 354 files
2 changes: 1 addition & 1 deletion dub
Submodule dub updated 45 files
+6 −5 .github/workflows/main.yml
+2 −4 .github/workflows/pr_info_intro.yml
+5 −5 .github/workflows/pr_info_post.yml
+1 −1 .github/workflows/pr_info_untrusted.yml
+3 −2 .github/workflows/release.yml
+2 −0 build-files.txt
+5 −5 build.d
+4 −3 changelog/selections_from_parent_dir.dd
+6 −6 dub.selections.json
+1 −2 source/app.d
+2 −7 source/dub/commandline.d
+5 −50 source/dub/compilers/dmd.d
+11 −5 source/dub/compilers/ldc.d
+22 −5 source/dub/dependency.d
+26 −23 source/dub/dub.d
+5 −3 source/dub/generators/build.d
+5 −3 source/dub/generators/generator.d
+7 −4 source/dub/internal/configy/Read.d
+96 −0 source/dub/internal/io/filesystem.d
+491 −0 source/dub/internal/io/mockfs.d
+102 −0 source/dub/internal/io/realfs.d
+39 −12 source/dub/internal/utils.d
+196 −148 source/dub/packagemanager.d
+183 −142 source/dub/project.d
+2 −0 source/dub/recipe/packagerecipe.d
+1 −3 source/dub/recipe/selection.d
+180 −513 source/dub/test/base.d
+4 −4 source/dub/test/dependencies.d
+43 −2 source/dub/test/other.d
+152 −0 source/dub/test/selections_from_parent_dir.d
+1 −1 source/dub/test/subpackages.d
+1 −1 source/dub/version_.d
+1 −1 test/5-convert/dub.sdl
+1 −0 test/issue2377-dynLib-dep-extra-files/parent/dub.sdl
+0 −44 test/prefer-add-path-packages.sh
+6 −11 test/removed-dub-obj.sh
+111 −13 test/run-unittest.d
+0 −10 test/selections-from-parent-dir.sh
+0 −0 test/selections-from-parent-dir/.no_build
+0 −7 test/selections-from-parent-dir/dub.selections.json
+0 −2 test/selections-from-parent-dir/pkg1/dub.sdl
+0 −5 test/selections-from-parent-dir/pkg2/dub.sdl
+0 −1 test/selections-from-parent-dir/pkg2/source/foo.d
+1 −10 test/win32_default.d
+1 −1 test/win32_default.script.d
2 changes: 1 addition & 1 deletion reggae

0 comments on commit 79300d6

Please sign in to comment.