technomancy / slamhound

Slamhound rips your namespace form apart and reconstructs it.
Other
473 stars 38 forks source link

Honor existing refer all #50

Closed guns closed 11 years ago

guns commented 11 years ago

When an old namespace contains a require :refer :all that satisfies a missing var, choose this over a list of vars.

This allows the user to use :refer :all on namespaces of his choosing without separate configuration for slamhound.

As discussed in #29