HomePhorge

(PUP-2654) Capitalize each segment of a resource type "label"
dc8bb1230379Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2654) Capitalize each segment of a resource type "label"

When a Resource type is stringified it selects the short notation
(e.g. Fee::Foo) over the longer (e.g. Resource[Fee::Foo]), and
when doing so it should output each segment of the FQN with a
capital letter. The current implementation only capitalizes
the initial letter (e.g. Fee::foo::fum).

This fixes the implementation of
TypeCalculator.string_PResourceExpression to capitalize all segments.

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUb3c6f5b1f67c: Merge pull request #2793 from nfagerlund/docs_disable_warnings
Branches
Unknown
Tags
Unknown

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPUdc8bb1230379: (PUP-2654) Capitalize each segment of a resource type "label" (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Jun 26 2014, 1:30 AM