Colin Kennedy

Results 64 issues of Colin Kennedy

Closes: https://github.com/nerdvegas/rez/issues/1298 Adds `to_environment_name` - converts a Rez package family name to what its equivalent environment variable text.

Fixes: https://github.com/nerdvegas/rez/issues/1274 Added missing `self.package_paths` so get_resolve_diff produces correct results. This is safe to do because of the existing `self.package_paths != other.package_paths` check, above.

This WIP PR integrates Rez with readthedocs.io as well as auto-generates API documentation. Effectively, this PR accomplishes both REP-004.1 and then verifies that it's working by also implementing REP-004.2 at...

documentation

Closes: https://github.com/nerdvegas/rez/issues/1297 As mentioned in the original issue, Rez packages are not always located at the root of every git repository. Often, they're within subfolders and there's multiple Rez packages...

Blocked by DCO

# Summary It looks like, when rez-pip runs with a Python version, it attempts to resolve for that version + pip. And if a pip package exists, but not for...

Describe the bug here. **Environment** * OS (eg "linux ubuntu 18.04"): CentOS * Rez version (eg "2.100.0"): 2.109.0 * Rez python version (output of "rez-python --version"): 3.6.8 **To Reproduce** You...

bug

Like how there is a build system for CMake, make, and custom, it'd be nice to be able to build Rez packages directly, using [setup.py](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#setup-py) And to also support these...

enhancement

Closes: https://github.com/nerdvegas/rez/issues/1263 ## Added rez-env cli option, `--favor-paths` - If not provided, does nothing - If provided and 1+ path specified, `--favor-paths /foo:/bar` - All packages found within /foo are...

Describe your feature request here. **Motivation** Probably the tiniest feature request for Rez ever but I need to convert a Rez package family name from "foo.thing" to an environment variable....

enhancement

Installed Rez packages, if coming from a VCS like git, will point to the repository and hash which points to the source Rez package which built the installed Rez package....

enhancement