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

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

[Octave-bug-tracker] [bug #49647] octave foo.m vs. octave /other/path/to


From: Muhali
Subject: [Octave-bug-tracker] [bug #49647] octave foo.m vs. octave /other/path/to/foo.m
Date: Fri, 18 Nov 2016 20:05:36 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

URL:
  <http://savannah.gnu.org/bugs/?49647>

                 Summary: octave foo.m  vs.  octave /other/path/to/foo.m
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Fri 18 Nov 2016 12:05:34 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

with the simple


# foo.m
function y = foo(x)
y=x;
endfunction


I get for `octave foo.m':

error: 'x' undefined near line 3 column 8
error: execution exception in foo.m

whereas no error occurs for `octave /tmp/foo.m'

the latter pointing to a copy of foo.m.

No errors occur for octave stable.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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