On 3/18/07, James Rosten <seinfeld90@gmail.com> wrote:
This was reported by stonecrest in IRC and after a lengthy conversation with him and Dan and lots of digging through code and learning about the existance of cscope (very helpful by the way), I finally decided that because we use PM_DEP_TYPE_DEPEND and PM_DEP_TYPE_REQUIRED exactly the same way in the code (they are values of enum pmdeptype_t), that they can safely be merged, which I did.
The patch is below, and I ran make check and everything but upgrade051.py passed (I'm not sure if its failure is already known about). Also in the process I wrote two new pactest cases, which are below also (my numbers for them were pure guesses on the numbering scheme).
~ Jamie / yankees26
Signed-off-by: James Rosten <seinfeld90@gmail.com>
Committed, thanks a lot!