From 9e8d386f3ce649c5c7e76044b5fedef184cbf90a Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Mon, 15 Jun 2020 23:51:43 -0700 Subject: [PATCH] Clarify change note --- change-notes/2020-06-12-more-dependency-extraction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change-notes/2020-06-12-more-dependency-extraction.md b/change-notes/2020-06-12-more-dependency-extraction.md index 419e0994e50..76523ced9e8 100644 --- a/change-notes/2020-06-12-more-dependency-extraction.md +++ b/change-notes/2020-06-12-more-dependency-extraction.md @@ -1,2 +1,2 @@ lgtm,codescanning -* The extractor now attempts to extract the AST of all dependencies that are related to the packages passed explicitly on the commandline, which is determined by using the module root or, if not using modules, the directory containing the source for those packages. +* The extractor now attempts to extract the AST of all dependencies that are related to the packages passed explicitly on the commandline, which is determined by using the module root or, if not using modules, the directory containing the source for those packages. In particular, this means if a package passed to the extractor depends on another package inside the same module, the dependency's AST will now be extracted.