venantius / yagni

A Leiningen plugin for finding dead code
Eclipse Public License 1.0
219 stars 10 forks source link

0.1.2 #27

Closed venantius closed 9 years ago

venantius commented 9 years ago

Another note in addition to the commit message on https://github.com/venantius/yagni/commit/65b02f447a2cf313b058e892c9b076ad25388883: after searching the graph for findable nodes, Yagni collapses the graph by removing the nodes for generator functions and redirecting anything that was pointing at them directly at the var-like nodes for the deftype, defrecord forms, etc.

Resolves #23 Resolves #21 Resolves #19 Resolves #18