On 3/21/17 11:51 AM, Grisha Levit wrote:
> The new optimized assignment in the devel branch that is used when
> appending to a string has a bug with the way READLINE_LINE is checked
> in bash_execute_unix_command:
Thanks for the report. Please keep looking for other instances of this.
Chet
--
`
The new optimized assignment in the devel branch that is used when
appending to a string has a bug with the way READLINE_LINE is checked
in bash_execute_unix_command:
v = bind_variable ("READLINE_LINE", rl_line_buffer, 0);
l = v ? value_cell (v) : 0;
# parse_and_execute ...
v = f