Project

General

Profile

Actions

Backport #2961

closed

Pathname bug in windows.

Added by guai (guai guai) about 14 years ago. Updated almost 5 years ago.

Status:
Closed
[ruby-core:28653]

Description

=begin
Comparing same folders in FS, defined a bit different way produces false

Example: (cwd is c:\alpha)

Pathname.new('c:\alpha').realpath
=> #Pathname:c:\alpha
Pathname.new('./').realpath
=> #Pathname:C:/alpha
Pathname.new('c:\alpha').realpath==Pathname.new('./').realpath
=> false
=end

Actions #1

Updated by mame (Yusuke Endoh) about 14 years ago

  • Category set to lib
  • Assignee set to akr (Akira Tanaka)

=begin
Hi, akr

What do you think about this ticket?

--
Yusuke Endoh
=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) about 14 years ago

  • Category set to core
  • Status changed from Open to Closed

=begin
Fixed at r26928 and r26929.
=end

Actions #3

Updated by nobu (Nobuyoshi Nakada) about 14 years ago

  • Status changed from Closed to Assigned
  • Assignee changed from akr (Akira Tanaka) to yugui (Yuki Sonoda)

=begin

=end

Actions #4

Updated by nobu (Nobuyoshi Nakada) about 14 years ago

  • Category set to core

=begin

=end

Actions #5

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Description updated (diff)
  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0