Open utkuaydin opened 9 years ago
It breaks some stuff apparently. I'll try to make it work.
I modified Factory
so it uses Alice's new Loader
. However a problem occurs while loading FixtureSet
s and that problem is fixed by nelmio/alice@5202ac9. But that fix isn't a part of 2.0.0 release so we will either wait for a new Alice release or require its master branch until there is a new release.
(phpunit tests were running fine for me, Travis gave this error about package signatures and Scrutinizer gave a phpcs: not found
error)
Checkout hautelook/AliceBundle#58!
@theofidry I will, thanks. I am disappointed to see my PR getting no attention for a month.
Don't blame the guy, @h4cc may no longer have time to maintain this bundle. But he should add a note a deprecate its package though.
@theofidry Don't get me wrong, I am thankful for the bundle. He may no longer have the time or the desire to maintain it and that's absolutely fine. Letting me know that he can't merge would be a nice gesture (and that counts as attention, IMHO) but I can live without it. :smile:
I would like to blame my job and our customers ... :sob:
Will try to have a look as soon as there is spare time. :clock1:
:smile: That's great, thanks!
Haha now you can also merge back your work to hautelook/AliceBundle ;)
@theofidry I will have a look then :)
Trivia: 2 years after my initial question https://github.com/hautelook/AliceBundle/issues/7
Yes, although not as much as I would like.
The dependency to DoctrineFixturesBundle has been completely removed although you can use both of them together. For more information on this: DoctrineFixturesBundle support.
But I'm still using doctrine/data-fixtures
and I don't think that will change for the use cases with Doctrine. I would like to check the support with Doctrine ODM and add a support for Propel too. So there's still some work left on this side.
Hi, @h4cc Are there any chances of merging this PR and releasing new version of alice-bundle? It could be 1.0.x branch for example. And you could use 2.0.x-dev version of nelmio/alice bundle And php minimum version should be set to 5.4 as in nelmio/alice.
Curious to have you though on this @h4cc. If you plan to upgrade this bundle it's fine otherwise it would be better to note this project as deprecated (and on composer too). Did you have the time to check HautelookAliceBundle?
Update on the issue @h4cc: HautelookAliceBundle has been out and stable for some time already now, so this library could be deprecated in favour of it.
I do think there's still a lot that could be done, but IMO they require deeper changes that must addressed at https://github.com/nelmio/alice level, in which case people can make it happen for alice v3.
If it isn't breaking anything, AliceFixturesBundle could require Alice's new 2.0 version instead of 1.6.