Alexander Lisachenko

Results 176 comments of Alexander Lisachenko

Hi, @MatthieuSarter, if you don't need AOP logic for entities, then you could easily exclude all of them from weaving process by adding logical restriction into the pointcut: ``` @Around("execution(public|protected...

Could you please report your framework version, PHP version and steps to reproduce this isssue.

Hello, @func0der! Thank you for reaching me out. Indeed, I'm not investing too much time now to my OSS projects. I had some troubles with my health and also busy...

@TheCelavi new engine isn’t stable and I don’t want switch framework to something which can not be 100% stable, as this will affect existing users of framework. Thus, better to...

Hello! I can confirm that `goaop/framework` doesn't support PHP8 yet. First, the `goaop/parser-reflection` should be updated to support PHP8, as there are some important changes in Refection API. Would you...

Personally, I don't want to deprecate/abandon my own `goaop/parser-reflection` library, but I see that I don't have enough free time to develop/maintain it. Thus, it will be honest to highlight...

Linked issue: https://github.com/Roave/BetterReflection/issues/701. So, there are no currently working static reflection libraries supporting PHP8 now, neither my, nor BR is not ready for that.

Yes, I’m looking forward to have this PHP8 support added to BR, then need one more step - to migrate my framework to BR

Yep, BR has now PHP8 support, looking for someone who can do integration ) I don't have enough time to do it, so can't promise it will be ready soon...

Hi, @TheCelavi! This should be related to the https://github.com/doctrine/annotations/pull/89 and https://github.com/goaop/framework/issues/273. But I don't like the idea of writing FQN into annotations, however this should solve this issue. Another one...