I will change it.
Le 15/1/15 15:15, Clément Bera a écrit :
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).