I added an issue tracker entry: https://pharo.fogbugz.com/f/cases/14737/TxWorkspace-has-reference-to-Compiler
On Thu, Jan 15, 2015 at 11:47 AM, Clément Bera <[email protected]> wrote: > Ok thanks :-). You're quick for sure :-). > > Now who maintains TxWorkspace ? > > huhum... > > 2015-01-15 15:21 GMT+01:00 Tudor Girba <[email protected]>: > >> 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" >> > > -- -- Marcus Denker -- [email protected] http://www.marcusdenker.de
