Erwan Leroy
Erwan Leroy
This is quickly becoming my # 1 wish
I've done some thinking about this, and it might be tricky to to implement without changing any legacy behavior. Instead, I might give a try to implement it as a...
Another possible solution, in https://github.com/AcademySoftwareFoundation/rez/blob/master/src/rezplugins/build_process/local.py#L471, do something like: ``` python package_filters = PackageFilterList.singleton package_filter.add_inclusion(variant.parent.as_exact_requirement()) # run the tests, and raise an exception if any fail. This will abort # the...
Yes indeed, this would work while editing the local build process, likely resolving the issue of aborted builds because of tests. (In short, direct fix to what I believe to...
> I don't think a new kind of filter is the way to go - having one that knows about a ResolvedContext request seems a bit complex, agreed, it also...
Thanks for the clarifications, it does make more sense. Would you agree with my original statement that a package being built and running its own tests should never get filtered...
@JeanChristopheMorinPerso fair enough, I guess what I'm asking is should it always ignore the filter when running on pre-install as it feels odd that you can't even finish the build...
What do you suggest? I do like the new setting because it also stops me from having add an include every time I want to resolve a dev package, although...
Sorry to poke again, but I'm running into corners that are almost preventing us to release our new Rez-based pipeline which are really weird to solve currently but would likely...
Just here to echo @KeygenLLC 's comment above, RGB/RGBA images in 16 or 32-bit float is nearly mandatory for VFX, and we've been removing any usage of PIL we can...