Re: pop_var_context msg when eval code with errexit set

2022-10-13 Thread Chet Ramey
On 10/12/22 10:25 AM, Chet Ramey wrote: Then run this test script with 'errexit' option set: $ ./bash -e test_script test_script: line 5: pop_var_context: head of shell_variables not a function context It's an internal message warning that something might be wrong. We'll see if

Re: pop_var_context msg when eval code with errexit set

2022-10-12 Thread Chet Ramey
On 10/12/22 12:58 AM, Xavier Delaruelle wrote: Bash Version: 5.2 Patch Level: 2 Release Status: release Description: Starting version 5.2, when evaluating bash code (with eval builtin command) with 'errexit' option set, a pop_var_context message appears if the evaluating code leads to an e

pop_var_context msg when eval code with errexit set

2022-10-11 Thread Xavier Delaruelle
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 uname output: Linux mosaic 5.18.17-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 11 14:36:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-li