[Closed] Skipper not working with php8 annotation syntax

+2 votes
asked Feb 24, 2022 in Solved by mufin (230 points)
recategorized Jun 9, 2022 by ludek.vodicka

How to import project with php 8 annotation syntax. it seems, that skipper cannot find any entities when im trying to import symfony 6 project with doctrine2

my entity already in project:
enter image description here
import result:
enter image description here

commented Feb 24, 2022 by ludek.vodicka Skipper developer (140,450 points)

Sorry for the late reply. We're already working on attributes support.

commented May 19, 2022 by kadirozen (120 points)

Hi, Ludek.

Do you have deadline for PHP attributes support?

commented May 19, 2022 by ludek.vodicka Skipper developer (140,450 points)

We're still working on it. Unfortunately, we faced several issues so the development was delayed. But I hope we will be able to deliver it soon.

commented May 19, 2022 by kadirozen (120 points)

I will be thankful when you release annotiate support. I'm looking forward to it. Thanks.

commented May 19, 2022 by ludek.vodicka Skipper developer (140,450 points)

We already working on it again. But it's not easy task because we need to write complete parsers/exporters, complete rules, etc.

commented May 23, 2022 by ludek.vodicka Skipper developer (140,450 points)

Would it be possible to share some of your projects with us? (kadirozen, mufin)?

For the next stage of development, it would be great to have as many projects as possible to perform all necessary testing.

Please send us your ORM model files to [email protected]

It's sufficient to send ORM model files only. Thanks

1 Answer

0 votes
answered Jun 9, 2022 by ludek.vodicka Skipper developer (140,450 points)
 
Best answer

A new beta version with first attributes support is available here: https://www.skipper18.com/support/402/downloads-skipper-beta

Please test it and let us know your experiences. We had to rewrite a lot of parts of PHP code parsers/generators/mergers and improved a lot of areas of code formating.

All our unit tests and testing projects are now green but there can be still a lot of bugs. So please report anything unusual.

Thanks

...