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

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

[Octave-bug-tracker] [bug #33862] Test of sysdep.cc fail on dev. source


From: Rik
Subject: [Octave-bug-tracker] [bug #33862] Test of sysdep.cc fail on dev. source (MinGW)
Date: Thu, 06 Oct 2011 22:46:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #3, bug #33862 (project octave):

I think it is still a jumble.  fullfile() and filesep both use '' while
tilde_expand is using '/'.  Note that this is only for the last element of the
path.  One would think that tilde_expand would use '' for all of the file
separation locations but that would be wrong.

Tatsuro, could you run the following 3 lines of code to show clearly what each
function returns


tilde_expand ("~/foobar")
fullfile (getenv ("HOME"), "foobar")
filesep



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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