HomePhorge

(maint) Fix faulty issue ILLEGAL_NUMERIC_PARAMETER and validation
6596965210f5Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Fix faulty issue ILLEGAL_NUMERIC_PARAMETER and validation

There was a typo in the message that referenced a non existing variable.
This was undetected because there was no test to cover this.

When testing the expected behavior, it was found that the validation
was not correct as it allowed parameters to have hexadecimal names, but
not octal names. Now all numeric parameter names are disallowed (they
cannot be used or addressed anyway).

Details

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU6596965210f5: (maint) Fix faulty issue ILLEGAL_NUMERIC_PARAMETER and validation (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Aug 27 2014, 11:37 PM