tschneidereit / SwiftSuspenders

NOTE: Find the offical repo at http://github.com/robotlegs/swiftsuspenders
https://github.com/robotlegs/swiftsuspenders
MIT License
280 stars 89 forks source link

InjectionConfig::setResult should check if m_result === result and not show error trace #50

Closed chrisnojima closed 12 years ago

chrisnojima commented 13 years ago

My context::mapInjections gets called twice (i could try and avoid this), nonetheless the InjectionConfig complains that i'm remapping rules and should call unmap even if i'm mapping the value to the exact same value again.