Craig Zerouni
Craig Zerouni
These changes just add detail to the instructions for setting up and building the documentation.
Describe the bug here. **Environment** * OS - rocky9 * Rez version - 3.0.0, 3.1.1, 3.2.1 * Rez python version - 3.9.16 **To Reproduce** $ rez depends -p boost where...
We have been chasing something related to the PATH environment variable, which is seemingly manipulated in a non-obvious way as Rez sets up the environment. To create the simplest demonstration...
`rez-pip2 ruff ` will install a Rez package of Ruff that has no tools defined in the resulting `package.py` file, so that it is basically useless. Of course this can...
Fixes #2003 Fixes #1766 Signed-off-by: Craig Zerouni I was running `rez depends` on a number of packages, and some of them would crash Rez with the message: ``` AttributeError: 'str'...
Describe the bug here. **Environment** * Rocky9 * 3.2.1 * 3.9.21 **To Reproduce** We have a `package.py` file that contains variants that look like this: ``` variants = [ [...
Describe the bug here. **Environment** * Rocky9 * Rez 3.2.1 * Rez python version 3.9.21 **To Reproduce** Running `rez depends -p` on a package that has private build requirements configured...
Describe the bug here. **Environment** * OS : rocky9 * Rez version : 3.2.1 * Rez python version: 3.9.21 I installed `ruff` with `rez-pip2` and the `tools=['ruff']` line was not...