clarification

master
Joey Hess 2009-08-16 16:32:35 -04:00
parent 9ca8de2e75
commit 611256ba1c
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@ to avoid..
> and the hash for individual page names. To make this work you need to adjust the
> API so it knows which you're adding. -- [[Will]]
> I wasn't thinking about a lookup hash, just a dedup hash, FWIW.
> --[[Joey]]
Also, since a lot of places are calling add_depends in a loop, it probably
makes sense to just make it accept a list of dependencies to add. It'll be
marginally faster, probably, and should allow for better optimisation