bender icon indicating copy to clipboard operation
bender copied to clipboard

Make paths relative where possible

Open fabianschuiki opened this issue 5 years ago • 0 comments

The lockfile currently stores absolute paths. To make things like local working copies easier to manage and exchange, Bender should opportunistically make paths relative if they are a subpath of the current package. The rust std::fs module should provide functions for this already. This can then also allow the bender script command to emit relative paths where possible.

fabianschuiki avatar Oct 16 '19 09:10 fabianschuiki