Bryce Gattis

Results 14 issues of Bryce Gattis

Running an alias using the Powershell shell plugin with `rez-env` doesn't return the correct exit code when running the command in-line. **Environment** * Windows 10 * Rez 2.112.0 * Rez...

bug
os:windows
shell

## What When a PR includes documentation updates, a GitHub Action should generate the docs and hand back a clickable link to the user so reviewers can easily see documentation...

Running an alias using the Powershell shell plugin with `rez-env` doesn't return a failure exit code when attempting to run a non-existent aliased command in-line. **Environment** * Windows 10 *...

bug
os:windows
shell

Adds failing test for #1800. After digging into this there are three important Powershell [automatic variables](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-5.1#error) to take note of. - `$LASTEXITCODE` - `$?` - `$ERROR` The first two, `$LASTEXITCODE`...