Skip to content

Commit

Permalink
Add CHANGES for msvc cache change
Browse files Browse the repository at this point in the history
Signed-off-by: Mats Wichmann <[email protected]>
  • Loading branch information
mwichmann committed Aug 28, 2023
1 parent 5b4a081 commit 9681d6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
file an error. It has issued a warning since 3.0, with "warn instead
of fail" deprecated since 3.1. Fixes #3958.
- Minor (non-functional) cleanup of some tests, particuarly test/MSVC.
- msvc "config cache" made more resilient - now throws away the
cache if it took a decode error reading it in. Suspect a possible
race condition creating it in certain CI builds.

From Jonathon Reinhart:
- Fix another instance of `int main()` in CheckLib() causing failures
Expand Down
8 changes: 6 additions & 2 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,12 @@ FIXES
- MSCommon: Test SConfTests.py would fail when mscommon debugging was enabled via the
MSVC_MSCOMMON_DEBUG environment variable. The mscommon logging filter class registered
with the python logging module was refactored to prevent test failure.
- MSVS: Add arm64 to the MSVS supported architectures list for VS2017 and later to be
consistent with the current documentation of MSVS_ARCH.
- MSVS: Add arm64 to the MSVS supported architectures list for VS2017 and later
to be consistent with the current documentation of MSVS_ARCH.
- MSCommon: "config cache" made more resilient - now throws away the cache if
it took a decode error reading it in. Suspect a possible race condition
creating it in certain CI builds, which always start from a "no cache file
exists" state.

IMPROVEMENTS
------------
Expand Down

0 comments on commit 9681d6c

Please sign in to comment.