I removed that reference to Compiler from GTInspector. It will be intergated in the next GTool version.
Cheers, Andrei On Thu, Jan 15, 2015 at 3:15 PM, Clément Bera <[email protected]> wrote: > Right now there is support for Opal but not for the old Compiler in Spur > images. GTInspector and TxWorkspace does direct references to the old > compiler in Pharo-40445, for example, > in GLMListingPresentation>>#withSmalltalkSearch. > > This is a pain because I am using spur images for my developments and I > can't use some features of GTInspector. > > In addition, the old Compiler will be removed by default from the image in > the next 6 months, so these features will not work in non spur images soon. > > Compiler references can be replaced, for example, by "self class compiler" > or "Smalltalk compiler" depending on which compiler you want (one specific > to the class with the specific class settings or a generic one). > > > >
