Nicolas Grekas

Results 634 comments of Nicolas Grekas

> Merge branch 'symfony:7.1' into feat/component-intl-emoji :boom: We don't merge PRs with merge commits :)

Please check #6273 and report back if it fixes the issue for you.

What is a bit strange is having one single instance of AttributeExtension be responsible for registering many runtimes. Maybe we should instead have one AttributeExtension per runtime? Then it might...

Using LazyGhostTrait together with this lib is likely going to explode. You need to figure out why you end up using both on the same class and keep only one...

I'd be happy to have a look at a reproducer if you can provide one please, to confirm whether there's something to fix in this repo or another.

Thanks, makes sense now. The issue is indeed in this repo, which generates this code: ```php public function __set($name, $value) : void { $this->initializer480f6 && ($this->initializer480f6->__invoke($valueHolderd4bf6, $this, '__set', array('name' =>...

I don't have a link but IIRC we did this on purpose to allow installing recent Doctrine versions (that require a recent VarExporter) together with Symfony 5.4 (or 4.4 in...

Did you consider running your own recipe-repo? Because this should be a better way to handle priorities. Would that work for you?