Alexander Lisachenko

Results 169 comments of Alexander Lisachenko
trafficstars

Oh, thank you, @bgaillard and @baptistepillot! You just give me a feeling that my work is useful and I can continue development. Without feedback for many months my motivation to...

> AOP is something well known by Java developers, but most PHP developers simply do no know it exists yet ! Yes, unfortunately, it's true. But I can see increasing...

@crisp-github can you provide your pointcut expression for logging? You can build any complex pointcuts with logical `&&`, `||` and `!` operators. For example, mark a class with an annotation...

@csrinaldi thanks! I have such an implementation in Warlock: https://github.com/lisachenko/warlock But now I doesn't support it, because of lack of time. Need more contributors or free time to keep it...

@TheCelavi could you describe what do you mean by "full AOP support"? AOP it is just a paradigm, it can not be full or not. There are several possible ways...

> GO-AOP can not support this, right? Nor any other solution as well, except PHP-AOP, which does not compile on PHP 5.4? @TheCelavi goaop can be easily used with models,...

Hi, @workingflows! Symfony and Go! AOP itself are too complex frameworks ) There are a lot of hidden issues and tricks that can break a lot of things, so I...

Thank you, @GodlyPerfection! Occasionally missed a notification from GitHub about new post here and just discovered it. I am impressed by your description and hope, that you will be able...

@andrewnester @dgafka there is a task #175, which tracks the compatibility issues in framework with 5.6/7.0. However, there is a one big stopper: outdated Php-Token-Reflection library, which isn't maintained now...