HomePhorge

(PUP-2904) Make functions 4 API require symbol param names
29ff0d2c9153Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2904) Make functions 4 API require symbol param names

There was a mix of String and Symbol in our code. This enforces
that parameter names must be Symbol. Thus it is up to the caller to
use the right thing as this is better than performing an intern
(performance and may intern something big/bad).

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU8565739e817f: Merge pull request #3351 from er0ck/fix/master/PUP-3702…
Branches
Unknown
Tags
Unknown

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU29ff0d2c9153: (PUP-2904) Make functions 4 API require symbol param names (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Dec 1 2014, 11:59 PM