Tup does correctly pick up the dependency, if I add 'unused.txt' to the batch script. However the documentation claims that the XML graph file which Tup produces, will contain a dotted dependency arrow, to indicate this relationship.
This is a defect in the XML graph file output, not in the actual build behavior. I believe the documentation is correct, and shows some very nice functionality which has regressed. I would like to see those relationships modeled in the XML output again. But not before Variants on Windows, and 64-bit Windows are working first. :) Cheers, Ben On Monday, October 20, 2014 6:44:44 AM UTC-7, Freddie Chopin wrote: > > > On 10/07/2014 05:24 PM, Ben Robinson wrote: > > Hello, > > > > When following the online example here: > > > > http://gittup.org/tup/ex_dependencies.html > > > > The linkage between unused.txt and test.sh is not modeled as explained > > in the example. I have attached an image showing the way my system > > has modeled the relationship (not at all), instead of the dotted line > > as shown in the example. > > > > Is this a bug, or a change in the program's intended behavior? > > > > Thank you! > > > > Ben > > Well, the examples (as well as the manual) are a bit outdated, so I > guess that's the problem here. Notice that if you change your script to > actually use the "unused" file, then everything works as expected - the > script is re-executed, the nodes on the graph get connected etc. > > You may try with older version of tup to confirm that it worked as > described, but this doesn't make much difference as long as it works > correctly. > > Regards, > FCh > -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
