phil-s

Results 196 comments of phil-s

> Make it easily installable from Melpa. Again its important to get this right or else the price has to be payed later in the form of having to help...

You can follow the command with another command. PsySH only prints the value of the last statement it executed. e.g.: >>> thing_which_returns_a_lot_of_state();1; 1 The interpreter would be making quite the...

So perhaps there could be a config option to have `var_export` used in place of the default dumper?

Some Style CI issues to resolve there. I'm done for tonight, but I'll try to fix those tomorrow.

I've pushed some fixup commits (to be squashed later) to deal with the initial style issues.

Oh good grief. The "resolve conversation" button silently ignores the comment you entered for the purpose of closing the conversation? I'd actually commented on everything I closed :(

You were right in that more tests are needed. I started looking at that (which highlighted some bugs), before a combination of work getting busy and myself getting slightly injured...

> Fatal error: Uncaught Error: Undefined class constant 'INTERACTIVE_MODE_FORCED' You can just use: 'interactiveMode' => 'forced', instead of using the constant (which is defined with the value 'forced'). Strictly speaking...

The only versions which would have trouble with a config file setting `'interactiveMode' => 'forced',` are 0.10.0 and 0.10.2 (there was no .1). 0.10.3 introduced the `interactiveMode` support and setting,...

Ah, ok. Is that an upstream issue, or something you potentially have control over? (I'm not quite sure where the `php_manual.sqlite` files at https://github.com/bobthecow/psysh/wiki/PHP-manual actually come from.) If you have...