[ https://issues.apache.org/jira/browse/MESOS-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009722#comment-17009722 ]
Benno Evers commented on MESOS-10062: ------------------------------------- {noformat} commit 0e8b96ce90980e47adff9ecc5d7b1d31a688727b Author: Benno Evers <bev...@mesosphere.com> Date: Tue Jan 7 13:31:16 2020 +0100 Added deprecated absolute() function for backwards compatibility. Review: https://reviews.apache.org/r/71961/ commit 9d9d97c607359f5d2df95f6ef955054d80d130d1 Author: Benno Evers <bev...@mesosphere.com> Date: Tue Jan 7 13:30:58 2020 +0100 Added support for deprecated attribute to stout. Added support for the [[deprecated]] attribute to stout. Review: https://reviews.apache.org/r/71960/ commit 12e4ee81599f1b696f501901d246002310dcb9c1 Author: Benjamin Bannier <bbann...@apache.org> Date: Tue Jan 7 13:19:31 2020 +0100 Added a stout function to compute relative paths. Review: https://reviews.apache.org/r/71882/ commit b32dd46549e8bd2761e18e0fae69f38858279ea9 Author: Benjamin Bannier <bbann...@apache.org> Date: Tue Jan 7 13:19:26 2020 +0100 Allowed specifying path separator in a `path::join` overload. Review: https://reviews.apache.org/r/71881/ commit e31a25131ee345792ceda37354bc824bf038bc1c Author: Benjamin Bannier <bbann...@apache.org> Date: Tue Jan 7 13:19:15 2020 +0100 Renamed stout's path-related absolute functions to is_absolute. Review: https://reviews.apache.org/r/71880/ commit 85c5ca68922540ea4f8e74375ca0a636cf1cf67b Author: Benjamin Bannier <bbann...@apache.org> Date: Tue Jan 7 13:19:10 2020 +0100 Renamed stout's path-related absolute functions to is_absolute. Review: https://reviews.apache.org/r/71879/ commit ddf59b8b99b95fe3dc0e862f36dfeed2c0fd287a Author: Benjamin Bannier <bbann...@apache.org> Date: Tue Jan 7 13:19:04 2020 +0100 Added iteration support to stout's Path. Review: https://reviews.apache.org/r/71878/ {noformat} > Implement relative path computation for stout > --------------------------------------------- > > Key: MESOS-10062 > URL: https://issues.apache.org/jira/browse/MESOS-10062 > Project: Mesos > Issue Type: Task > Reporter: Benno Evers > Assignee: Benjamin Bannier > Priority: Major > Fix For: 1.10 > > > When using executor domain sockets, we might need to specify relative paths > in order to stay below the path length limit of 108 characters. > To do so, we should implement a `path::relative_path()` function in stout > that can compute the relative path between two directories. -- This message was sent by Atlassian Jira (v8.3.4#803005)