HomePhorge

(PUP-4499) Retain size_type for common type of two String types
87eb36f7eb13Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-4499) Retain size_type for common type of two String types

The type calculator incorrectly assumes that the size_type of two PStringType
instances should be dropped when computing a common type. This commit changes
this so that the size_type will be the common type of the size_types of the
given string types provided that both have a size_type defined.

Details

Provenance
Thomas Hallgren <thomas@tada.se>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU17b75e2104c4: Merge pull request #3862 from melissa/maint/master/rm-lucid
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Hallgren <thomas@tada.se> committed rPU87eb36f7eb13: (PUP-4499) Retain size_type for common type of two String types (authored by Thomas Hallgren <thomas@tada.se>).Apr 30 2015, 12:55 PM