From 62e32a4da4b5a4b2aeb23488241094287e193b07 Mon Sep 17 00:00:00 2001 From: SixthDot Date: Sun, 31 Dec 2023 04:46:56 +0100 Subject: [PATCH 1/2] Update obsolete url in an old comment --- src/dscanner/utils.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dscanner/utils.d b/src/dscanner/utils.d index accc2378..92504143 100644 --- a/src/dscanner/utils.d +++ b/src/dscanner/utils.d @@ -183,7 +183,7 @@ unittest * in other languages. In the chain, any $(D null) member that is a class instance * or that returns one, has for effect to shortcut the complete evaluation. * - * This function is copied from https://github.com/BBasile/iz to avoid a new submodule. + * This function is copied from https://gitlab.com/basile.b/iz/-/blob/master/import/iz/sugar.d?ref_type=heads#L1543 to avoid a new submodule. * Any change made to this copy should also be applied to the origin. * * Params: From 014d74d852c9098b546df14a565408a7b7c77db4 Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Mon, 1 Jan 2024 10:32:45 +0200 Subject: [PATCH 2/2] Update comment to use a specific git commit --- src/dscanner/utils.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dscanner/utils.d b/src/dscanner/utils.d index 92504143..504432e4 100644 --- a/src/dscanner/utils.d +++ b/src/dscanner/utils.d @@ -183,7 +183,9 @@ unittest * in other languages. In the chain, any $(D null) member that is a class instance * or that returns one, has for effect to shortcut the complete evaluation. * - * This function is copied from https://gitlab.com/basile.b/iz/-/blob/master/import/iz/sugar.d?ref_type=heads#L1543 to avoid a new submodule. + * This function is copied from + * https://gitlab.com/basile.b/iz/-/blob/18f5c1e78a89edae9f7bd9c2d8e7e0c152f56696/import/iz/sugar.d#L1543 + * to avoid adding additional dependencies. * Any change made to this copy should also be applied to the origin. * * Params: