Calypso
Calypso copied to clipboard
ffiCalloutSelectors should not be hardcoded in CompiledMethod >> isFFICall
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
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
Will that be done for P7 release or should I move the fogbugz issue to P8?