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

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Apr 11, 2016

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

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 sgotti force-pushed the acirenderer_check_recursive_deps branch from 6a3f5bb to 3fe7af7 Compare April 11, 2016 15:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant