Mario Peshev
Mario Peshev
Won't work on Fedora 17 either, the .run install at least. Tried to install with gem install too, but for some reason it can't find 'Shoes' while building a test...
@PragTob I used the "Building Shoes" guide for Fedora and it managed to work at the end, thanks. There were some minor version dependency conflicts that had to be resolved...
+1
I have started with ignoring all blank lines and reverted that in the last commits due to the wrong line number reported. Tokenizer (or just verifying first logical symbol within...
I was unaware of the existence of `token_get_all`, I was going to use preg_split or more likely, since `file()` is reading the file line by line, iterate the lines between...
It's a valid remark, however I never intended to build Theme Mentor as an accurate and bulletproof resource. If I were to follow the standards strictly, I would have built...
P.S. For the specific comment 'sharp' char - you know that regex is an expensive resource and I'm sacrificing punctuality to form a single regex instead of a complex conditional...
I understand the background story, not to mention that some languages (.NET platform ones and some C/C++ conventions) claim to use it. I'm more of a Java-convention person and try...
Okay, I'd appreciate letting me know when you decide (just to know if what I'm poking would be buried in the ground). There are quite a few debugging/benchmark plugins really...