AccelerationNet / access

A common lisp library to unify access to common dictionary-like data-structures
Other
84 stars 12 forks source link

Djula patches #7

Closed PuercoPop closed 8 years ago

PuercoPop commented 8 years ago

Hi

This PR addressed issue #4, a second value to distinguish between nil as a value or the absence of one.

Test cases were added for all the access types except for arrays and object

bobbysmith007 commented 8 years ago

Thanks for the contribution. I was having trouble running the tests after applying these patches due to :test sometime being nil and `(funcall nil ...) throwing an error. I applied another patch to unify the defaults everywhere and ensure that we never funcall nil and this seemed to fix everything. All of which is to say, you may want to pull from master.

PuercoPop commented 8 years ago

Thanks!