[Cuis-dev] CompiledMethod misses flattenTo:

Gerald Klix cuis.01 at klix.ch
Wed Dec 23 09:18:10 PST 2020


Hi all, Hi Juan,

I just discovered that Compiled Method misses a #flattenTo:. This leads 
to errors if you want
to flatten a collection containing
CompiledMethods.

Please find my cheap copy and waste solution
in the attached file-out.


HTH and Best Regards,

Gerald
-------------- next part --------------
'From Cuis 5.0 [latest update: #4494] on 23 December 2020 at 6:11:39 pm'!

!CompiledMethod methodsFor: 'copying' stamp: 'KLG 12/23/2020 18:11:13'!
flattenTo: flattenedStream
	"No senese in flattening the method's bytes."

	flattenedStream nextPut: self! !


More information about the Cuis-dev mailing list