-
-
Notifications
You must be signed in to change notification settings - Fork 334
Doc and test tweaks for ENVPath functions #4743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Reword AppendENVPath and PrependENVPath manpage entries. Add more unit tests for the underlying functions, SCons.Util.AppendPath and SCons.Util.PrependPath Signed-off-by: Mats Wichmann <[email protected]>
CHANGES.txt
Outdated
@@ -147,6 +147,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER | |||
path munging if a non-default %TEMP% was defined (as in moving to | |||
a Dev Drive). Also some cleanup. | |||
- Improve the wording of Configure methods. | |||
- Improve thw wording of AppendENVPath and PrependENVPath in manpage. | |||
- Add more unit tets to internal AppendPath, PrependPath functions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo 'tets'
RELEASE.txt
Outdated
@@ -126,6 +126,8 @@ DOCUMENTATION | |||
|
|||
- Improve the wording of Configure methods. | |||
|
|||
- Improve thw wording of AppendENVPath and PrependENVPath in manpage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo 'thw'
RELEASE.txt
Outdated
@@ -169,6 +171,8 @@ DEVELOPMENT | |||
iterative speedup test from 200 to 250. Increasing the workload | |||
should reduce the likelihood that the ninja tests are slower. | |||
|
|||
- Add more unit tets to internal AppendPath, PrependPath functions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo 'tets'
Signed-off-by: Mats Wichmann <[email protected]>
Reword
AppendENVPath
andPrependENVPath
manpage entries.Add more unit tests for the underlying functions,
SCons.Util.AppendPath
andSCons.Util.PrependPath
(these changes are distinct from the ones in #4742 )There are no changes to SCons itself.
Contributor Checklist:
CHANGES.txt
andRELEASE.txt
(and read theREADME.rst
).