clj-commons / potemkin

some ideas which are almost good
572 stars 53 forks source link

Fix var linking in imports #14

Closed dm3 closed 10 years ago

dm3 commented 10 years ago

When an original var is redefined, imported var should point to the new value of the var, not the var itself.

ztellman commented 10 years ago

Oh, nice catch.