Thanks for noting this. Could you open explicit issues for that?
#withSmalltalkSearch is definitely just a convenience that was implemented before Opal so we can just change it without any problems. Just to show how responsive we are, both me and Andrei independently committed a fix for this 1 minute ago :). Cheers, Doru 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). > > > > -- www.tudorgirba.com "Every thing has its own flow"
