Notes
π First Official AcademySoftwareFoundation rez release!
π Merged pull requests:
π Merged pull requests:
Closed issues:
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\foo1ε.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\foo1ε.2.3\bin.
Please be aware of this change in behavior in case it affects you.
π Merged pull requests:
Closed issues: