Skip to content

Commit 7dd8caa

Browse files
committed
Remove orphaned warning and update CHANGES.txt
1 parent 756c327 commit 7dd8caa

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

CHANGES.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
4747
selected before a full development edition when both editions are installed.
4848
- The registry detection of VS2015 (14.0), and earlier, is now cached at runtime and
4949
is only evaluated once for each msvc version.
50-
- The vswhere detection of VS2017 (14.1), and later, is now cached at runtime and is
51-
only evaluated once for each vswhere executable. The detected msvc instances for
52-
all vswhere executables are merged (i.e., detected msvc instances are the union
53-
of the results from all vswhere executables). There is a single invocation for
54-
each vswhere executable that processes the output for all installations. Prior
55-
implementations called the vswhere executable for each supported msvc version.
5650
- The vswhere executable is frozen upon initial detection. Specifying a different
5751
vswhere executable via the construction variable VSWHERE after the initial
5852
detection now results in an exception. Multiple bugs in the implementation of
@@ -63,6 +57,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
6357
For example, when no vswhere executable is found for the initial detection
6458
and then later an environment is constructed with a user specified vswhere
6559
executable that detects new msvc installations.
60+
- The vswhere detection of VS2017 (14.1), and later, is now cached at runtime and is
61+
only evaluated once using a single vswhere invocation for all installations.
62+
Previously, the vswhere executable was invoked for each supported msvc version.
6663

6764
From Mats Wichmann:
6865

SCons/Tool/MSCommon/MSVC/Warnings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
class VisualCWarning(SCons.Warnings.WarningOnByDefault):
3131
pass
3232

33-
class VSWherePathWarning(VisualCWarning):
34-
pass
35-
3633
class MSVCScriptExecutionWarning(VisualCWarning):
3734
pass
3835

0 commit comments

Comments
 (0)