amnaredo / test

0 stars 0 forks source link

pretty print the type #160

Open amnaredo opened 2 years ago

amnaredo commented 2 years ago

PPrint could also show a simplified type

> pprint.pprintln(Seq(1, 2, 3), showType = Simplified) List(1,2,3): List[Int]

> pprint.pprintln(Seq(1, 2, 3), showType = Full) List(1,2,3): scala.collection.immutable.List[Int]

relevant: http://stackoverflow.com/questions/35400145/how-to-pretty-print-a-scala-type

ID: 135 Original Author: MasseGuillaume

amnaredo commented 2 years ago

Already present in Ammonite

Original Author: lihaoyi

amnaredo commented 2 years ago

Also, @MasseGuillaume you need to learn to provide better bug reports and/or communicate more clearly. This isn't the first time I've closed issues from you without a proper response, because most of the issues you've open are not proper issues. Come chat on Gitter first before you open your next issue and you're more likely to get what you want

Original Author: lihaoyi