-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: auto convert absolute_path => relative (#2975)
* add: auto convert absolute_path => relative - fixes #2955 * use path_isin * catch-all absolute paths in repo * unneeded leftover * revert realtive imports for later * output: move abs2relpath from Base to Local * output:local:fix parse_path * remove path_info * test:local versus base abs2relpath * test:fix remaining abs2relpath test * output: local path relative to wdir * output: local: modify path before inheritance * output: local: minor inheritance fix * test: local: split output test * test: local: positively explicit
- Loading branch information
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters