Andrea Turso
Andrea Turso
Hello all, Firstly, sorry for my long absence from this thread but I haven't been able to spend much time on this because of work, hence @periklis I'm afraid to...
@phil-s as Exactly, there are many limitations to using tags when working with modularised code, where it's common to see functions with similar names in different namespaces. This is because...
I believe he means that he liked Steven's autoloader integration with EDE and composer, which gave him a bare bone ability to locate class names/files by import (e.g. `use Foo\Bar`)....
I also have been experiencing this problem for the past 6 months. I feel that sometimes triggering #281 makes this indentation problem more likely to occur. Normally it's fixed `M-x...
I haven't been able to find a precise reproduction procedure, however, this morning I had an affected buffer with a class less than 100 lines long, here's a [gist with...
Is anyone experiencing the issue using any form of semantic-php perhaps?
I'll make an attempt to reproduce this without semantic-php. I known for sure this happens with my own and Joris' implementation.
@ejmr I think this issue could be linked to #281, in fact I could reproduce this issue by repeatedly causing the other. FWIW, the file only had one class and...
Okay, my last procedure wasn't really accurate, but it happens that I found the trigger while working on something else. Apparently even just `newline`, when used in the right place,...
Same issue for me on NPM 7.20.5 running on a dated version of NodeJS. Oddly enough, the install succeeds only if I run npm in `--verbose` mode.