File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ class Pickler extends Phase {
78
78
finally tastyOutput.close()
79
79
}
80
80
81
- def rawBytes = // not needed right now, but useful to print raw format.
82
- pickled.iterator.grouped(10 ).toList.zipWithIndex.map {
83
- case (row, i) => s " ${i}0: ${row.mkString(" " )}"
84
- }
81
+ // def rawBytes = // not needed right now, but useful to print raw format.
82
+ // pickled.iterator.grouped(10).toList.zipWithIndex.map {
83
+ // case (row, i) => s"${i}0: ${row.mkString(" ")}"
84
+ // }
85
85
// println(i"rawBytes = \n$rawBytes%\n%") // DEBUG
86
86
if (pickling ne noPrinter) {
87
87
println(i " **** pickled info of $cls" )
88
- new TastyPrinter (pickler.assembleParts() ).printContents()
88
+ new TastyPrinter (pickled ).printContents()
89
89
}
90
90
}
91
91
}
You can’t perform that action at this time.
0 commit comments