Eric James Michael Ritz

Results 136 comments of Eric James Michael Ritz

> Having a look into Makefile, it seems there is no option how to avoid byte-compiling. That's true. If we have a make target which does not byte-compile the code...

Having a `make compile` sounds like a good idea to me, if only to be explicit. But then I'm not sure what simply `make` should do by default. If the...

I expect most people install PHP Mode through MELPA via Emacs' package manager, and that compiles the `*.el` files automatically, which is another reason I think `make` by default is...

> Also there are some subtle diffs WRT behaviour of compiled code, notably WRT macros. Good point. With regard to byte-compiling (or not), the effects on macros is something we...

@kostajh Great ideas, thanks! Regarding PHPUnit, what did you have in mind? Some commands with possibly some default key-bindings to invoke PHPUnit?

@kostajh Thanks, I wasn't aware of that, so I'll look into the package before doing anything.

Something like this? ``` php use Foo\Bar; class Baz { private $blah; } ```

> Is there anything I can do to collect data next time this errors occurs again? Please post as much of the code as you can so that we can...

@trashofmasters Thank you very much for the gist and trace output. Unfortunately I do not get the same error---or any error---when I follow the same steps. However, I am not...

@redbeardcreator That has been my experience as well. Thank you for helping with verifying that it can happen without semantic-php.