Bryce Gattis
Bryce Gattis
Can we talk about #1668? Curious about where we are on that.
@JeanChristopheMorinPerso Notes addressed!
Thought for potential backlog item: Can we use a different data validation library or perhaps update our vendored `schema` package? The output you get out of it currently is borderline...
@JeanChristopheMorinPerso Can you clarify what needs to be done here? I'm a bit confused.
@mmdanggg2 Question about your expected behavior statement there, wouldn't the cached package take precedence over the local package depending on their order in your `rezconfig.py`? For example, I tested out...
Comparing `argcomplete/__init__.py` in Rez to v0.8.2. ``` diff --git a/argcomplete/__init__.py b/argcomplete/__init__.py index 210e08f..50cefcd 100644 --- a/argcomplete/__init__.py +++ b/argcomplete/__init__.py @@ -3,7 +3,8 @@ from __future__ import print_function, unicode_literals -import os, sys,...
Comparing `argcomplete/my_argparse.py` in Rez to v0.8.2. ``` diff --git a/argcomplete/my_argparse.py b/argcomplete/my_argparse.py index fa58018..6c3150f 100644 --- a/argcomplete/my_argparse.py +++ b/argcomplete/my_argparse.py @@ -1,9 +1,8 @@ # Copyright 2012-2013, Andrey Kislyuk and argcomplete contributors....
@JeanChristopheMorinPerso Yep looks like you're right! Thanks for writing up that script that's great! It's only a 8 line diff across the files comparing to 6f943d76400d6755c2152deff4f2c5c5fa4d9e7c instead of the 23...
I'm getting pretty stumped with a solve for the issue. Effectively I'm trying to implement something that can more accurately represent the "environment markers" present in python package requirements. I...
@szuhow You shouldn't have to set `REZ_PIP_INSTALL_REMAPS` since you are setting this configuration option in your config file, you just need to make sure that rez is picking up your...