stefanofornari / BshConsole

A BeanShell console with history, vars/commands completion and more...
Apache License 2.0
2 stars 1 forks source link

Interpreter changes take note #19

Closed nickl- closed 6 years ago

nickl- commented 6 years ago

Heads up: beanshell/beanshell@014e83b made some changes to Interpreter, see if it affects you.

stefanofornari commented 6 years ago

Thanks! noted.

stefanofornari commented 6 years ago

The changes do not affect bshconsole, but I wonder if the following is wanted:

BEFORE
bsh % bsh.prompt="hello>";
hello>

NOW
bsh % bsh.prompt="hello";
bsh %

Closing.

nickl- commented 6 years ago

@stefanofornari Tx for this!