Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-08-20 15:51:43 +0300
committerMats Wichmann <mats@linux.com>2023-08-23 14:20:51 +0300
commita9dd05e844e3e508a57f15862199da53328d47ad (patch)
treefa5b4a48247bfd47b0416e00e92b8099901d604d /RELEASE.txt
parent03dba4f641be087e86a0fa8637de840fe359843a (diff)
Allow PathLib objects in sources
Changes BuilderBase._adjustixes() to try converting the files arguments to path string - in a way that doesn't flip an existing SCons Node back to a string. Unittest for _adjustixes is added to validate. Fixes #4398 Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index f72a2a681..afe095db8 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -60,6 +60,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
architecture combination. For example, when using VS2022 on arm64, the arm64 native
tools are only installed for the 14.3x toolsets.
- Extend range of recognized Java versions to 20.
+- Builder calls (like Program()) now accept pathlib objects in source lists.
FIXES
-----