Skip to content

Conversation

@barnson
Copy link
Member

@barnson barnson commented Apr 27, 2025

@barnson barnson force-pushed the bob/PayloadsHarvesting branch from 4e20b89 to 3365bed Compare April 27, 2025 23:11
@barnson barnson requested a review from robmen April 28, 2025 00:32
@barnson barnson self-assigned this Apr 28, 2025
@barnson barnson added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 28, 2025
@barnson
Copy link
Member Author

barnson commented May 21, 2025

Fixes wixtoolset/issues#9049

robmen
robmen previously approved these changes Jun 11, 2025
- Handle extra-long paths being normalized to either \\?\\ and "normal."
- Rewrite PathGetTempPathTest test because it's not a good test:
  - By overwriting `TMP` with an extra-long path, it causes
`::GetTempPath[2]W` to fall back to the value of `TEMP` instead.
  - But that's testing `::GetTempPath[2]W`, not `PathGetTempPath`.
  - It also assumes `TMP` and `TEMP` are set typically.
  - It also assumes it's not running as LocalSystem.
  - Instead, just compare the values you get from `::GetTempPathW` and
`PathGetTempPath`.

Fixes wixtoolset/issues#9087
@barnson barnson force-pushed the bob/PayloadsHarvesting branch from 76cb522 to 09209f9 Compare June 12, 2025 02:46
@barnson
Copy link
Member Author

barnson commented Jun 12, 2025

@robmen please review the DUtil test fixes, which will unblock everything else...

@barnson barnson enabled auto-merge (rebase) June 12, 2025 03:15
@barnson barnson merged commit c7b9812 into main Jun 12, 2025
2 checks passed
@barnson barnson deleted the bob/PayloadsHarvesting branch June 12, 2025 03:34
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants