-
Notifications
You must be signed in to change notification settings - Fork 66
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: PowerShell/DSC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a42f4a2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: PowerShell/DSC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e5f5eb7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 15 files changed
- 5 contributors
Commits on Jun 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bac2f6e - Browse repository at this point
Copy the full SHA bac2f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86b3e1 - Browse repository at this point
Copy the full SHA e86b3e1View commit details -
Update resources/PSScript/psscript.ps1
Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d2c2de4 - Browse repository at this point
Copy the full SHA d2c2de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf51355 - Browse repository at this point
Copy the full SHA cf51355View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c75a8 - Browse repository at this point
Copy the full SHA b0c75a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04eeb1 - Browse repository at this point
Copy the full SHA d04eeb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0f4bd - Browse repository at this point
Copy the full SHA ae0f4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 023d50c - Browse repository at this point
Copy the full SHA 023d50cView commit details -
Fix stdin inherited by child processes when no input provided
When invoke_command is called with input = None, the child process previously inherited the parent's stdin handle. In CI environments where the parent has a redirected pipe for stdin, this caused PowerShell child processes to block indefinitely on `$Input` (reading from the inherited pipe that never closes). The fix sets stdin to Stdio::null() when no input is provided, ensuring the child process sees an immediate EOF rather than inheriting whatever stdin handle the parent holds. Root cause: commit 1af2c8b changed the PowerShell adapter from "config": "full" to "config": "single", which routes export through a code path that calls invoke_command with no input. Previously, the full-config path always provided input so stdin was always piped. Also adds: - Integration test that detects this regression in all environments (terminal and CI) without leaving hanging threads - A -RustTestFilter parameter to build.ps1 / Test-RustProject to allow running a specific Rust test by name via the build script Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a5f9bfa - Browse repository at this point
Copy the full SHA a5f9bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c077254 - Browse repository at this point
Copy the full SHA c077254View commit details -
Configuration menu - View commit details
-
Copy full SHA for c57cf42 - Browse repository at this point
Copy the full SHA c57cf42View commit details -
Merge pull request #1557 from SteveL-MSFT/v3.2.2
Backport PSScript HadErrors fix and update crates
Configuration menu - View commit details
-
Copy full SHA for d3fcad9 - Browse repository at this point
Copy the full SHA d3fcad9View commit details
Commits on Jun 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f33edc7 - Browse repository at this point
Copy the full SHA f33edc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f252089 - Browse repository at this point
Copy the full SHA f252089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3627172 - Browse repository at this point
Copy the full SHA 3627172View commit details -
Steve Lee (POWERSHELL HE/HIM) (from Dev Box) committed
Jun 8, 2026 Configuration menu - View commit details
-
Copy full SHA for 952355e - Browse repository at this point
Copy the full SHA 952355eView commit details -
Steve Lee (POWERSHELL HE/HIM) (from Dev Box) committed
Jun 8, 2026 Configuration menu - View commit details
-
Copy full SHA for 2ed158f - Browse repository at this point
Copy the full SHA 2ed158fView commit details -
Steve Lee (POWERSHELL HE/HIM) (from Dev Box) committed
Jun 8, 2026 Configuration menu - View commit details
-
Copy full SHA for 8e60f93 - Browse repository at this point
Copy the full SHA 8e60f93View commit details
Commits on Jun 9, 2026
-
Merge pull request #1562 from SteveL-MSFT/v3.2.2
Backport minor fixes to PSScript resource
Configuration menu - View commit details
-
Copy full SHA for e5f5eb7 - Browse repository at this point
Copy the full SHA e5f5eb7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a42f4a2...e5f5eb7