apenwarr-redo/redo
Avery Pennarun 686c381109 Fix more inconsistent behaviour with symlinks in paths.
Both redo and minimal/do were doing slightly weird things with
symlinked directories, especially when combined with "..".  For
example, if x is a link to ., then x/x/x/x/../y should resolve to
"../y", which is quite non-obvious.

Added some tests to make sure this stays fixed.
2018-12-17 16:17:37 +00:00
..
version Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
.gitignore Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
__init__.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
atoi.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
builder.py Ensure correct operation with read-only target dirs and .do file dirs. 2018-12-13 13:28:44 +00:00
clean.do Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
cmd_always.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_ifchange.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_ifcreate.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_log.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_ood.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_redo.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_sources.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_stamp.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_targets.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_unlocked.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_whichdo.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cycles.py Move env.{add,get}_lock() into cycles.py, and rename. 2018-12-05 02:26:58 -05:00
deps.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
env.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
helpers.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
jobserver.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
logs.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
options.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
paths.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
py.do Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
sh.do shelltest.od: add more "set -e" tests and add a 'skip' return code. 2018-12-17 16:17:37 +00:00
state.py Fix more inconsistent behaviour with symlinks in paths. 2018-12-17 16:17:37 +00:00
title.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
whichpython.do Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00