Nathan Rusch

Results 24 issues of Nathan Rusch

When overriding "path-like" config values, slashes in paths are not consistently normalized to the current platform, depending on the presence of special patterns (specifically, `~`). When `local_packages_path` uses different path...

bug
rez-env

This is a follow-up fix to https://github.com/AcademySoftwareFoundation/rez/pull/1679 The new `package_cache_async` attribute on the `ResolvedContext` class was not being round-tripped through the context serialization process. This leads to the following error...

Currently, if you use `rez-cp` to copy one or more package variants to a different (filesystem) repository containing the same package in an ignored state, the package data in the...

enhancement
rez-cp

Hello, We run a set of Python dependencies (including `xmlschema`) from a UNC network path on Windows. Recently, we attempted an upgrade from `xmlschema` 2.5.1 to something newer, but found...