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

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

[Octave-bug-tracker] [bug #57774] fullfile error with cell array input o


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57774] fullfile error with cell array input other than last
Date: Sun, 12 Apr 2020 13:48:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0

Follow-up Comment #9, bug #57774 (project octave):

Maybe I should specify what I meant. Consider this example that adds a "1" in
between each initial matrix element:

>> a=11:14
a =

   11   12   13   14

>> a(2,:) = 1;
>> a(:).'
ans =

   11    1   12    1   13    1   14    1


I'm sure it is also possible to add a file separator in between of each
element of the input cell array varargin. The remainder should be trivial
given the behavior of "strcat".
Logic that removes multiple subsequent file separators is already there.

Regarding assigning the bug: Savannah is configured such that bugs can be
assigned only to maintainers. If you want to work on this bug, you can always
do that.
To avoid duplicate work, I guess people are very unlikely to pick a bug that
has recent activity by someone else. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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