User Activity

  • Posted a comment on ticket #11 on bash debugger

    The debugger is working fine, but unfortunately it doesn't work like you want it to work ... test_eval 1 #!/usr/bin/env bash 2 3 a=false 4 if $a ; then echo true; else echo false; fi 5 a=true 6 if $a ; then echo true; else echo false; fi $ bashdb -- test_eval bash debugger, bashdb, release 5.1-1.1.2 Copyright 2002-2004, 2006-2012, 2014, 2016-2019, 2021 Rocky Bernstein This is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it...

  • Created ticket #73 on bash debugger

    zshdb: eval? does not evaluate correctly the expression

  • Posted a comment on ticket #71 on bash debugger

    Hello Rocky, Could you also fix it for zshdb ? Thanks.

  • Posted a review on bash debugger
  • Modified a comment on ticket #72 on bash debugger

    With this patch, make check (PASS: test-parm) and the regular expressions are correctly evaluated. --- b/eval.sh 2021-07-09 14:29:51.541083049 +0200 +++ c/eval.sh 2021-07-12 15:11:01.550555609 +0200 @@ -1,7 +1,7 @@ # -*- shell-script -*- # Eval and Print commands. # -# Copyright (C) 2002, 2003-2004, 2006, 2008, 2011, 2015, 2019-2020 +# Copyright (C) 2002, 2003-2004, 2006, 2008, 2011, 2015, 2019-2021 # Rocky Bernstein <rocky@gnu.org> # # This program is free software; you can redistribute it and/or...

  • Posted a comment on ticket #72 on bash debugger

    With this patch, make check (PASS: test-parm) and the regular expression is correctly evaluated. --- b/eval.sh 2021-07-09 14:29:51.541083049 +0200 +++ c/eval.sh 2021-07-12 15:11:01.550555609 +0200 @@ -1,7 +1,7 @@ # -*- shell-script -*- # Eval and Print commands. # -# Copyright (C) 2002, 2003-2004, 2006, 2008, 2011, 2015, 2019-2020 +# Copyright (C) 2002, 2003-2004, 2006, 2008, 2011, 2015, 2019-2021 # Rocky Bernstein <rocky@gnu.org> # # This program is free software; you can redistribute it and/or...

  • Posted a comment on ticket #72 on bash debugger

    the side effect is coming from this line in command/eval.sh : builtin echo "BASH_ARGV0=\"$_Dbg_dollar_0\"" >> "$_Dbg_evalfile" if I place this line where it was : parm test is OK but the expression will not be evaluated. if I remove this line : parm test is OK

  • Created ticket #72 on bash debugger

    bash 5.1 - make check -> parm : FAILED

View All

Personal Data

Username:
roc007
Joined:
2021-07-06 12:02:56
Location:
Namur / Belgium / CEST
Gender:
Male

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB