rez v2.108.0 Release Notes

Release Date: 2022-04-19 // about 2 years ago
  • Source | Diff

    Notes

    🚀 This release adds path normalization to shells. Usually we use POSIX-style paths in 📦 package commands (eg env.PATH.append('{root}/bin'). In previous rez versions, 🏁 this path was left unchanged, leading to odd paths on Windows like 🏁 C:\svr\packages\foo\1.2.3/bin. This hasn't been a problem however, since Windows is 👀 tolerant of a mix of forward and back slashes. Now though, you should see paths on 🏁 Windows set correctly, ie C:\svr\packages\foo\1.2.3\bin.

    Please be aware of this change in behavior in case it affects you.

    🔀 Merged pull requests:

    • 🔋 Feature/1269 formalize paths in package commands #1273 (nerdvegas)

    Closed issues:

    • 📦 formalize paths in package commands #1269