Project

General

Profile

Actions

Feature #7401

closed

Pathname#cleanpath default consider_symlink to true

Added by zzak (zzak _) over 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Target version:
[ruby-core:49567]

Description

=begin
from github: https://github.com/ruby/ruby/pull/213

((Pathname#cleanpath is a purely lexical cleanup of a unix path, to remove
useless syntax and return an equivalent path. However, the current default
algorithm makes choices that can return semantically different paths.
))

((This patch sets the default algorithm to the safe alternative, guaranteeing the
return of a semantically identical path. The unsafe/aggressive algorithm
remains and can be enabled where appropriate.
))
=end


Files

Updated by mame (Yusuke Endoh) over 11 years ago

  • Status changed from Open to Assigned
  • Target version changed from 2.0.0 to 2.6

Updated by akr (Akira Tanaka) almost 11 years ago

  • Status changed from Assigned to Rejected

I reject this issue because it is incompatible.
Also, I feel the conservative algorithm is not so useful because it cannot remove .. from foo/../bar.

Actions

Also available in: Atom PDF

Like0
Like0Like0