scala-ide/scala-refactoring

Rename PimpedTrees

thisfred opened this issue · 9 comments

Perhaps EnrichedTrees, along the lines of this PR: scala/scala#1931

+1

while the change is possible it is source incompatible. @fommil Do you use the PimpedTrees trait in your codebase?

Yeah but we'd be happy to change. I've actually considered suggesting this but i thought it was in the compiler itself.

Awesome, thank you for your responses. I'd be happy to cook up a PR, if that helps, and if there's a consensus about a new name.

👍 EnrichedTrees sounds good to me and is just as descriptive as pimped trees was back in 2010 when I wrote the code.

cool, PR coming up.

PR up here: #135

Fixed by #135.