@@ -101,7 +101,7 @@ object PickledQuotes {
101
101
}
102
102
}
103
103
val evaluatedExpansion = evaluateHoles.transform(expnasion1)(inlineContext(call))
104
- quotePickling.println(i " **** evaluated quote ${evaluatedExpansion.show}" )
104
+ quotePickling.println(i " **** evaluated quote \n ${evaluatedExpansion.show}" )
105
105
cpy.Inlined (unpickled)(call, Nil , evaluatedExpansion)
106
106
}
107
107
@@ -117,7 +117,7 @@ object PickledQuotes {
117
117
super .transform(tree).withType(f(tree.tpe))
118
118
}.transform(expnasion1)
119
119
case None => expnasion1
120
- quotePickling.println(i " **** evaluated quote ${evaluatedExpansion.show}" )
120
+ quotePickling.println(i " **** evaluated quote \n ${evaluatedExpansion.show}" )
121
121
evaluatedExpansion
122
122
}
123
123
@@ -154,7 +154,7 @@ object PickledQuotes {
154
154
155
155
/** Pickle tree into it's TASTY bytes s*/
156
156
private def pickle (tree : Tree )(implicit ctx : Context ): Array [Byte ] = {
157
- quotePickling.println(i " **** pickling quote of \n ${tree.show}" )
157
+ quotePickling.println(i " **** pickling quote of \n ${tree.show}" )
158
158
val pickler = new TastyPickler (defn.RootClass )
159
159
val treePkl = pickler.treePkl
160
160
treePkl.pickle(tree :: Nil )
@@ -178,7 +178,7 @@ object PickledQuotes {
178
178
unpickler.enter(Set .empty)
179
179
180
180
val tree = unpickler.tree
181
- quotePickling.println(i " **** unpickle quote ${tree.show}" )
181
+ quotePickling.println(i " **** unpickle quote \n ${tree.show}" )
182
182
tree
183
183
}
184
184
0 commit comments