John Stevenson
John Stevenson
| Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | yes/no | New feature? | no | Deprecations? | no | Tickets | |...
This is the final stage in changing Composer's proxy requirements to scheme-specific environment variables. It removes the fallback and warning introduced in Composer 2.7.3
Following on from ExecAndLogOutput, this is a proposal for an `ExecAndCaptureOutput` function that captures program output from the stdout and stderr streams and writes it to a TExecOutput record. ```delphi...
The --noshims and --noshimsglobal options allow the user to stop shims being created for either the package, or the package and its dependencies. In addition to this new behaviour, the...
**Describe the bug** Powershell does not return the correct exit code if it is non-zero and not 1. **To Reproduce** Steps to reproduce the behavior: 1. Create an action that...