HomePhorge

(maint) Ensure that default data providers throws :no_such_key
c54e4c3df1d9Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Ensure that default data providers throws :no_such_key

The default data provider that is used when no environment has been
setup or when no module provider is found returned nil on lookup.
This commit changes this so that they instead throw :no_such_key to
indicate that no value was found (as opposed to finding nil).

Details

Provenance
Thomas Hallgren <thomas@tada.se>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUba3ce47f4894: Merge branch 'stable'
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Hallgren <thomas@tada.se> committed rPUc54e4c3df1d9: (maint) Ensure that default data providers throws :no_such_key (authored by Thomas Hallgren <thomas@tada.se>).Mar 3 2015, 4:30 PM