doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 224 forks source link

Bring own implementation of TopologicalSorter to data-fixtures library #222

Closed guilhermeblanco closed 8 years ago

guilhermeblanco commented 8 years ago

Fixes #212

fredw commented 8 years ago

Do you have any prediction when this milestone will be released? I ask this because I'm having the problems described in issue #212.

Ocramius commented 8 years ago

Taking ownership of this branch for today.

Ocramius commented 8 years ago

Tests fail due to PHP 5.6 requirements. Fixing in a separate PR in a sec.

Oliboy50 commented 8 years ago

So what are the compatible version of doctrine libs to avoid having the following issue?

[Doctrine\Common\DataFixtures\Exception\CircularReferenceException]                                                                                                           
  Graph contains cyclic dependency. An example of this problem would be the following: Class C has class B as its dependency. Then, class B has class A has its dependency. Fi  
  nally, class A has class C as its dependency.

because I'm having this one with data-fixtures version 1.2.0 but I don't have this with data-fixtures version 1.1.1

Ocramius commented 8 years ago

@Oliboy50 please refer to #229 - what you see there is a known regression