Alexander Berl

Results 239 comments of Alexander Berl

See also https://github.com/neos/flow-development-collection/issues/2114 - we need to change the way we build DependencyProxies

https://github.com/neos/flow-development-collection/pull/2782 (included in 8.0) has made this work basically, with the limitation that typed properties are never lazy.

https://github.com/neos/flow-development-collection/issues/2554 I moved the issue to the flow-development-collection and I agree with Bastian's assessment PS: I would suggest to focus this issue on the "The matcher seems to be misinterpreted...

> Unfortunately the issue still remains, whenever using a pointcut expression like `class(.*\\....)` a proxy class is built for every class in the system (!) > > I was able...

Indeed similar - just that the above PR only checked for the format of the identifier and not if it actually exists. I wonder though why the backend in this...

Interesting, that implies that in this case calling scheduleForDelete is not the same as removing the VO from the doctrine internal insert map. See https://github.com/doctrine/orm/blob/2.12.x/lib/Doctrine/ORM/UnitOfWork.php#L1478-L1504 and https://github.com/neos/flow-development-collection/blob/7.3/Neos.Flow/Classes/Persistence/Doctrine/ObjectValidationAndDeDuplicationListener.php#L86-L106 for reference. The...

I was sceptical of this, but I do see it's usefulness now. Yes, policy:action is **not always 1:1**, but for the cases where it is, being able to annotate the...

> There were 2 failures: > > 1) `Neos\Flow\Tests\Functional\Mvc\RoutingTest::routesWithoutRequestedHttpMethodConfiguredResultInA404 with data set #0 ('GET', 404)` > Failed asserting that 500 matches expected 404. > > 2) `Neos\Flow\Tests\Functional\Mvc\RoutingTest::routesWithoutRequestedHttpMethodConfiguredResultInA404 with data set...

> I believe we've touched this subject before on Slack? About installing a Neos CMS distribution and run tests, and I'm still oponent of it - it will take longer...

``` - Downgrading doctrine/persistence (2.1.0 => 1.3.8): Extracting archive - Downgrading doctrine/inflector (2.0.3 => 1.4.3): Extracting archive - Downgrading doctrine/common (3.1.1 => 2.13.3): Extracting archive - Downgrading doctrine/orm (2.8.2 =>...