It would be nice if the scripts generated by downward-experiments.py did not
include absolute paths, so that they can be run on machines with a different
filesystem layout than the one where the script was generated. (This is not just
a theoretical problem; it has already tripped me up multiple times.)
In general, I think it'd be a good idea if absolute paths were not stored
anywhere, i.e., they might be computed during a program invocation, but it'd be
good not to write them to a file to be used as a script or similar later.
|