Manuscript (Case [Issue]22369) _Inbox - isFFICall should be moved to Kernel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22369) _Inbox - isFFICall should be moved to Kernel

Pharo Issue Tracker
Manuscript Notification
avatar
Stephane Ducasse opened Case 22369: isFFICall should be moved to Kernel and assigned it to Everyone:
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
Calypso defines as extension

CompiledMethod >> isFFICall

(self numLiterals >= 1 and: [(self literalAt: 1) class == ExternalLibraryFunction])
ifTrue: [ ^true ].

^self sendsAnySelectorOf: #(
ffiCall: ffiCall:module: ffiCall:options: ffiCall:module:options:
nbCall: nbCall:module: nbCall:options: nbCall:module:options:
)

It should be moved to Kernel
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker