From 63ea58a2889cd54f32749abf2d10f9a5ea5640ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jan 2024 08:05:31 +0200 Subject: Fix name recomposition bug in $name.filter*() functions --- libbuild2/scope.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/scope.cxx') diff --git a/libbuild2/scope.cxx b/libbuild2/scope.cxx index be2669d..c1c5ed7 100644 --- a/libbuild2/scope.cxx +++ b/libbuild2/scope.cxx @@ -685,6 +685,8 @@ namespace build2 pair> scope:: find_target_type (name& n, const location& loc, const target_type* tt) const { + // NOTE: see also functions-name.cxx:filter() if changing anything here. + optional ext; string& v (n.value); -- cgit v1.1