HomePhorge

maint: Prune #inspect methods on various objects
7661ba82a3c7Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

maint: Prune #inspect methods on various objects

Ruby's default #inspect method can lead to printing factorial-order
output for large graphs of objects. Since we have large graphs of
objects, this is not optimal.
This patch replaces a few well-connected objects' #inspect methods with
methods that produce reduced output, and are thus much faster.

Paired-With: Nick Lewis <nick@puppetlabs.com>

Details

Provenance
Jesse Wolfe <jes5199@gmail.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU10f89de6e554: Merge branch 'ticket/2.6.next/5698' into 2.6.next
Branches
Unknown
Tags
Unknown

Event Timeline

Jesse Wolfe <jes5199@gmail.com> committed rPU7661ba82a3c7: maint: Prune #inspect methods on various objects (authored by Jesse Wolfe <jes5199@gmail.com>).Jan 4 2011, 1:28 AM