neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

Replace removed Fusion prototypes #50

Closed dlubitz closed 4 months ago

dlubitz commented 4 months ago

Replaces Fusion prototypes regarding this list:

https://github.com/neos/neos-development-collection/blob/9.0/Neos.Neos/Documentation/References/NeosFusionReference.rst?plain=1#L1377-L1384

Fixes #47

mhsdesign commented 4 months ago

hi thanks for this pr but as @mficzel and me discussed we need to have a comment explaining the full implications of this rename as the keys cannot be migrated safely. A comment like https://github.com/neos/neos-development-collection/pull/4537#issuecomment-1727191511

# @todo the key `children` has to be renamed to `items` which cannot be done automatically

might help?

also Neos.Fusion:Attributes was removed without replacement.

The full upgrade instruction can also be found inside the pr:

dlubitz commented 4 months ago

@mhsdesign See #51

dlubitz commented 4 months ago

@mhsdesign and see https://github.com/neos/rector/pull/52