HomePhorge

(PUP-4064) Fix bogus error from 3x lookup function parameter validator
eca4dd1b94e9Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-4064) Fix bogus error from 3x lookup function parameter validator

Type parameter validator, when encountering a name that was not a
string, passed the value instead of the value type to the
TypeCalculator.string method responsible for producing a string
representation of the type to include in the validation error message.
This resulted in an internal error.

This commit fixes so that the type of the value is used instead.

Details

Provenance
Thomas Hallgren <thomas@tada.se>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUcc9ec6bd1cb4: (PUP-4047) Rephrase error message for "non productive errors"
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Hallgren <thomas@tada.se> committed rPUeca4dd1b94e9: (PUP-4064) Fix bogus error from 3x lookup function parameter validator (authored by Thomas Hallgren <thomas@tada.se>).Mar 3 2015, 12:04 AM