Calypso icon indicating copy to clipboard operation
Calypso copied to clipboard

ffiCalloutSelectors should not be hardcoded in CompiledMethod >> isFFICall

Open astares opened this issue 6 years ago • 2 comments

When https://pharo.fogbugz.com/f/cases/22785/Refactor-FFICompilerPlugin is integrated the method CompiledMethod >> isFFICall should use FFICompilerPlugin(class)>>ffiCalloutSelectors instead of copying the selectors

Pharo issue

https://pharo.fogbugz.com/f/cases/22787/ffiCalloutSelectors-should-not-be-hardcoded-in-CompiledMethod-isFFICall

astares avatar Dec 16 '18 00:12 astares

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 removed

dionisiydk avatar Dec 21 '18 17:12 dionisiydk

Will that be done for P7 release or should I move the fogbugz issue to P8?

jecisc avatar Jan 08 '19 10:01 jecisc