HomePhorge

Use all lower-case file name for Puppet::Util::Instrumentation::Instrumentable
b2411b68d2e9Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Use all lower-case file name for Puppet::Util::Instrumentation::Instrumentable

Ruby convention is to use all lower-case when naming files &
directories of files, and to require them using the lower-case name.

While the file lib/puppet/util/instrumentation/Instrumentable.rb could
be required using the lower-case convention on a case-preserving but
-insensitive file system, the file could not be found if the same
require was used on a file system that was both case-preserving and
case-sensitive.

Details

Provenance
Jacob Helwig <jacob@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUd4c80943c017: Merge remote-tracking branch 'masterzen/feature/instrumentation' into 2.7.x
Branches
Unknown
Tags
Unknown

Event Timeline

Jacob Helwig <jacob@puppetlabs.com> committed rPUb2411b68d2e9: Use all lower-case file name for Puppet::Util::Instrumentation::Instrumentable (authored by Jacob Helwig <jacob@puppetlabs.com>).Dec 24 2011, 6:16 AM