2018-05-23 13:20 GMT+02:00 Sean P. DeNigris <[email protected]>: > Marcus Denker-4 wrote >> method := Smalltalk compiler >> environment: environment; >> compile: 'tt ^MyClass’. > > Awesome! Is it possible to override a global from /within/ a method (e.g. in > a test)?
I think at the class level by manipulating that class compiler (and forcing a method recompile...) Thierry > > > ----- > Cheers, > Sean > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html >
