brandonbloom / fipp

Fast Idiomatic Pretty Printer for Clojure
527 stars 44 forks source link

I think there is a subtle nest/align bug #1

Closed brandonbloom closed 11 years ago

brandonbloom commented 11 years ago

See comment on annotate-begins in printer.clj. Haven't seen it be a problem in real usage yet, but I suspect I'm slightly incorrectly classifying some nested forms as fitting or non-fitting. Need to investigate.