Craig Zerouni

Results 12 comments of Craig Zerouni

We have also run into this if the `package.py` file fails for some reason. Again, that probably shouldn't happen if all you are doing is asking for the help text.

Makes sense. Here it is - it is 99.9% default values [laika_rezconfig.txt](https://github.com/user-attachments/files/18027292/laika_rezconfig.txt) BTW, I tried this on CentOS-7 and it did the same thing, but differently - the PATH was...

Hey. No, I checked that earlier - none of those implicit packages do anything - they don't even have a `commands()` section. And doing `rez env --ni` yields the same...

This came from a developer at the studio. Let me see if I can reproduce this. Also, we have moved away from using RPATH, so maybe this problem went away...

Reading the documentation about the documentation, I am not sure how doable this is, but I will give it a shot as a Dev Days thing.

So as I suspected, I have good news and bad news. The bad news is that I couldn't find a way to do what is specifically requested, which is to...

Do you mean - you click on "Config" on the left nav, and what you get in the main pane is this: ![Screenshot from 2024-09-29 17-50-41](https://github.com/user-attachments/assets/98d8de87-4895-41a1-afc0-dcdc74afb149) Followed by the tabs...

Hi. I'm sorry, I am not understanding what you mean. These lines ``` late_bind_schemas = { "requires": late_requires_schema } ``` are already in `src/rez/packages.py`, so I am not sure what...

Yes, that seems to accomplish the same thing. Do you want me to close this PR? Or maybe change it to your fix?