From 3b6e69753fc1af8167254a171f7ff60859a158aa Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Tue, 29 Oct 2024 17:34:07 +0100 Subject: [PATCH] [highlight other potentially problematic site] --- source/dub/project.d | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dub/project.d b/source/dub/project.d index 83e055d83..c549c977f 100644 --- a/source/dub/project.d +++ b/source/dub/project.d @@ -582,6 +582,7 @@ class Project { { if (!vspec.repository.empty) { p = m_packageManager.loadSCMPackage(basename, vspec.repository); + // not assigning to p?! resolveSubPackage(p, subname, false); enforce(p !is null, "Unable to fetch '%s@%s' using git - does the repository and version exists?".format(