Copilot
Copilot
Eliminated duplicate IRP allocation and initialization code across file I/O operations. ## Changes - **New helper**: `KfcAllocateAndInitializeIrp` consolidates common setup (event binding, thread context, request mode) - **Refactored functions**: `KfcGetFileStandardInformation`,...
Migrates ESLint configuration from legacy `.eslintrc.cjs` format to v9 flat config format and updates all linting dependencies to latest versions. ## Changes ### ESLint Migration - Migrated from `.eslintrc.cjs` to...
The `tibdex/github-app-token` action has been archived and is no longer maintained. This PR migrates to the official `actions/create-github-app-token` action which provides the same functionality. ## Changes Made ### Updated Workflows...
This PR implements structured logging across AWS providers to replace formatted log messages with ECS-compliant structured fields, enabling better log aggregation, filtering, and monitoring while maintaining Fleet UI compatibility. ##...
`get_strain()` returned tensor shear components (ε₂₃, ε₁₃, ε₁₂) but claimed to return Voigt notation. Proper Voigt notation uses engineering shear strains (2ε₂₃, 2ε₁₃, 2ε₁₂). This caused manual one-axis elastic constant...
## Plan for Fixing Birch-Murnaghan EOS - [x] Understand the difference between Murnaghan and Birch-Murnaghan equations - [x] Review current implementation of BMEOS function - [x] Implement the correct 3rd-order...
The code treated all tetragonal and trigonal systems as having 6 independent elastic constants, but low-symmetry variants require different handling: tetragonal low (space groups 75-88) has 7 constants including C₁₆,...
This PR addresses the critical issues identified in PR #7027 reviews, particularly @ZainRizvi's report of incorrect runner statistics and type safety concerns. ## Issues Fixed ### Pagination Bug (Zain's Review)...
This PR adds a new `/runners/[org]` page to the TorchCI HUD website that displays GitHub self-hosted runners for any organization, using the PyTorch bot credentials to query GitHub's API. ##...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions for working effectively in the pytorch/test-infra repository. ## What's Included The instructions cover all...