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

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

[Octave-bug-tracker] [bug #37358] cellfun ("isempty", ...) errors out


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #37358] cellfun ("isempty", ...) errors out
Date: Sat, 15 Sep 2012 16:03:10 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20100101 Firefox/15.0.1

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

                 Summary: cellfun ("isempty", ...) errors out
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Sat 15 Sep 2012 06:03:09 PM CEST
                Category: Interpreter
                Severity: 5 - Blocker
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

On a recent version of the development code built today I get


>> cellfun ("isempty", {'a', [], 'b'})
error: cellfun: argument NAME must be a string or function handle


this is used in many functions which are therefore broken:


>> fullfile ("~", ".")
error: cellfun: argument NAME must be a string or function handle
error: evaluating argument list element number 1
error: invalid empty index list
error: called from:
error:   /opt/octave/3.7/share/octave/3.7.0+/m/miscellaneous/fullfile.m at
line 29, column 41



>> edit fullfile
error: cellfun: argument NAME must be a string or function handle
error: evaluating argument list element number 1
error: invalid empty index list
error: called from:
error:   /opt/octave/3.7/share/octave/3.7.0+/m/miscellaneous/fullfile.m at
line 29, column 41
error: evaluating argument list element number 4
error:   /opt/octave/3.7/share/octave/3.7.0+/m/miscellaneous/edit.m at line
153, column 3




>> pkg load msh
error: cellfun: argument NAME must be a string or function handle
error: evaluating argument list element number 1
error: invalid empty index list
error: called from:
error:   /opt/octave/3.7/share/octave/3.7.0+/m/miscellaneous/fullfile.m at
line 29, column 41
error: evaluating argument list element number 1
error:   /opt/octave/3.7/share/octave/3.7.0+/m/pkg/pkg.m at line 268, column
3





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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