mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
I noticed that debugging settings that return functions is annoying because often the setting is initialized as an anonymous function with a useless toString method. To improve the debugging for users, I'm adding a number of wrapper classes for functions that override the default toString with a provided label. I then used these functions to label all of the anonymous functions in Watched.scala.