get_host_info.exe not updated to handle new '_LOGICAL_PROCESSOR_RELATIONSHIP ' values.
Open
bug
documentation
- Dominant language
- F#
- Stars
- 773
- Forks
- 301
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 15
Description
Running get_host_info.exe on latest win11 results in following
'Invalid relationship 7'
Currently, it's handling only 'SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX' 'LOGICAL_PROCESSOR_RELATIONSHIP' values from 0-4. But, 'LOGICAL_PROCESSOR_RELATIONSHIP' has recently started supporting new enum values(https://docs.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-logical_processor_relationship).
This is annoying since `py . setup` fails currenly and the yaml with host data needs to filled out manually due to this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.