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

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

[Octave-bug-tracker] [bug #37650] the `inputParser' function is not yet


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #37650] the `inputParser' function is not yet implemented
Date: Mon, 06 Jan 2014 05:22:53 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #13, bug #37650 (project octave):

okay, here's the svn diff.
it took some moving around, I tried and kept the file histories.
I'm sending a zip with the result files, just in case.

as for the code design, the original @inputParser became @_inputParse_, which
is used internally, e.g.:


function inPar = subsasgn (inPar, idx, rhs)
  _inPar_ = _inputParserStore_ ('pull', inPar.counter);
  _inPar_ = subsasgn (_inPar_, idx, rhs);
  _inputParserStore_ ('push', inPar.counter, _inPar_);
endfunction


let me know if anything is unclear.


(file #30200, file #30201)
    _______________________________________________________

Additional Item Attachment:

File name: inputParser.diff               Size:68 KB
File name: inputParser.zip                Size:21 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37650>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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