Denis Kudriashov
Denis Kudriashov
Following code works wrong in that case: ```Smalltalk "Create AClass2 in _UnpackagedPackage" selector := AClass2 compile: 'someMethod999'. method := AClass2 >> selector. method package ==> nil ```
It is a core pharo issue. Definition is just evaluated when you accept changes чт, 28 февр. 2019 г. в 14:09, Tim Mackinnon : > If you type in a...
In last version (which is in Pharo7) there is command "New Trait". (it is context menu of class pane)
No simple solution. The toolbar affect general width of window internals. But when I made toolbar #shrinkWrap it does not update layout when window resized.
I am not sure that it should be a request for Calypso because the move command just asks a target package to add a given class: aPackage addClass: aClass I...
I think so ср, 27 февр. 2019 г. в 21:12, Tim Mackinnon : > Good point - do we bounce it over to pharo-system? > > — > You are...
I can't reproduce it
Pharo 6 is not supported anymore. So Calypso can use things from Pharo7. In this case #isFFIMethod can be used which was introduced together with FFICompilerPlugin. And #isFFICall can be...
You are right. Problem that after cleanup which we did I still don't know the right way and what right way we want achieve. I see in Pharo7 there is...