Skip to content

2.40.3

Compare
Choose a tag to compare
@mottosso mottosso released this 20 Aug 13:22
· 11 commits to master since this release

Bring up to speed with upstream nerdvegas/rez.

Some things were discounted.

  • zsh and pwsh integrations, as they failed the tests, but more importantly multiply the surface area for error, as each shell comes with a large repertiore of minutia, such as environment variable limits, special handling for alias and others. Unlike normal OS interaction, the choice of shell with Rez is not a stylistic choice, but a functional one. Pick one, and stick with it. The ideal case is to use pwsh on all platforms.
  • Forced lowercase paths on Windows; this breaks tests, but more importantly breaks any circumstance where case does matter on Windows, specifically access over networked Linux drives.