splain

better implicit errors for scala

MIT License

Stars
370
Committers
16

Bot releases are hidden (Show)

splain - scala 2.10.7

Published by tek about 6 years ago

splain - scala 2.12.6

Published by tek over 6 years ago

  • dropped support for 2.10
splain - sbt 1

Published by tek over 6 years ago

splain -

Published by tek over 7 years ago

From this release on forward, artifacts are published to sonatype.

Implicit chains are now printed as trees, visualizing the nesting levels. Subchains branching off another are indented to their level in the parent chain.
This is the default behaviour now, it can be deactivated by setting the parameter tree to false.

Chains can be truncated to only print the first and last element, skipping over potentially useless intermediates that clobber the output. To activate the feature, set the parameter compact.