octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #62420] inputParser fails due to interpreter c


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62420] inputParser fails due to interpreter changes in 7.1.0
Date: Fri, 6 May 2022 03:07:05 -0400 (EDT)

Update of bug #62420 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

What does `which inputParser` return for you?
The `validate_arg` function in the inputParser.m file of Octave 7.1.0 doesn't
contain the commands that are failing for you afaict. 
It should be looking like this:
https://hg.savannah.gnu.org/hgweb/octave/file/1ce1c4552d5b/scripts/miscellaneous/inputParser.m#l544

    function validate_arg (this, name, val, in)

      if (! val (in))
        this.error (sprintf ("failed validation of %s with %s",
                             toupper (name), func2str (val)));
      endif
      this.Results.(name) = in;

    endfunction




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62420>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]