Plans for this library
Are you planning to maintain this package / bring it back to life?
Its readme shows a deprecation message which caused us to deprecate Codeception/AspectMock: https://github.com/Codeception/AspectMock/issues/208
What are your plans moving forward? Is goaop itself moving to BetterReflection?
I'm also interested.
I'm using this library In the https://github.com/console-helpers/code-insight project. The ReflectionFile class concept of this library is a killer feature because it allows me to detect all supported reflectable stuff in a PHP file. No analog in the BetterReflection.
Yep, ReflectionFile, ReflectionFilenamespace is what makes my library easier for use. If someone could port this to BR - I would be very happy to switch to the BetterReflection, as it has maintainer from Psalm…
Пн, 16 дек. 2024 г. в 22:32, Alex @.***>:
I'm also interested.
I'm using this library In the https://github.com/console-helpers/code-insight project. The ReflectionFile class concept of this library is a killer feature because it allows me to detect all supported reflectable stuff in a PHP file. No analog in the BetterReflection.
— Reply to this email directly, view it on GitHub https://github.com/goaop/parser-reflection/issues/139#issuecomment-2546672754, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE4I4WKHGA5HU4DNIDTG6D2F42FXAVCNFSM6AAAAABKU6ZEPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBWGY3TENZVGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
They won't accept this. I've asked about this in the https://github.com/Roave/BetterReflection/issues/732 already.
I've tried to extract ReflectionFile and ReflectionFilenamespace classes previously to be used with a BetterReflection, but due to absolutely different AST Tree building concepts (when to build it and who can scan it) I had almost no success with it.