Results 1104 comments of Anders Jenbo

Something that would be helpful is PRs with failing cases

I PR for https://github.com/pdepend/pdepend/tree/3.x with a narrow failing test for the specific missing features. I.e. fails to parse property hooks, not fails to parse class that uses all 8.4 features...

@josep11 you should also install 3.x-dev then

It's more that it's subject to change so if you are writing an extension that could mean you have to update that extension before 3.0, I'm assuming your not writing...

Yes @josep11 using 3.x-dev should be fine in your case

@josep11 these are different than the issues you where originally reporting. 3.x-dev supports running on 8.4 but don't yet support analyzing new 8.4 syntax, which appears to be what you...

Thank you for the replies, for context we have been in the process of moving away from views sine about the time laravel 9 was released (as part of cleaning...

P.s.s. The new implementation is generally better then the old one and let's us remove several workarounds in code that actually matter to nice work in general.

Do you check to make sure that the tiles you do this for do not have content drawn on them from other ones and that they do not draw outside...

> The floor is drawn before everything else and I think floor tiles never overlap with each other > > That said, so far I haven't been able to get...