Re: optimized_assignment and READLINE_LINE

2017-03-21 Thread Chet Ramey
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 -- `

optimized_assignment and READLINE_LINE

2017-03-21 Thread Grisha Levit
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