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

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

[Octave-bug-tracker] [bug #49695] Invalid FID and fopen(FID)


From: Rik
Subject: [Octave-bug-tracker] [bug #49695] Invalid FID and fopen(FID)
Date: Thu, 24 Nov 2016 14:42:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49695 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Wont Fix               

    _______________________________________________________

Follow-up Comment #1:

I'm not sure we will implement this.  Octave generally tries to validate its
inputs much more carefully then Matlab.  The idea is to prevent Garbage
In/Garbage Out calculations.  In this case, by not throwing an error when
something has gone wrong Matlab is forcing programmers to spend a lot of time
checking return codes.  The alternative is not to check return codes, but then
the eventual error in the code may be far away from the actual error which was
the failure to open the file.  This makes things difficult to debug.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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