Applied file conformance to Python modules and added cross-platform disk space handling
242 files · 5,041+ · 1,359-

File conformance across Python modules

10 files changed
  • __init__.py Applied header/footer conformance
  • __main__.py Applied header/footer conformance
  • cli.py Applied header/footer conformance
  • extract.py Applied header/footer conformance
  • helpers.py Applied header/footer conformance
  • package.py Applied header/footer conformance
  • orchestrator.py Applied header/footer conformance
  • environment_builder.py Applied header/footer conformance
  • wheel_builder.py Applied header/footer conformance
  • builder.py Applied header/footer conformance
  • Applied header/footer protocol conformance to all Python source files across flavor modules baseline internal
    6 files
    • __init__.py
    • cli.py
    • extract.py
    • helpers.py
    • orchestrator.py
    • builder.py
  • Applied conformance to all test files baseline internal
    4 files
    • test_helpers_list_build.py
    • test_helpers_ops.py
    • test_extraction_core.py
    • test_handlers_archive.py

Cross-platform disk space handling

3 files changed
  • diskspace_unix.go Added Unix disk space checking via syscall
  • diskspace_windows.go Added Windows disk space checking via kernel32 DLL
  • execution_cache.go Updated cache to use cross-platform disk space checks
  • Added cross-platform disk space checking for Go launcher (Unix syscall and Windows kernel32) harden internal
    3 files
    • diskspace_unix.go
    • diskspace_windows.go
    • execution_cache.go

Rust launcher updates

4 files changed
  • Makefile Updated Rust build configuration
  • finalization.rs Updated builder finalization
  • mod.rs Updated launcher module
  • workenv.rs Updated workenv handling
  • Updated Rust launcher build configuration and workenv handling decouple internal
    3 files
    • Makefile
    • finalization.rs
    • workenv.rs

Fix scripts and tooling

4 files changed
  • fix_future_imports.py Script to fix future import statements
  • fix_indentation.py Script to fix indentation issues
  • conform.py Updated conformance tool
  • HANDOFF.md Added chunker handoff documentation
  • Added fix scripts for future imports and indentation issues baseline internal
    2 files
    • fix_future_imports.py
    • fix_indentation.py
  • Updated chunker conformance tool with handoff documentation baseline internal
    2 files
    • conform.py
    • HANDOFF.md

CI workflow updates

6 files changed
  • 01-helper-prep.yml Updated helper preparation workflow
  • 02-pretaster-pipeline.yml Updated pretaster pipeline
  • 03-flavor-pipeline.yml Updated flavor pipeline
  • create-pretaster-matrix.sh Updated pretaster matrix creation
  • download-helpers.sh Updated helpers download script
  • test-metadata.py Updated test metadata script
  • Updated CI workflows and build scripts with incremental improvements decouple internal
    3 files
    • 01-helper-prep.yml
    • 02-pretaster-pipeline.yml
    • 03-flavor-pipeline.yml