HomePhorge

(maint) Update PMT to work around cross-platform issues in Dir.[]
3c5c72130306Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Update PMT to work around cross-platform issues in Dir.[]

The (unspecified) default behavior of the Dir.[] method, which will implicitly coerce non-String arguments into Strings. The win32-dir gem
overrides this method and calls String specific methods on the arguments
before any conversions are done. This change makes our use of the
method in question more explicit, passing Strings instead of Pathname
objects to avoid the interpreter's ire.

Details

Provenance
Pieter van de Bruggen <pvande@gmail.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUa78fdb331e77: Merge branch 'pr/2477'
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter van de Bruggen <pvande@gmail.com> committed rPU3c5c72130306: (maint) Update PMT to work around cross-platform issues in Dir.[] (authored by Pieter van de Bruggen <pvande@gmail.com>).Apr 25 2014, 6:59 PM