Nov. 6, 2013
7:05 a.m.
On 05 Nov 2013, at 20:37, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi. From what I understand you removed the old Compiler but yet Opal does not support compiling. Also, #sourceCode was changed etc... That means that there is no way to see the decompiled string of a method?
Yes.
Which means I cannot deploy and image without sources and then browse/debug/inspect/write pharoDebug.log etc because we don't have even the decompile string???
Exactly. But this is just temporary, .sources and .changes will go away in Pharo4 and there will be just a .pharo4 image file.
Serializing compiled methods is not fun either since we cannot decompile it after...
You can embedd the source into the method before serialising. Marcus