Since both tcl and perl seem to like this style (but I'm sure some
languages need truly native representations), I'd propose that the OS
PMC give a way to say which is preferred.
On Jul 17, 2006, at 8:58 AM, Ron Blaschke (via RT) wrote:
# New Ticket Created by Ron Blaschke
# Please include the string: [perl #39853]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39853 >
Test languages/tcl/t/cmd_pwd.t fails on Win32. Tcl's pwd returns the
path with backslashes, most likely because OS.cwd does too, but the
test
expects forward slashes, as the result is compared with Perl's
Cwd::getcwd.
The "other" Tcl returns forward slashes, too.
C:\Tcl\bin>tclsh
% puts [pwd]
C:/Tcl/bin
I'm not sure if this should be changed in languages/tcl or Parrot's
OS.cwd.
Ron
--
Will "Coke" Coleda
[EMAIL PROTECTED]