HomePhorge

(PUP-1619) Add first impl of working Tuple Type
36ec72dea68fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-1619) Add first impl of working Tuple Type

This adds the Tuple Type which is parameterized with a sequence
of types. The parameters also includes the ability to specify a range
of occurrences of the last type in the sequence (default 1).

This also makes a small refactor of type equality since Tuple and
Array may describe exactly the same type of instance, but it is
neither's responsibility to know this - hence, equality of types
is now performed by the TypeCalculator.

This commit also contains the model part of the PStructType
implementation.

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU065c4f5b5c78: (PUP-1473) Fix issue with UTF-8 in user comments
Branches
Unknown
Tags
Unknown

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU36ec72dea68f: (PUP-1619) Add first impl of working Tuple Type (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Feb 11 2014, 1:40 AM