Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

acirenderer: check recursive dependencies. #595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 11, 2016

  1. acirenderer: check recursive dependencies.

    This patch checks and returns an error when a recursive dependency is
    detected.
    
    A recursive dependency is something like:
    
    A --- A
    
    or
    
    A --- B --- A
    
    Having the same image referenced by different branches isn't a recursion:
    
    A --- B --- C
      \-- C
    sgotti committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    3fe7af7 View commit details
    Browse the repository at this point in the history