pyvider-components
2025-10-30
Intensive Windows cross-platform compatibility fixes across all three launchers
300 files · 12,731+ · 3,821-
Windows compatibility fixes in Go launcher
9 files changed
diskspace_unix.goUnix disk space checking implementationdiskspace_windows.goWindows disk space checking via kernel32 DLLexecution.goUpdated execution for cross-platform compatibilityexecution_cache.goUpdated cache with cross-platform disk space checksexecution_resolve.goAdded execution resolver for Windows binary pathspe_utils.goAdded PE utility functions for Windows binary handlinglauncher.goUpdated launcher for Windows compatibilityruntime.goUpdated runtime for cross-platform supportmain.goUpdated launcher entry point
- Fixed cross-platform disk space checking for Windows builds in Go launcher
remediate
behavioral
3 files
diskspace_unix.godiskspace_windows.goexecution_cache.go
- Added execution resolver and PE utility functions for Windows binary handling
instantiate
internal
2 files
execution_resolve.gope_utils.go
- Updated Go launcher, runtime, and builder for Windows compatibility
remediate
internal
3 files
launcher.goruntime.gobuilder.go
Windows compatibility fixes in Rust launcher
9 files changed
Cargo.tomlAdded dependencies for PE handlingCargo.lockUpdated lockfileMakefileUpdated build configuration for Windowsfinalization.rsUpdated builder finalization for Windowsslot_processor.rsUpdated slot processorpe_utils.rsAdded Rust PE utility functionspackaging.rsUpdated packaging for Windowscommand.rsFixed launcher command for Windowsworkenv.rsFixed workenv for Windows paths
Python flavor module conformance and fixes
5 files changed
__init__.pyApplied conformance headerscli.pyApplied conformance headersextract.pyApplied conformance headerspypapip_manager.pyFixed IndentationErrorslot_builder.pyApplied conformance
Test and CI updates
4 files changed
test_launcher_execution.pyUpdated launcher tests for Windowstest_platform_environment.pyUpdated platform tests for Windows02-pretaster-pipeline.ymlUpdated pretaster pipeline for Windows03-flavor-pipeline.ymlUpdated flavor pipeline for Windows
Documentation
2 files changed
HANDOFF_WINDOWS_FIXES.mdWindows fix progress tracking through Phases 5-9PHASE_22_PE_SECTION_OFFSET_BUG.mdPE section offset bug analysis